![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hey all, |
|
i'm having a rather bizarre problem.. the image tag i have declared in my xhtml is not showing in safari / konqueror but showing just fine in Firefox, IE, Opera... this is a complete mystery and I have been scouring every book / resource I can find but haven't come up with an answer. any one have any ideas? all other images in site showing fine - but they are declared as background images in the css. the site is: http://www.15minutesofwhat.com img tag: a href="/"><img alt="timer image" src="images/bigtimer2.jpg" /></a |
#3
| |||
| |||
|
|
jasen, thanks for the reply. i am a bit stumped as to why my server is giving the wrong content type but yet still validating as xhtml at the w3 site... |
#4
| |||
| |||
|
|
Jasen Betts <jasen (AT) free (DOT) net.nospam.nz> wrote: where is your XML tag (I assume you mean the prolog) |
|
|| hexadecimal EBB o-o decimal 3771 |
#5
| |||
| |||
|
|
your server is giving the wrong Content-Type:... if you want your XHTML to work as XHTML you must fix that first. |
|
where is your XML tag |
#6
| |||
| |||
|
|
On Sat, 17 Dec 2005 20:26:08 -0000, Jasen Betts jasen (AT) free (DOT) net.nospam.nz> wrote: your server is giving the wrong Content-Type:... if you want your XHTML to work as XHTML you must fix that first. Why would the OP need to do this, and why would they want to anyway ? XHTML 1.0 can be served as text/html and this is the only current way in which it's usable on the web. Although it's true what you say about "if you want it to work as XHTML" there's no need to do that, nor is it a good thing under the current state of the web. where is your XML tag It (I assume you mean the prolog) isn't needed and it's certainly a bad idea to use it on the web. |
#7
| |||
| |||
|
|
I assume the netcat utility, though possibly invoked with vague intentions, had the foresight to reveal all of the prolog, as was rather verbosely cited in the preceding message. |
#8
| |||
| |||
|
|
Eric B. Bednarz <bednarz (AT) fahr-zur-hoelle (DOT) org> wrote: I assume the netcat utility, though possibly invoked with vague intentions, had the foresight to reveal all of the prolog, as was rather verbosely cited in the preceding message. No, I meant the XML prolog (which wasn't there) |
|
|| hexadecimal EBB o-o decimal 3771 |
#9
| |||
| |||
|
|
No, I meant the XML prolog (which wasn't there) Please get your facts straight. Prolog [22] prolog ::= XMLDecl? Misc* (doctypedecl Misc*)? [23] XMLDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>' |
![]() |
| Thread Tools | |
| Display Modes | |
| |