Zozart
06-01-2003, 16:12
Why will opera not take note of my break class? the class is..
.break {
font-size: 3pt;
line-height: 0.75;
}
and the navigation bar is set out like so (example):
<a href="link1">Link 1</a><br>
<br class="break">
<a href="link2">Link 2</a> And so on..
Every browser except opera is leaving a nice sized gap between the links, whereas opera is completely ignoring the fact the break has a class attached to it! Thanks!
:confused:
.break {
font-size: 3pt;
line-height: 0.75;
}
and the navigation bar is set out like so (example):
<a href="link1">Link 1</a><br>
<br class="break">
<a href="link2">Link 2</a> And so on..
Every browser except opera is leaving a nice sized gap between the links, whereas opera is completely ignoring the fact the break has a class attached to it! Thanks!
:confused: