View Full Version : Table borders!! Help!! ;-;


Murky
03-08-2003, 11:07 PM
Hii!!! :D I have a problem with table borders!! Okay, I've tried looking all over the web for the coding to change table borders to be 1px in width. But It's not working. Would anybody know how to make table borders only 1px thin in width?? ^_^
my problem is here: http://momiji.angel-watashi.net/cgi-bin/guestbook.cgi
Thanks in advance!!!

MaGiCSuN
03-09-2003, 01:09 PM
Like you allready said yourself, you want the border to be 1px but you filled in "thin". You allready see it yourself? ;)

border-width: thin;

change thin to 1px

Love,
Mirna

Murky
03-11-2003, 03:17 PM
Hi!!! ^-^!! Thanks for your reply!! :D
Ah I did what you said in the CSS!! But it didn't change...;__; The borders are still thicker.
Is there any additional codes that i need to add?? :|
Here is my CSS is the correct with the table attributes?

<STYLE type="text/css">
<!--
body, td, tr {
font-family: verdana;
color: #6EA541;
font-weight: normal;
font-size: 7.5pt;
background-image: url();
background-color: #A5CE63;
scrollbar-arrow-color: #A5CE63;
scrollbar-base-color: #51931B;
scrollbar-darkshadow-color: #51931B;
scrollbar-track-color: #A5CE63;
scrollbar-face-color: #A5CE63;
scrollbar-shadow-color: #A5CE63;
scrollbar-highlight-color: #A5CE63;
scrollbar-3d-light-color: #FFFFFF;
}
LI.widthborder {
border-style: solid;
border-width: 1px;
border-color: black;}
A:link
{ text-decoration: none; color:#369DD2 }
A:visited
{ text-decoration: none; color:#3CC10D }
A:active
{ text-decoration: none; color:#ADBECB }
A:hover
{ text-decoration: overline; color:#3CC10D}

input, textarea
{ background: #A5CE63;
font-family: verdana;
font-size: 7pt;
color: #51931B;
border-style: solid;
border-color: #51931B;
border-width: 1px}
-->
</style>

Alcy
03-11-2003, 04:24 PM
Try adding this to your css....

table
{
border:0;
}

Murky
03-11-2003, 11:42 PM
WAAAAA!!!! ALCY!!! IT WORKS!!!!!! *-*!
OMG THANK YOU SO MUCH!!! *.*
I was about to give it up!!!! Seriously, thanks for your great help!!!! And thank you Magic Sun for helping me too!!
Thanks putting up with me LOL!!!
*runs of with a happy smile* XD~