I need help on a style issue I'm having a problem with. I'm trying to make the themes tableless to some extent and it is doable. I ran into a block as I worked down the page. The nav bar links directly under the logo... I can't figure out how to make it show the same way with tables.
I have three classes of blocks. Left Right and Center.
I want to do.
LCRLCRLCR...
I want the left to be 8px and the right to be 8px wide and the center to take up the remaining space. Look at the top. Give me XHTML and CSS to do that .
2014 is going to be a good year. More content, more streamlining. Be a part of history!
<nerdspeak>I want the left to be 8px and the right to be 8px wide and the center to take up the remaining space. Look at the top. Give me XHTML and CSS to do that.</nerdspeak>
What's the matter, you don't know how to do that? I thought everybody did!
Look at the top of the site under the logo... 'Home' 'Articles'... etc. They space out very nicely to the width of the screen. I want to do that without tables.
2014 is going to be a good year. More content, more streamlining. Be a part of history!
You could make it a div with 100% width, then add your 3 "blocks" in it for each. If you give the middle blocks all the same value, I think they should spreadout evenly.