What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Image Viewing Problems

Image Viewing Problems
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Image Viewing Problems
btw, you have some more problems then that within your html code....


Problem 1

For starters there are here and there some hard returns after lines where they shouldn't be, so remove them:

code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<hard return>
"http://www.w3.org/TR/html4/loose.dtd">
code:
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',<hard return>
'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,re<hard return>
sizable=0,width=220,height=340');");
}
// End -->
Not all are wrong (the ones in html-tags), but the ones in script shouldn't be there!


Problem 2

Furthermore, and this is a very serious error, there seems to start another new html code right in the middle of the page:
code:
<td width="540"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<hard return>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
...


Problem 3

Also, in the scripts: you use document.getSelection(), you should use window.getSelection() instead...


Problem 4

Furthermore, you're missing a <br>-tag here:
code:
<input type="submit" name="Submit" value="Submit"></form></font>put a <br> here<font size="1" face="10" color="#000000"><a href="/index.php?action=results">Show me the results</font>


Problem 5

This image doesn't exist: http://www.vexonet.com/images/affiliates/dlserve.gif because you have uploaded dlserve.GIF. Names are case sensetive. So rename the file to dlserve.gif....


Problem 6

There is no style3-class defined anywhere....
<a href="mailto:webmaster@vexonet.com" class="style3" style="text-decoration: none">e-mail meloose the space here</a>

... ...






Check all these errors on all your pages, as they seem to occur everywhere on every page...

TIP: Do NOT trust on Internet Explorer for showing your page. It certainly DOES NOT automaticly mean that your page is ok when it shows nicely in Internet Explorer.... Also don't use 1 particular browser to check your page, use several different browsers, because each browser can show you page differently...

;)

This post was edited on 08-01-2004 at 06:26 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-29-2004 03:12 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Image Viewing Problems - by Dan on 07-26-2004 at 10:42 AM
RE: Image Viewing Problems - by toddy on 07-26-2004 at 10:44 AM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 10:45 AM
RE: Image Viewing Problems - by toddy on 07-26-2004 at 10:57 AM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 11:39 AM
RE: Image Viewing Problems - by Anubis on 07-26-2004 at 11:45 AM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 11:50 AM
RE: Image Viewing Problems - by Anubis on 07-26-2004 at 12:02 PM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 12:05 PM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 10:48 AM
RE: Image Viewing Problems - by WDZ on 07-29-2004 at 11:02 AM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 11:08 AM
RE: Image Viewing Problems - by CookieRevised on 07-29-2004 at 03:12 PM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 04:09 PM
RE: Image Viewing Problems - by jren207 on 07-29-2004 at 04:26 PM
RE: Image Viewing Problems - by CookieRevised on 07-29-2004 at 04:47 PM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 05:03 PM
RE: Image Viewing Problems - by CookieRevised on 07-29-2004 at 07:59 PM
RE: Image Viewing Problems - by jren207 on 07-29-2004 at 08:26 PM
RE: Image Viewing Problems - by Dan on 08-01-2004 at 11:10 AM
RE: Image Viewing Problems - by RaceProUK on 08-01-2004 at 06:05 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On