Preserved Topic: Quick question about CSS |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: purgatory |
posted 01-05-2002 21:40
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, |
posted 01-05-2002 21:57
Ya lost me, why are you using H3 tags ? |
Paranoid (IV) Inmate From: Ausra Island |
posted 01-05-2002 22:03
<h1> through <H6> are headline tags, that's the effect you should get.... |
Bipolar (III) Inmate From: purgatory |
posted 01-05-2002 22:03
i was just using that as an example. |
Paranoid (IV) Inmate From: under your rug, |
posted 01-05-2002 22:10
I can't understand why you Must use <headline tags> |
Bipolar (III) Inmate From: purgatory |
posted 01-05-2002 22:14
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, |
posted 01-05-2002 22:17
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 |
posted 01-05-2002 22:28
Are the lines, together in the document? I mean do you need them in seperate H3 tags? |
Bipolar (III) Inmate From: purgatory |
posted 01-05-2002 22:30
ya, they have to be in seperate H3 tags.. ie <h3>hello</h3><h3>hello</h3> |
Bipolar (III) Inmate From: purgatory |
posted 01-05-2002 22:42
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 |
posted 01-05-2002 22:44
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 |
posted 01-05-2002 22:56
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 |
posted 01-05-2002 23:52
perhaps you could use the property line-height and specify how far apart the lines should be? |