Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css <table> border

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have this css code that I am having trouble modifing. First off this code effects all tables, what do I need to do to apply this style to specific tables and not others? Also how do I correctly define its bgcolor? I keep trying different things and nothing seems to work out. Thanks in advance for any help.

<!--
table {
border: 1px solid green;
}
-->
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top