unidox Posted August 9, 2007 Share Posted August 9, 2007 www.team-unidox.com I am coding that now, but why are there many spaces? Quote Link to comment Share on other sites More sharing options...
frost Posted August 9, 2007 Share Posted August 9, 2007 IE reads white space in your code. So: <td colspan="14" rowspan="42" background="images/caus_82.gif" width="284" valign="top"> <img src="images/caus_24.gif" width="284" height="26" alt=""> <table width="100%" height="20" border="0" cellspacing="0" cellpadding="0" id="table4"> Should be: <td colspan="14" rowspan="42" background="images/caus_82.gif" width="284" valign="top"><img src="images/caus_24.gif" width="284" height="26" alt=""> <table width="100%" height="20" border="0" cellspacing="0" cellpadding="0" id="table4"> I have run into this a bunch of times, taking out the white space should clear most of the issue up. Quote Link to comment Share on other sites More sharing options...
unidox Posted August 9, 2007 Author Share Posted August 9, 2007 I did, but nothing changed... Quote Link to comment Share on other sites More sharing options...
frost Posted August 9, 2007 Share Posted August 9, 2007 Are you sure? I still see: <tr> <td colspan="31"> <img src="images/caus_01.gif" width="980" height="25" alt=""></td> <td> <img src="images/spacer.gif" width="1" height="25" alt=""></td> </tr> <tr> <td rowspan="50" bgcolor="#000000"> <img src="images/caus_02.gif" width="17" height="1375" alt=""></td> Quote Link to comment Share on other sites More sharing options...
unidox Posted August 9, 2007 Author Share Posted August 9, 2007 I kinda need this done soon... Can I PM you my source? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 9, 2007 Share Posted August 9, 2007 Your html is a mess. Looks like you have exported it out of an image editor after slicing. Never use the generated HTML by an editor always code it your self. Also when you slice only export the images your are going to use on your page. I am not surprised a browser cant display it. FF cant even display it properly as the html is so messed up. Quote Link to comment Share on other sites More sharing options...
unidox Posted August 9, 2007 Author Share Posted August 9, 2007 Can you tell me whats messed up? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 9, 2007 Share Posted August 9, 2007 Too many images being used, especially those pesky spacer images. Where spacers are used you could merger the cells. To many tables being used etc. In order to fix it your html will need to recoded from scratch. Click here to see the errors in your html Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 9, 2007 Share Posted August 9, 2007 Got board so I clean your html out, see new design here. XHTML & CSS valid. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.