In a Jam -Need Help!

liunx

Guest
ok, thanks so much for all the help ive gotten, ive finished oof about 4 all css sites now!

u may think im being repetitive but heres what i REALLY need help on (last thing on the site to finish):

here are the content boxes i want to use:
table-content boxes- <!-- m --><a class="postlink" href="http://sureo.com/oldcg/">http://sureo.com/oldcg/</a><!-- m -->

and this is my css version of the site, and i want to know how to the the table-layouted content box using css...
css version- <!-- m --><a class="postlink" href="http://tcg.sureo.com/template.php">http://tcg.sureo.com/template.php</a><!-- m -->

the table-version of the content box is 3 rows, FIVE cells on first row, one on second and one on the third. no idea how to do it. (NOTE that right now the middle cell of the first row in the content box is fluid in itself...)The 5 cell row is a single image background for a heading, the text of which is not displayed.
The middle, content row is just a paragraph with a solid grey background.
The bottom "row" is just the background image of the div holding the above.

<div class="news">
<h2>5/1/05 News</h2>
<p>5/1/05: All the news that's fit to print.</p>
</div>hmmm, could u give me the css for that also?

right now, the top row is fluid, that is, it adjusts to how much txt is in the header.or could someone show me how to make a nice content box using css and no images. just a header box and the content box in one containing boxright now, the top row is fluid, that is, it adjusts to how much txt is in the header.And that is "News"?
 
Back
Top