Shoutbox

Help with website bug - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Help with website bug (/showthread.php?tid=43716)

Help with website bug by absorbation on 04-27-2005 at 07:13 AM

I can't fix what's causing this bug to appear in http://www.plussounds.net/home.php

In firefox it's perfect but in IE some of it does not display please help me

I feel such a noob posting all these help threads :$

Thanks in advance :P


RE: Help with website bug by user27089 on 04-27-2005 at 07:16 AM

I can't really see the problem, I've looked at the source, and the only problem is that it have an unneccesary line break somewhere:

<IMG alt="" hspace=0 src="Images/sounds.png" align=baseline
border=0>

it should be

<IMG alt="" hspace=0 src="Images/sounds.png" align=baseline border=0>

I can't see why you would have that problem though tbh :s...

I doubt that it is related to what i said, but there is the possibility...

[edit]

I just saved your webpage, and it seems to work in internet explorer now :s...


RE: Help with website bug by absorbation on 04-27-2005 at 07:21 AM

hum thanks but it didn't work :( the bug only occurs to some people one of them being me :(


RE: Help with website bug by RaceProUK on 04-27-2005 at 12:39 PM

quote:
Originally posted by traxor
I can't really see the problem, I've looked at the source, and the only problem is that it have an unneccesary line break somewhere:

<IMG alt="" hspace=0 src="Images/sounds.png" align=baseline
border=0>
That's not actually a problem: linebreaks in tags are ignored for displaying the contents.

Edit: Doesn't work in IE for me.
Didn't you post about this before? I'm sure I helped you with this about a week or so ago.
RE: Help with website bug by Guido on 04-27-2005 at 04:16 PM

quote:
Originally posted by Absorbation
In firefox it's perfect but in IE some of it does not display please help me
Try adding </script> after "<script language="JavaScript" src="/cgi-bin/online/online.cgi?output=javascript">"

Haven't tried, but my guess is that IE is interpreting the whole HTML code after the opening script tag as Javascript. You forgot to close that tag, so it looks for javascript there apart from the remote cgi that you call.
RE: Help with website bug by absorbation on 04-27-2005 at 04:26 PM

Thanks guido it works i'll upload it soon :D