PDA

View Full Version : Outlines



Nmidia
Sat 10th Jan '04, 8:04pm
on my forum, http://legionsofloki.com/adv_index.php you can see a dark blue outline around all of the tables/boxes (look closely). How do i remove this outline? i can't find the code for it.

BillaBongUSA
Sat 10th Jan '04, 8:11pm
Looks like you'd have to alter the "tborder" in the AdminCP so that it doesn't use a border.

Nmidia
Sat 10th Jan '04, 8:35pm
Looks like you'd have to alter the "tborder" in the AdminCP so that it doesn't use a border.

i'm a novice - where would I find that? Thanks for help:)

BillaBongUSA
Sat 10th Jan '04, 8:51pm
In the Admin CP under the Styles and Templates category, click on the Style Manager. From the drop down box next to the style that you're using, select Main CSS. Then just scroll down to the Table Border box and change what's in the Extra CSS field to:


border: 0px;

I think that should do it...