![]() Preserved Topic: Quick question about CSS (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: purgatory |
![]() When I use a style tag, H3 for instance, for some reason when I close that tag, it automatically creates something similar to 2 <br>'s. |
Paranoid (IV) Inmate From: under your rug, |
![]() Ya lost me, why are you using H3 tags ? |
Paranoid (IV) Inmate From: Ausra Island |
![]() <h1> through <H6> are headline tags, that's the effect you should get.... |
Bipolar (III) Inmate From: purgatory |
![]() i was just using that as an example. |
Paranoid (IV) Inmate From: under your rug, |
![]() I can't understand why you Must use <headline tags> |
Bipolar (III) Inmate From: purgatory |
![]() i understand that, but the whole thing is that i HAVE to use <h3></h3>.... i know it sounds stupid, but i have to. So I was just wondering if there was some way to eliminate that break at the end. |
Paranoid (IV) Inmate From: under your rug, |
![]() So you must use them in seperate H3 tags, and you don't want any spaces in them... I'll check it out, but the main purpose of a headline tag is to be seperate from the rest..... |
Paranoid (IV) Inmate From: Ausra Island |
![]() Are the lines, together in the document? I mean do you need them in seperate H3 tags? |
Bipolar (III) Inmate From: purgatory |
![]() ya, they have to be in seperate H3 tags.. ie <h3>hello</h3><h3>hello</h3> |
Bipolar (III) Inmate From: purgatory |
![]() Ausra, what do u mean "first set of h3 tags? If you have another idea, throw it out there and i'll see what ya mean. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Well, first ask yourself if you're using the H tags for their intended purpose, which is *headings*. If you're not, just use a span tag or something more appropriate to create the effect. |
Bipolar (III) Inmate From: purgatory |
![]() Slime, that seems to work. I have to play with it to get it to look right, but I think I'm on the right track now. Thanks a lot. Thanks to everyone else for the effort too |
Maniac (V) Mad Scientist From: Solitary confinement |
![]() perhaps you could use the property line-height and specify how far apart the lines should be? |