The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to increase distance between lines in the post text
Hi, Im using 4.2.3
Can someone help me to increase distance between lines in the post text please. Thanks |
#3
|
||||
|
||||
Thanks, Can we separately choose the height of empty line ?
|
#4
|
|||
|
|||
It is possible but it may not be compatible with all browser and I don't know whether it will mess up any of your styling in posts.
HTML Code:
.postcontent br{ display: block; content: ""; margin-top: 5px; } |
#5
|
||||
|
||||
I tried for "line-height" but with normal size in post, it's ok, when i increase the size in post, the line-height decreases
|
#6
|
||||
|
||||
Now, with this add, I had this result
|
#8
|
||||
|
||||
Quote:
dsf dsg f df gdf gdfg df gdf gdg dsf dsg f df gdf gdfg df gdf gdg I used: Code:
.postcontent{ line-height: 20px; } .postcontent br{ display: block; content: ""; margin-top: 0.5em; } |
#9
|
||||
|
||||
Try using only the selector:
HTML Code:
.postcontent, .postcontent font { line-height: 1.5em; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|