Template talk:LanguageBar
From NovaRoma
Revision as of 15:05, 9 April 2006 by M. Lucretius Agricola (Talk | contribs)
Unless some wiki feature breaks it, you can replace
<div align="center">
with
<div style="margin:auto">
to avoid using deprecated features. If we then use
<div style="margin:auto;clear:both">
we should prevent anything wrapping with this bar. (Or we could use
<br style="clear:both" />
above and below.) The next step is to eliminate the table entirely and use "float:left" for each cell. You can see the gory details in Template:FourUp where padding and margins are used to make a nice display. The advantage to this is that if they down't fit in the screen width, the elements in the bar will wrap rather than force a horizontal scroll. M. Lucretius Agricola 10:01, 9 April 2006 (CDT)