What's the best way to use my content to display information? Can I organize it like a table?
Can I post a table over my
Can I post a table over my div? I'm sure there must be a better way to do it.
yeah, thats not making sense.
yeah, thats not making sense. explain what you want to do, in a dif way
If you have tabular data then
If you have tabular data then a table is what you're supposed to use. That's what it's for.
Do not use tables for layout.
Do use tables for tabular data.
Take a look at the site. I
Take a look at the site. I have put a table to place content. Can you help with getting things to line up better as well?
http://coyotemoonvineyards.com/newsite/CoyoteMoon2-26/newsite/7888.htm
You have to be a bit more
You have to be a bit more specific about what you want to line up etc.
Instead of the table try
<div id="content"> <div class="one"><img></div> <div class="two"><p>content here</p></div> </div>
.one{width:493px; float:left;} .two{width:325px; float:left;}
Div Class
Thank you Tony! Those really helped. When I say lined up, I mean the menu. The navigation menu of the site is moved over the right in IE 8. Seems to be fine in Firefox. Also, the left column is moved up toward the top too much.
Finally, how can I make the div classes vertical instead of horizontal. What I mean is, I would like to be able to take the page and split it in half where the yellow box is. Half for a picture, like I have, and the other half for content.
http://coyotemoonvineyards.com/newsite/CoyoteMoon2-26/newsite/7888.htm
bump
bump


