Apparently in the latest versions of XHTML the inline style="" attribute has been depricated.
Now I know it was always a naughty thing to use but it was REALLY helpful and nead to position things with it.
Now we're kind of stuck and could do with some advice.
We have a master stylesheet for our site - lets call it master.css.
We also have a page, lets say steve.aspx.
Now the elements on steve.aspx need laying out somehow and we don't like putting style in the header as it puts search engines off their dinner and looks butt ugly. It's called a style sheet so it should be stylish, right?
So we think of making a steve.css and applying that to the page - it would be nice if steve.css could extend master.css. We COULD import two style sheets into the page but that seems to mess up some of the validators out there and my collegue comes out in hives or something if they throw an error.
We can't seem to get the @import tag working atop another style sheet and I am begining to think we never will. I suspect it only works in <style></style> tags.
We also have a seperate problem that you folks probably don't want to know about - don't worry, it's nothing medical. We use ASP.net 2.0 master pages and can't for the life of us work out how to apply new style sheets to individual pages without making a theme for all of them and replicated master.css into it.
So - does anyone have any ideas on how we should be positioning things now we can't use inline elements?
Anyone know anything about Themes in asp.net?
Yet another unchecked rambling brought to you by:
Oddball
Now I know it was always a naughty thing to use but it was REALLY helpful and nead to position things with it.
Now we're kind of stuck and could do with some advice.
We have a master stylesheet for our site - lets call it master.css.
We also have a page, lets say steve.aspx.
Now the elements on steve.aspx need laying out somehow and we don't like putting style in the header as it puts search engines off their dinner and looks butt ugly. It's called a style sheet so it should be stylish, right?
So we think of making a steve.css and applying that to the page - it would be nice if steve.css could extend master.css. We COULD import two style sheets into the page but that seems to mess up some of the validators out there and my collegue comes out in hives or something if they throw an error.
We can't seem to get the @import tag working atop another style sheet and I am begining to think we never will. I suspect it only works in <style></style> tags.
We also have a seperate problem that you folks probably don't want to know about - don't worry, it's nothing medical. We use ASP.net 2.0 master pages and can't for the life of us work out how to apply new style sheets to individual pages without making a theme for all of them and replicated master.css into it.
So - does anyone have any ideas on how we should be positioning things now we can't use inline elements?
Anyone know anything about Themes in asp.net?
Yet another unchecked rambling brought to you by:
Oddball