PDA

View Full Version : Strange Borders



---MAD---
Sat 1st Jul '06, 11:13am
Hello,
I have a small issue with borders being all over the place.

If you add you "border: 2px solid #000000;" in the extra CSS Atributes to the Page section in the style options, you will see that there are black borders after each post and other strange places.

The problem is I want a page border without having all these extra borders.

I have made a new style to check if its the style but when I added a border on the page it did the same thing.

What I would like to know is why these borders are being added in strange places and if there is a way to fix it but still have a border around the page and tables.

I currently am using the latest stable vbulletin version which is 3.5.4 :).

Cole2026
Sat 15th Jul '06, 6:32pm
The page attribute is opened every time the $spacer_open variable is used I believe.

To go around this, surround a page with a div (start it in the header; end in the footer.) name it like page_surround, and add border: 2px solid #000000; to it's attributes. :)