|  | Posted by the red dot on 12/08/06 00:19 
"Jonathan N. Little" <lws4art@centralva.net> wrote in messagenews:e2d00$4578ad75$40cba776$8767@NAXS.COM...
 > 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
 
 cheers i will have a look at that in the morning...
  Navigation: [Reply to this message] |