PDA

View Full Version : Additional CSS .code


n1ckn4me
02-14-2005, 10:43 AM
hey guys,

I've copied a code from another templatestyle and put it in the Additional CSS Defenitions...

.border { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }

This should make happen that I get borders on my body, but Im affraid I need to do something else before I can make it happen right ??

so how do I get this to work? :)

thanks in advanced!

Zachery
02-14-2005, 10:57 AM
ok, you added a class, but thats all. you need to tell the html how to use it now. ;)

or you could just add the border code to the .page class ;)

n1ckn4me
02-14-2005, 11:08 AM
wooot! :nervous:

that simple huh ?!

:p thanks for the pointout Zachery!!