The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

help to display lines on posts

2 posters

Go down

help to display lines on posts Empty help to display lines on posts

Post by tooyoung February 4th 2009, 6:28 pm

help to display lines on posts Lines
i draw the white lines so what exactly i need to change on colors panel
to display automatically?
avatar
tooyoung
Forumember

Posts : 73
Reputation : 0
Language : greek

Back to top Go down

help to display lines on posts Empty Re: help to display lines on posts

Post by Jalokim February 4th 2009, 7:37 pm

please post a link to your forum so I can help you
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

help to display lines on posts Empty Re: help to display lines on posts

Post by tooyoung February 4th 2009, 7:51 pm

avatar
tooyoung
Forumember

Posts : 73
Reputation : 0
Language : greek

Back to top Go down

help to display lines on posts Empty Re: help to display lines on posts

Post by Jalokim February 4th 2009, 8:00 pm

Hello... sorry about my Pm...

Here is the fix. Go to your admin panel -> display -> colors -> css
find this code
Code:
td.row2{
    background-color: #181818;
    }

and add this to it:
border-top: 3px #f1f1f1 solid;

so in the end your code will look like this:
Code:
td.row2{
   border-top: 3px #f1f1f1 solid;
    background-color: #181818;
    }


solved via PM
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

help to display lines on posts Empty Re: help to display lines on posts

Post by tooyoung February 4th 2009, 8:52 pm

i did this but it shows a white line on my home page under some words aswell... i need only to be shown between posts so people can see when a post end and when the next one start with a line (no need to be white)
avatar
tooyoung
Forumember

Posts : 73
Reputation : 0
Language : greek

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum