Reply
1 px border
Old 05-23-2004, 08:48 AM 1 px border
Novice Talker

Posts: 14
Can anyone tell me how to do a table with 1px borders a bit like th ones on the http://www.webmaster-talk.com homepage forum list?

I know someone will say: style='border:1px solid black'
but the question is, where do I put it?????
jonnyfb is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-23-2004, 09:03 AM
steveharro's Avatar
Extreme Talker

Posts: 172
Make this the first line of the table:

<table width="100%" border="1" cellspacing="0" cellpadding="0">

Hope this helps

Regards Steveharro Best Download Sites
steveharro is offline
Reply With Quote
View Public Profile
 
Old 05-23-2004, 09:06 AM
chandubhai's Avatar
Extreme Talker

Posts: 168
Location: goa india
You can put it inside the <table> tag or <TD> or <TR>
chandubhai is offline
Reply With Quote
View Public Profile Visit chandubhai's homepage!
 
Old 05-23-2004, 09:39 AM
TheX's Avatar
Skilled Talker

Posts: 99
Location: NYC
arrgg,

Keep it within your css document.

CSS:
Code:
#table1 {
border: 1px solid #f00;
}
Markup:
Code:
<table id="table1">
TheX is offline
Reply With Quote
View Public Profile Visit TheX's homepage!
 
Old 05-23-2004, 10:06 AM
Novice Talker

Posts: 14
Thanks everyone!
By the way, could you check out my site http://www.shopologue.com
What do you think about my design?
jonnyfb is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to 1 px border
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12689 seconds with 12 queries