POV-Ray : Newsgroups : povray.off-topic : Small CSS question : Small CSS question Server Time
11 Oct 2024 07:11:59 EDT (-0400)
  Small CSS question  
From: Invisible
Date: 6 Nov 2007 10:59:11
Message: <47308f4f$1@news.povray.org>
I have the following HTML:

   <span>A<span>B<span>C</span>D</span>E</span>

I've set up some CSS to put borders round span elements. It's supposed 
to display as follows:

   +---------+
   | +-----+ |
   | | +-+ | |
   |A|B|C|D|E|
   | | +-+ | |
   | +-----+ |
   +---------+

However, no matter what I do, it actually renders like this:

   +-+-+-+-+-+-+
   |A|B|C|D|E|F|
   +-+-+-+-+-+-+

Any idea how I fix this?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.