Jump to content

Recommended Posts

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.

 

Link to comment
https://forums.phpfreaks.com/topic/64089-spaces/#findComment-319398
Share on other sites

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>

Link to comment
https://forums.phpfreaks.com/topic/64089-spaces/#findComment-319406
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/64089-spaces/#findComment-319415
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/64089-spaces/#findComment-319439
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.