Html Help. Tables not aligning right!!!

liunx

Guest
Ive been trying to make my tables align right. Ever since I edited them slightly to make the top fit a marquee, they dont line up correctly. <br />
<br />
The URL: <!-- m --><a class="postlink" href="http://www.prezix.com/scheme/">http://www.prezix.com/scheme/</a><!-- m --><br />
Initial image: <!-- m --><a class="postlink" href="http://www.prezix.com/critticage/CRITTICAGE.jpg">http://www.prezix.com/critticage/CRITTICAGE.jpg</a><!-- m --><br />
<br />
There is a space in the middle of the navigation bar on the left and theres also a black gap on the right and a small grey gap next to the crosshair/map i made in flash. I cant seem to fix either of these problems.<br />
<br />
Please help me if at all possible. Im sure its a small problem thats just hiding from me.<br />
<br />
Thanks in advance!!!}:-)<!--content-->There are no HTML structure or nesting errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.prezix.com%2Fscheme%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->) in the code. You have used quite a few browser specific tags and attributes.<br />
<br />
<br />
However, you should do all the Table Data for one cell in one continuous line of code otherwise odd spaces are introduced:<br />
<br />
The code:<br />
<td><br />
<img ..><br />
</td><br />
<br />
should be done as:<br />
<td><img ..></td><br />
<br />
This is most likely to be the answer to the problem.<br />
<br />
<br />
Don't forget some alt="" attributes on the img tags. Make sure that all attributes are Quoted.<!--content-->How does deleting return in the script, which is does not effect the syntax, effect the spacing. I might add that i used ImageReady to generate the html, and I edited it in frontpage from there...Ive looked through the html, which I know fairly well. <br />
<br />
Please explain to me what the difference between <br />
<br />
<td><br />
<img ..><br />
</td><br />
<br />
and<br />
<br />
<td><img ..></td><br />
<br />
is. <br />
Thanks for your help and quick reply!!!<!--content-->>> you should do all the Table Data for one cell in one continuous line of code otherwise odd spaces are introduced <<<!--content-->I tried this, and there are no excess spaces. Does anyone else have any suggestions...I think the problem is images not fitting in a cell properly and this is causing several other cells to space out generating unwanted spaces...I just cant find this error.<!--content-->
 
Back
Top