HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
can't get entire table border to be 1 pixel
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
ashleyree



Joined: 03 Jan 2005
Posts: 1

PostPosted: Mon Jan 03, 2005 9:41 am     can't get entire table border to be 1 pixel Reply with quote

I've tried using various combinations of these tags, but I can't get anything other than the outermost border to be 1 pixel black. I just can't get a crisp-looking table. AARGH!

Do I need to specify borders in each row?? Here are the tags I've tried so far, in no particular order. Thanks!

<table cellspacing="0" cellpadding="5" style="border: 1px solid #800000" frame=box rules="all">
</table>
gtebbutt



Joined: 04 Jan 2005
Posts: 4

PostPosted: Fri Jan 07, 2005 2:48 am     Reply with quote

<table cellspacing="0" cellpadding="5" border="1" bordercolor="Black">
<tr>
<td>cell1</td>
<td>cell2</td>
</tr>
</table>

or set in in a style class (set each td to be border: 1px Black Solid)

That should do it
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial