PDA

View Full Version : Outlines ?


Iori Yagami
10-03-2002, 10:07 PM
Well, my enlish isn't the best so please let my try to ask my question correctly. How do I add such outlines shown in the attached image of mine ? If it is a hack I would be happy to get the correct URL to the thread, because the search function is a pain in the ass for me :/

g-force2k2
10-04-2002, 02:22 AM
actually i believe that this can be done with html alone... i know there's dotted lined borders you can use but i don't know how to do them... sorry...

g-force2k2

Trident
10-04-2002, 02:41 AM
border: 1px dotted #0600FF;

include it in your style "headinclude" in part :
-- ( TEXTAREA, .bginput ) --

like this :

TEXTAREA {
FONT-SIZE: 15px;
FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif;
COLOR: #000000;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #EFEFEF
border: 1px dotted #063CFF;
}

or/and

.bginput {
FONT-SIZE: 15px;
FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif;
COLOR: #000000;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #EFEFEF
border: 1px dotted #063CFF;
}