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.

» How to make dotted line, one full line?
» I need some CSS codes for Header line color, Generalities line color and chatbox body background
» Is it possible to change this line in to another line?
» Help for forum line color and row line color
» Css Line
» I need some CSS codes for Header line color, Generalities line color and chatbox body background
» Is it possible to change this line in to another line?
» Help for forum line color and row line color
» Css Line
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum