Out of curiosity, is there an alternative to CSS, particularly for positioning/layout, when styling xhtml content? I am excluding Flash as a viable alternative.
You can style without using actual stylesheets, but you’d have to use the “style” property in each tag you want to style and then that’s still technically stylesheets. Obviously you can style any tag using its built in HTML properties, but beyond that – using things like margins, padding, borders etc… on all tags is simply not possible without using stylesheets. I don’t really know why you’d have the need to try “styling” a page without “stylesheets” which are meant for that very thing.
March 7th, 2007 at 8:28 am
You can style without using actual stylesheets, but you’d have to use the “style” property in each tag you want to style and then that’s still technically stylesheets. Obviously you can style any tag using its built in HTML properties, but beyond that – using things like margins, padding, borders etc… on all tags is simply not possible without using stylesheets. I don’t really know why you’d have the need to try “styling” a page without “stylesheets” which are meant for that very thing.