Home › Forums › CSS › Please help! Used a PARA inside a span tag! Need a way out! › Re: Please help! Used a PARA inside a span tag! Need a way out!
September 27, 2009 at 1:45 pm
#64760
Participant
you can use any "inline" element instead of "p" or any such "block level element".
use a "span" and add "display:block" – property to the "spanover" class. I hope this solves the problem.