Discussions
Hi, I'm Anne and I'm a CSS Cripple
Posted by Anniepooh • 6/11/08 • Subscribe to this Discussion [RSS] • Report This Topic
Topics: blogging, css
I'm not even afraid to admit it anymore.
I have a table on this page (added by a friend) and it looked fine until I added the large ad on the left. How do I get the rest of the images to float to the top of the table?
cookingwithanne.com/links.html
User Comments
-
-
There is also a matter of too much margin, Anne. You have a 15pixel margin to each side, so it brings the ad centered in between.
Reduce the padding and margin of the table, and you should be fine.
I'd reduce the table padding to just 5 pixels, and the cell padding to between 5 and 8 pixels...should shrink it enough to get it looking swell. -
sorry if these questions are stupid, but I am just that way....
Are the ads supposed to flow left-to-right, top to bottom, like words on a page?
Only one of the 3 ads has a caption under the graphic, is that correct?
So, there should be 3 ads, side by side, at the top, starting with Food Buzz, then Zingerman's (with caption), and then kitchen etc.? Three ads, with their tops aligned. 4th ad would go onto the next line? -
In the table row tag that is holding the images - make sure it reads
I have to remove the < brackets so the code shows here
tr valign="top"
your line looks like this
table border=0 bordercolor="#B9C2F9"cellpadding=5 cellspacing=5 then has the tr
you want it to look like this
table border=0 bordercolor="#B9C2F9"cellpadding=5 cellspacing=5
tr valign="top" -
Add Your Comment
Login to leave a message.






