gsnedders
01-31-2004, 06:10 PM
How do you align tables in an HTML document from an external CSS document?
|
||||
Table Alignment in CSSgsnedders 01-31-2004, 06:10 PM How do you align tables in an HTML document from an external CSS document? Antoniohawk 01-31-2004, 07:04 PM Just use an ol' external style sheet. <link href="mystyle.css" rel="stylesheet" type="text/css"> Make sure that you remove the "<style>" tag in the external file. As for styling a table in css, take a trip over to www.w3schools.com. gsnedders 01-31-2004, 08:52 PM I cannot find it on http://www.w3schools.com so that is why I am posting here. Antoniohawk 01-31-2004, 09:18 PM http://www.w3schools.com/css/css_reference.asp#table Those things are not advised though, since the cross-browser support is terrible. What kind of things were u need to do with css specifically? gsnedders 01-31-2004, 11:03 PM I won't use it if it is CSS2:( |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum