Log In · Register

 
Line padding / spacing.
Big_Bad
post Jan 6 2008, 05:49 PM
Post #1


Oh..
***

Group: Member
Posts: 85
Joined: Apr 2007
Member No: 516,967



How do I reduce the space height between each line on myspace, so images sit ontop of each other in FireFox?

Thanks in advance.
 
 
Start new topic
Replies (1 - 2)
MissHygienic
post Jan 6 2008, 05:55 PM
Post #2


Resource Center Tyrant
******

Group: Official Member
Posts: 2,263
Joined: Nov 2007
Member No: 593,306



Uh, well, for images, people usually put, <br> at the end to make the images sit on top of each other.

As for text? In your HTML, just put, "line-height: 0px" or "padding: 0px."
 
YourSuperior
post Jan 6 2008, 07:21 PM
Post #3


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Yeah for CSS it would look like this:

CODE
<style type="text/css">
div.name {
color: #000000;
font: Times New Roman;
line-height: 0px;
}
</style>

Then you add your div:
<div class="name">TEXT HERE</div>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: