Old Breadbutt
07-17-2002, 09:03 PM
I want to have "custom" br tags or the equivlent anyway. I think it would be incredibly useful and would simplify a lot of code. I think you could do it in xml but what about CSS and HTML?
I tried just writing a class for br I tried:
br.twenty {font-size : 20px;}
and
br.twenty{margin-top : 20px;}
but neither worked. I guess I could try bottom margin instead of top, but I don't think its even a standard, let alone supported.
I guess my real question is, is there a way to make a tag or class that would work like a br tag except that I could specify the height?
I guess it could be done by making some p class's but that seems messy. ahh who cares. I just think it would be cool.
I tried just writing a class for br I tried:
br.twenty {font-size : 20px;}
and
br.twenty{margin-top : 20px;}
but neither worked. I guess I could try bottom margin instead of top, but I don't think its even a standard, let alone supported.
I guess my real question is, is there a way to make a tag or class that would work like a br tag except that I could specify the height?
I guess it could be done by making some p class's but that seems messy. ahh who cares. I just think it would be cool.