Why won't it work on IE?

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
WhizzBang
Forum Newbie
Posts: 11
Joined: Sat Jul 11, 2009 5:39 pm

Why won't it work on IE?

Post by WhizzBang »

pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too.


Does anyone know why this won't work in IE?

It's not for me but I'm trying to help someone else, I've just got no ideas :S

Any help is appreciated :)

Code: Select all

<table width='185' border='0' cellpadding='0' cellspacing='0'>
 
<tr>
<td height='55' colspan='6' valign='top'><div align = 'left'><img src='wb_blank.gif' width='185' height='55' alt=''/></div></td>
</tr>
 
<td width='25' rowspan='6' valign='top' background='wb_10.gif'>&nbsp;</td>
 
<td height='18' colspan='2' valign='top'><img src='wb_16.gif' width='27' height='18' alt=''/></td>
 
<td colspan='2' valign='middle' style='background-image:url(\"wb_26.gif\");' width='180' height='15'><div align='left'>&nbsp;<a href='preferences.php'>Edit Account</a></div></td>
 
<td width='10' rowspan='14' valign='top' style='background-image:url(\"wb_13.gif\");'>&nbsp;</td>
 
<tr>
<td height='18' colspan='2' valign='top'><img src='wb_16.gif' width='27' height='18' alt='' /></td>
<td colspan='2' valign='middle' style='background-image:url(\"wb_17.gif\");' width='180' height='15'><div align='left'>&nbsp;<a href='itempedia.php'>Item Guide</a></div></td>
</tr><tr>
<td height='18' colspan='2' valign='top'><img src='wb_16.gif' width='27' height='18' alt=''/></td>
<td colspan='2' valign='middle' style='background-image:url(\"wb_26.gif\");' width='180' height='15'><div align='left'>&nbsp;<a href='gamerules.php'>Game Rules</a></div></td>
</tr>
<tr>
<td height='18' colspan='2' valign='top'><img src='wb_16.gif' width='27' height='18' alt=''/></td>
<td colspan='2' valign='middle' style='background-image:url(\"wb_17.gif\");' width='180' height='15'><div align='left'>&nbsp;<a href='announcements.php'>News ({$ir['new_announcements']})</a></div></td>
 
</tr>
<tr>
<td height='18' colspan='2' valign='top'><img src='wb_16.gif' width='27' height='18' alt=''/></td>
<td colspan='2' valign='middle' style='background-image:url(\"wb_26.gif\");' width='180' height='15'><div align='left'>&nbsp;<a href='tutorial.php'>Help Tutorial Log</a> </div></td>
</tr>
 
</table>

pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Why won't it work on IE?

Post by kaszu »

"won't work" is vague, if you will write what doesn't work (how it should be, how it is in IE), then you may receive more response.
Post Reply