HTML help with tables?
Please respond if you know exactly how to help.
http://www.ivoog.com/link
See the "orange bar" with the words User Agreement inside it? I need it to have a border on the top and bottom of it. But if you look at the html, I already did that. Why is it not showing up?
Another question I have is simply how to move the tables simply by doing something like margin-top:5px but I cannot figure out how to do this either.
Please exaplain with details. Thanks!
What are you talking about? I don't have that anywhere in my html?
Public Comments
- Looking at your styling for the table, I see the borders, but I also see "border-style-top: none". Change that to solid; "border-style-top: solid". Do the same thing for the bottom one. Your other options (for the style) are hidden, dotted, dashed, solid, double, groove, ridge, inset and outset. Also, for future CSS issues, w3schools is your friend: http://www.w3schools.com/css/css_border.asp Also, for your margin problem: you're not actually using the margin! All that I see in the table CSS definition is stuff for the border. If you use Firefox, I strongly recommend the Firebug addon to debug HTML GUI. It's REALLY useful... In other words, how I figured out what your problems were... ;)
Powered by Yahoo! Answers