View Full Version : DOtted Borders


a_risingstar_
02-24-2004, 12:02 AM
in this neopet guild i want to know how they got the borders around there guild bar. http://www.neopets.com/guilds/guild.phtml?oid=miscelaneouzfaerie

Cherchezlafemme
02-24-2004, 12:43 AM
border: 1px dashed #1F9A1C;


you can change the color and the width :)

a_risingstar_
02-25-2004, 12:13 AM
hmm that didnt work..am i missing something?

salomeyasobko
02-25-2004, 12:20 AM
make sure you have

<style type= "text/css">
{ border: 1px dashed #1F9A1C; }
</style>

before wherever you want the dashed border to show up. change the color and size if you want. hope that works :)

a_risingstar_
02-25-2004, 03:01 AM
weird.. it still didnt work. this is my guild http://neopets.com/guilds/guild.phtml?oid=thisislinda

kittycat
02-25-2004, 03:28 AM
This is how they did it:
<style type="text/css">
p table table table td {border: 1px dotted green}
</style>

a_risingstar_
02-25-2004, 03:51 AM
thank you soo much it works now! :D