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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table thin boarder line, how to create?

Status
Not open for further replies.
view source will tell u what is used...

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
Dear lebisol,

Thank you for your reply, but you need to know that I am a new to Dreamweaver. I looked over the script but my lack of experience prevents me from finding the answer. Could you be a bit more specific, please.

Thanks
 
oh sorry, sometimes I post assuming things from people profiles....anyhow :)
simply click on Insert your table and then in the Properties Tab fill it out so it matches as u have seen it on the site above...
border=1
cellpadding=2
cellspacing=1
bg color
brdr color

u can always edit these values by selceting the table and then editing values in Properties Tab
and choose your colors


<TABLE BORDER="1" CELLPADDING="2" CELLSPACING="1" WIDTH="487" BORDERCOLORLIGHT="#C0C0C0" BORDERCOLORDARK="#808080" FRAME="BOX" RULES="ALL" HSPACE="0" VSPACE="0">



take a look at the screenshot:
All the best!

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
Thank you,

But it is not working. Here is the code and the results. Still not able to get those nice thin lines:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body text="#000000" bgcolor="#FFFFFF">
<p>&nbsp;</p>
<p>&nbsp;</p>
<TABLE BORDER="1" CELLPADDING="2" CELLSPACING="1" WIDTH="487" BORDERCOLORLIGHT="#C0C0C0" BORDERCOLORDARK="#808080" FRAME="BOX" RULES="ALL" HSPACE="0" VSPACE="0" align="center">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

Image of the table is at


Thanks,
 
its an optical illusion 'cause of the backrgournd ...play with colors.....
it can also be done by using CSS which will give u more flex in your options....
take a look
All the best!

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
Most kind of you to take the time to help. I will follow your advise.

Cheers,
 
network was quiet today = more time to post ;-)
glad it was of help....
keep in mind the power of css...take your time
All the best!

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
u did this already! ;-)
told u that CSS is not needed if u play with colors!
nice job on finding more resources!
All the best!

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top