10 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] <hr> tags
FromSent OnAttachments
Pawel TeczaJul 10, 2006 1:39 am 
Sam VarshavchikJul 10, 2006 3:17 am 
Pawel TeczaJul 10, 2006 4:32 am 
mattiJul 10, 2006 8:26 am 
Pawel TeczaJul 11, 2006 1:20 am 
mattiJul 11, 2006 7:04 am 
Sam VarshavchikJul 11, 2006 3:22 pm 
mattiJul 11, 2006 9:25 pm 
Brian CandlerJul 11, 2006 10:56 pm 
Pawel TeczaJul 12, 2006 12:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] <hr> tagsActions...
From:Pawel Tecza (p.te@net.icm.edu.pl)
Date:Jul 10, 2006 1:39:04 am
List:net.sourceforge.lists.courier-sqwebmail

Hello Sam,

You probably agree with me that <hr> tags are obsolete now and look ugly if we have own nice Sqwebmail layout [1].

Of course I can use CSS styles to customize/hide them and it's good for me, but I think that better idea for other Sqwebmail users is using <div> tags to separate layout elements on page, for example <div class="hr"></div>.

If you want to have the separators with different width you can create a few CSS classes, for example:

.hr { border: 1px inset #cccccc; width: 100% } .hr90 { border: 1px inset #cccccc; width: 90% } .hr80 { border: 1px inset #cccccc; width: 80% } .hr70 { border: 1px inset #cccccc; width: 70% }

What do you think about it?

My best regards,