Argllll - das ist doch zum verzweifeln.
Heute Mittag hatte ich mich so gefreut, das es nun mit den individuellen Header-Grafiken funzt, nun hab ich das mal auf XHTML Konformität getestet - dummerweise bekomme ich folgende Fehlermeldung:
----------
This page is not Valid XHTML 1.0 Transitional!
Below are the results of checking this document for XML well-formedness and validity.
Error Line 106 column 6: required attribute "type" not specified.
<style> #header { background: url('http://chilidog.project-equinox.de/images/hea
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
----------
Jemand eine Idee wie ich in dem PlugIn den Fehler rausbekomme? die Anweisung:
$tag = "<style type="text/css"> $headerstyle { background: url('$imagedir/$headimage'); } </style>";
funzt natürlich nicht, gibt ne große dicke Fehlermeldung auf der Seite - bzw. nen weißen Bildschirm und die Fehlermeldung.
Es ist zwar nur EINE Fehlermeldung und das ganze funktioniert, aber es ärgert mich dennoch.
Hätte jemand eine andere Idee?