How to add a line?
2 posters
Page 1 of 1
How to add a line?
Print screen - http://prntscr.com/7z6f4l
How do I add a line separating the profile and the post?
Forum thread - http://priwy-metin2.forum-board.net/t12-system-plakietek#34
How do I add a line separating the profile and the post?
Forum thread - http://priwy-metin2.forum-board.net/t12-system-plakietek#34
Re: How to add a line?
Hi @Alan Barry,
You can add borders ( or lines ) with CSS. Just go to display > colors > CSS stylesheet
If you want the line next to the profile, paste this rule :
If you want it next to the post, then paste this rule instead :
The only difference is that the latter is longer than the former.
You can add borders ( or lines ) with CSS. Just go to display > colors > CSS stylesheet
If you want the line next to the profile, paste this rule :
- Code:
.user { border-right:1px solid #CCC }
If you want it next to the post, then paste this rule instead :
- Code:
.post-entry { border-left:1px solid #CCC }
The only difference is that the latter is longer than the former.
Similar topics
» How to make dotted line, one full line?
» Line under nav bar
» How to get rid of this line people have?
» 2 Forumcolumns on 1 line.
» New line in post add br
» Line under nav bar
» How to get rid of this line people have?
» 2 Forumcolumns on 1 line.
» New line in post add br
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum