View Full Version : Border


LuNacHicK
01-30-2003, 05:21 AM
I would like to have this border on my site just like this one (http://www.geocities.com/equi_poise)

pb&j
01-30-2003, 05:30 AM
I think this is what they used...

<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:15 ridge #CC66FF"
</script>

spike416aeboide
01-30-2003, 07:11 PM
where would you put that code?

pb&j
01-31-2003, 12:44 AM
Anywhere in the HEAD area of your coding.