Quote:
Originally Posted by Quoth
That's an inline style. Bad idea, not seen that in years so I'd have to look up the syntax.
|
We're all familiar with stylesheet links that do this:
Code:
<link href="../Styles/stylesheet.css" type="text/css" rel="stylesheet"/>
So, you would do the same thing with inline styles:
Code:
<style type="text/css">
Today, though, the
type attribute is deprecated, because "text/css" is the only option. This tells me that Pagina is a
very old program if it requires the
type attribute.