CeeN
03-25-2004, 05:03 AM
Hey, I have used css for magins, text size, etc, and for some reason my site does not look the same in mozilla + ie. If you have both browsers, take a peak at http://www.volconvo.com in both :(
What gives?
edit:... Here's some of my code to give you an idea..
<!--TEMPLATE: FORUM INFO TD-->
<div align="left">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="193" valign="middle"><b><span class="15px"><a href="{ibf.script_url}showforum={$forumdata['id']}">{$forumdata['name']}</a></span></b></td>
<td valign="middle" width="113" bgcolor="#F1F1F1">
<span class="11px"> {$forumdata['last_post_time']}
</span>
</td>
<td valign="middle" width="149">
<a title="Go to the first unread post" href="{ibf.script_url}showtopic={$forumdata['last_post_topic']}&view=getnewpost"> <img alt="Go to the first unread post" border="0" src="http://www.volconvo.com/lastpost.gif" width="10" height="7" /></a><a href="{ibf.script_url}showuser={$forumdata['last_poster_id']}" style="color: #000000">{$forumdata['last_poster_name']}</a>
</td>
</tr>
</table>
</div>
..and from my style sheet (for some of those classes):
.14px {font-size: 14px}
.9px {font-size: 9px; font-family: verdana}
.12px {font-size: 12px}
.10px {font-size: 10px}
.13px {font-size: 13px}
.15px {font-size: 15px}
And on the right side..the "featured topic"
<a href="{ibf.script_url}showtopic={$entry['tid']}"><span class="14px"><b>{$entry['title']}</b></span><br></a>$top_string
<span class="13px">
<br>{$entry['post']} $read_more<br></span><br>
$bottom_string
What gives?
edit:... Here's some of my code to give you an idea..
<!--TEMPLATE: FORUM INFO TD-->
<div align="left">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="193" valign="middle"><b><span class="15px"><a href="{ibf.script_url}showforum={$forumdata['id']}">{$forumdata['name']}</a></span></b></td>
<td valign="middle" width="113" bgcolor="#F1F1F1">
<span class="11px"> {$forumdata['last_post_time']}
</span>
</td>
<td valign="middle" width="149">
<a title="Go to the first unread post" href="{ibf.script_url}showtopic={$forumdata['last_post_topic']}&view=getnewpost"> <img alt="Go to the first unread post" border="0" src="http://www.volconvo.com/lastpost.gif" width="10" height="7" /></a><a href="{ibf.script_url}showuser={$forumdata['last_poster_id']}" style="color: #000000">{$forumdata['last_poster_name']}</a>
</td>
</tr>
</table>
</div>
..and from my style sheet (for some of those classes):
.14px {font-size: 14px}
.9px {font-size: 9px; font-family: verdana}
.12px {font-size: 12px}
.10px {font-size: 10px}
.13px {font-size: 13px}
.15px {font-size: 15px}
And on the right side..the "featured topic"
<a href="{ibf.script_url}showtopic={$entry['tid']}"><span class="14px"><b>{$entry['title']}</b></span><br></a>$top_string
<span class="13px">
<br>{$entry['post']} $read_more<br></span><br>
$bottom_string