Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

cs(s) question

Name: Anonymous 2011-11-08 13:37

rookie css/html/js/php genie here

trying to design a nice looking webpage using a table  but can't exactly figure out how to get a horizontal rule for my <th> tag and a verticle bar for regular table body tages

kind of like

__________header_____
 bullshit  | info

using css

as when I


<table>
<tr>
<th> header </th>
</tr>
<tr>
<td border = "1px">  bullshit </td>
<td> info </td> 
</tr>


it expands the first td cell to the size of the first th cell

leaving the css out for the time being until I figure out the html....

I love you...

Name: Anonymous 2011-11-08 16:38

>>11
This (and other `grid frameworks') bug me. Why not just set the widths and heights yourself? Once you've laid your website out how you want it, chances are it's going to stay that way. Why all the superfluous CSS?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List