Quote:
Originally Posted by llasram
Well, <span/> is an inline element. Try using <div/> tags instead and/or include an explicit 'display: block' in your CSS property list.
|
I don't suppose you can share the code? I don't really get what you mean? Though I understand what you mean about using the <div> tag instead. Though I'm not sure what the difference is between span and div.