View Single Post
Old 09-08-2023, 10:21 AM   #25
nabsltd
Fanatic
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 528
Karma: 9529956
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe, Kindle 4 Touch
Quote:
Originally Posted by Quoth View Post
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.
nabsltd is offline   Reply With Quote