Would someone be willing to take a closer look at my table alignment issue again on this full page here: http://kidsdirect.net/tp/ and render some help to me?
It seems am a still having problems with some tables and alignments....
Anyhelp would be greatly appreciated!
Click here to see what I would like to look like in the tables:
Well without having all your different images I didn't test the code you provided. I did notice one thing that might help:
Code:
<td width="6%" height="1"></td>
<td width="6%" height="1"></td>
Where your have a table data cell like above... you need something in it in order to preserve the space....... like this....
<td width="6%" height="1">& nbsp;</td>
<td width="6%" height="1">& nbsp;</td>
The & sign of course does not need a space after it. in your code. It was just leaving a space when I tried posting it without.... and you couldn't see the code.