For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Yes actually those were some where you could pick up some excellent ideas about html and css...
But like I said there is know way to tell why your span isn't working as all you give is the html and we have no idea what it is doing nor what it is supposed to do, is it supposed to make all the text green, 40px, blink, etc., spans do have some default settings for each browsers, some act like it's a div and give it some padding or margin, etc. so w/o more info it's hard to give you an answer...
Dr. CSS wrote:
Yes actually those were some where you could pick up some excellent ideas about html and css...
But like I said there is know way to tell why your span isn't working as all you give is the html and we have no idea what it is doing nor what it is supposed to do, is it supposed to make all the text green, 40px, blink, etc., spans do have some default settings for each browsers, some act like it's a div and give it some padding or margin, etc. so w/o more info it's hard to give you an answer...
Your absolutely right, I should of added my site link instead lol. http://www.dmaireroa.com/workWebsite.php. This page is not displaying properly in cmsms when I use my css span.
is a block element.... which can contain other block elements. like , or inline elements.
is an inline element, which cannot contain block elements.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
-------------------- If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.