Posted by Jonathan N. Little on 12/08/06 00:10
the red dot wrote:
> hello, im in the process of building a site and ive got one word where each
> letter (using span) is encased in a box (i know i know but i quite like it),
> anyway, is <span> the best way to do such a thing or is there a
> better/correct method?
> you can go here http://www.207g.karoo.net/langan/php/mission.php
You could simplify it a bit with
..boxed SPAN { ... }
<div class="boxed">
<span>D</span>
<span>o</span>
<span>c</span>
<span>u</span>
<span>m</span>
<span>e</span>
<span>n</span>
<span>t</span>
<span>a</span>
<span>r</span>
<span>i</span>
<span>s</span>
<span>t</span>
</div>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|