Jump to content

Konqueror and my web site


Kieth
 Share

Recommended Posts

I made up my web site, but in Konqueror I can't see it. I get an error, which is:

Error: node : TypeError: Undefined value.

 

In Mozilla and Opera, there is no problem. Would someone mind looking at it to tell me what I did wrong? I made it using Mozilla Composer, in the graphic mode, with slight changes in html that I learned from the web sites you recommended to me on web designing.

 

The web site is: http://kbloyd.interfree.it

 

Thanks,

Kieth

Link to comment
Share on other sites

Guest Adriano

Ok, I had a quick glance at your code, and I ran back, cowering from it (The markup output by Composer is godawful). I don't know what the error you speak about means, and I don't have the time to understand what google says about it. However, I'd recommend following a HTML + CSS course such as those freely offered by sites like htmldog or html bootcamp (google is your friend), cleaning the code, and trying again.

 

Other thoughts: maybe it's your version of Konqueror. I'm on Windows, I don't have internet access from Linux, so I can't tell. But I'd check with someone else first. Or maybe update konqueror, if possible.

Link to comment
Share on other sites

I'm also using Kongueror 3.2.0, in Mandrake 10. I will try and look at the codes and see what I can do, even though I have a lot to learn. Like I said, I made the site using Mozilla Composer, in the graphics mode.

 

Kieth

Link to comment
Share on other sites

Guest Adriano

I don't blame you, you have a right not to know. Especially if you try. It's just that the code is a pain to read. I didn't know Composer was this bad.

Link to comment
Share on other sites

Seems Composer actually passed the test somehow. I ran Keith's index.html page (http://kbloyd.interfree.it/index.html) through the HTML Validator @ http://www.w3.org/ and it passed as This Page Is Valid HTML 4.01 Transitional!

http://validator.w3.org/check?uri=http%3A%...it%2Findex.html

 

I then tried the frameset page that comes up when you goto http://kbloyd.interfree.it/ ( could be something the webhost is using to put ads on Kieth's page ) and this failed big time:

http://validator.w3.org/check?uri=http%3A%...interfree.it%2F

 

problem one here:

Line 5, column 29: required attribute "TYPE" not specified

<script LANGUAGE="JAVASCRIPT">

should be:

<script language="javascript" type="text/javascript">

I really am not sure if this is enough to throw off Konqueror or not... but its a start. Either way, its a good bet that the problem lays in this frameset page the site uses.

 

Here's a handy link:

http://validator.w3.org/

Link to comment
Share on other sites

scoopy, I found the problem you mentioned in the "Document Source". When I'm on my web site, I look at the "Document Source", but how do I correct it? Where on my computer is this file? It isn't in the html source of my web page, so I do not know where to find it.

 

Kieth

Link to comment
Share on other sites

The first part of my html source is:

 

<html>

<head>

<title>Bloyd's web page</title>

<meta http-equiv="content-type"

content="text/html; charset=ISO-8859-1">

<meta name="author" content="Kieth A. Bloyd">

</head>

<body background="blue-background.png">

<table cellpadding="2" cellspacing="2" border="0"

style="text-align: left; margin-left: auto; margin-right: auto; width: 100%;">

<tbody>

<tr>

 

 

Il document source instead is:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<!-- default: kbloyd.interfree.it - 200 - - Browser: OK//-->

<HTML><HEAD><TITLE>Bloyd's web page</TITLE>

<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>

<script LANGUAGE="JAVASCRIPT">

<!--

 

 

Kieth

Link to comment
Share on other sites

scoopy, I found the problem you mentioned in the "Document Source".  When I'm on my web site, I look at the "Document Source", but how do I correct it?  Where on my computer is this file?  It isn't in the html source of my web page, so I do not know where to find it.

 

Kieth

Unfortunately... this file is not on your computer. Your webhost (interfree) has forced it upon you. They use a frameset page, which puts their banner on the top (in the first frame) and then places your "index" page (in another frame) right below it. I am afraid you will have to inquirer about this problem in club interfre's forum or email them and see what they can do.

Link to comment
Share on other sites

  • 1 month later...

These last couple of days, anna has been helping me with anther question I had, and while trying to resolve a problem I found out that I can see my web page in konqueror if I put in a complete URL address. Usually I put in http://kbloyd.interfree.it. The first web page is index.html. Therefore, if I put in the URL http://kbloyd.interfree.it/index.html, then I can see it in konqueror. Any idea as to why?

 

Kieth

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...