hi,
Im moment experimentiere ich mit den divtags, ich benutze im moment die divs asl "p"'s, was ja leagl ist, oder?
"legal" im sinne von nicht-invalide ja - aber semantisch fragwürdig.
HTML:
<div class="dotline">
blabljfshguhgposaga<br>fjiodghdpsoi
<div class="dotline"></div>
</div>
was spricht dagegen, es nach meinem vorschlag zu machen, mit
<p class="dotline">
blabljfshguhgposaga<br>fjiodghdpsoi
<span class="dotline2"></span>
</p>
du müsstest nur noch dafür sorgen, dass der span per display:block als block level element _formatiert_ wird, bevor du ihm ein hintergrundbild verpasst.
gruß,
wahsaga
--
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."