View Single Post
Old 09-20-2024, 05:16 PM   #5
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Thanks.

PHP Code:
<head>
  <
title>Scrambled</title>
  <
meta name="author" content="Leo Nikoleyevich Tolstoy"/>
  <
meta name="generator" content="Duke Classics"/>
  <
link href="stylesheet.css" type="text/css" rel="stylesheet"/>
  <
style type="text/css">  </style>
</
head
The problem is the <style> tag with empty / white spaces for a value.
Delete that line and the error will be cleared.

== Edit ==
You then need to relink the stylesheet to the html page. That will fix the error.

Last edited by Karellen; 09-20-2024 at 05:25 PM.
Karellen is offline   Reply With Quote