BlueGoddess
12-27-2001, 05:50 PM
Okay, recently I have seen many webpages with the lines of text closer together than normal. Can someone tell me how to do this? For example, go to http://www.sweet-sanity.net and check out the blog. Thanks!
|
View Full Version : Spacing between lines? BlueGoddess 12-27-2001, 05:50 PM Okay, recently I have seen many webpages with the lines of text closer together than normal. Can someone tell me how to do this? For example, go to http://www.sweet-sanity.net and check out the blog. Thanks! sweet-sanitynet 12-27-2001, 09:30 PM hey lol, i think i can help ya (seeing as i'm the one who made the webpage) lol... you do knwo how to do css style sheets right? if so, all you put it line-height:9px (that's what mine is set on) if you need any more help email me at m3lissa@surfy.net or on aim mi55 meli55a kittycat 12-27-2001, 11:35 PM yeah put this line after your link attributes: P{ font-size: 11px; font-family:verdana; line-height: 11px;font-weight:normal;text-align: justify;color:ffffff;font-style:normal;LETTER-SPACING: 0pt} then change it to what you want. and to s-snet - no advertising allowed in siggys:) designgURL 02-01-2003, 12:06 PM Those two are not working for me, I have them in the body with the other text stuff. I'm trying to squeeze tables in and that would help.. because even tho it's xx-small verdana, the height difference is still large. I have always hated it but now I must do something. designgURL 02-01-2003, 12:18 PM Ok my CSS just isn't changing when I upload it, I will have to see why. But my html file did change when I uploaded. Harmm.. I triple checked, everything ends with a ; or } like it should. designgURL 02-01-2003, 12:23 PM Ohhhh I got it, of course.. Tables need their own text stuff. designgURL 02-01-2003, 12:26 PM It still doesn't change the <p> line break height.. is there any way to change that? |