1

Topic: Problems with style on posted posts

I have changed the layout so its no background color, but I cant make it work for the posts.
Look at this pic:

http://img466.imageshack.us/img466/7039/tibiano6pm.th.jpg

Here is the link:

http://tibia.no/forum/viewtopic.php?id=35


I really hope someone know what I have to do, when I remove

DIV.postright, DIV.postfootright {BORDER-COLOR: #FFDF9F}

its just turning black.


Thanks.

Re: Problems with style on posted posts

That's because the default border color is black (I think). Try setting the border color to the beige color you have for the post background.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3 (edited by Runar 2006-01-02 12:37)

Re: Problems with style on posted posts

Hm, I cant find the place to change that border, but I'll keep looking.

And I want to remove the backgroundcolor, not only change it.

4 (edited by Runar 2006-01-02 13:36)

Re: Problems with style on posted posts

Problem solved, I just added:

DIV.postright, DIV.postfootright {BORDER-COLOR: #FFDF9F; Border: 0px;}

Edit: When I remove that border, the post just continues -->

Anyone know how to fix this? It would be very nice.

Thanks

5

Re: Problems with style on posted posts

That border is being used to create a fake left hand column. If you remove it then you have to give postright and postfootright a left hand margin instead i.e. a margin the same size as the border originally was.