Does anyone have any samples of a three column table or CSS or whatever?
I've got a banner (
http://hockeybroads.com) and I'd like it to be centred with images left and right being simple colour gradients that match the background of the image. This seems to be working fine in FireFox, but I get no header images at all when I open it in IE.
If I had to guess, I think I'm experiencing a clash between the header and the CSS and it's handled differently in IE versus FF. This is well beyond my meager web abilities.
--------------- Added [DATE]1239743669[/DATE] at [TIME]1239743669[/TIME] ---------------
Got it.
Code:
...
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="background-image:url(http://hockeybroads.com/images/misc/hockey_board_forum_background.jpg)">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://hockeybroads.com/images/misc/hockey_board_forum_banner_v1.2.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
...