PDA

View Full Version : how to create tables, table borders and table border color in external style sheets


garfield
09-14-2002, 04:55 AM
dear all,

can anyone enlighten me on the commands necessary for the

external style sheets or .css files to display tables and table

borders and table border colors in html pages

thanks
;)

-TheDarkEye-
09-14-2002, 06:44 AM
http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html

read that tutorial.

garfield
09-14-2002, 09:03 AM
actually i read the mulder stylesheets but i was still unable to

figure out how to control tables from external style sheets or .css

files.

thanks anyway

any one out there who knows how to control tables using css

feel free to reply

regards
=)

-TheDarkEye-
09-14-2002, 09:18 AM
what??? are you sure you read the whole thing? because it tells you EXACTLY what you need to know. look on this page:

http://hotwired.lycos.com/webmonkey/98/15/index2a_page6.html?tw=authoring

Delicates
09-15-2002, 06:30 PM
Originally posted by garfield
dear all,

can anyone enlighten me on the commands necessary for the

external style sheets or .css files to display tables and table

borders and table border colors in html pages

thanks
;)

Leard to add style to HTML (http://www.w3.org/TR/REC-html40/present/styles.html).
Then study CSS Properties list (http://www.w3.org/TR/REC-CSS2/propidx.html). The ones you need to consider are:
border*:
empty-cells:
And whatever else you might find usefull in that list. Goodluck. :)

Note: You should use lower case in both HTML and CSS even though examples are given in upper case.

Sky
09-19-2002, 01:34 PM
Originally posted by -TheDarkEye-
http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html

read that tutorial.

Thanks for that link.... even though i didn't ask :p

Waves
09-19-2002, 06:38 PM
http://www.htmlgoodies.com/beyond/css.html

garfield
09-20-2002, 04:48 AM
thanks too everyone who replied
you all have been a great help

:D