Jump to content

Unable to open web page


mtabibi

Recommended Posts

Looks like you will need to set your Windows setting to allow to show file extensions. Although you saved your file as index.html it's probably adding the .txt file extension to the end of it which then would really look like this: index.html.txt which is why it's opening up in Notepad.

 

I'm using XP and so this is how you would get the file extensions to appear:

 

Click on Start then Control Panel and then Folder Options.

Click on View tab.

UNCHECK 'Hide extensions for known file types'

OK

 

Now go look at your index file. You should see the .txt to the end of it. Just rename the index.html.txt file to be index.html

Link to comment
Share on other sites

  • 2 weeks later...

Bonsai Idaho Falls

logo.jpg

 

 

 

 

Home

Care/Maintenance

Bonsai Gallery

Bonsai Links

referances

 

 

 

 

 

 

Contact Us

bonsaidan@bonsaiidahofalls.com

 

 

 

Tree Galleries

 

 

 

Mike's trees

Dan's trees

 

 

 

 

id="navigation">

 

 

 

ficus.bmp

courtesy of Mike. Ficus

 

exposedRoots.bmp

courtesy of Mike.Ficus

 

fakeRock.jpg

courtesy of Mike.

 

 

east.jpg

courtesy of Mike. From left to right, top to bottom. Ficus, false cyprus, locust, ?, ?.

 

eastWall.jpg

courtesy of Mike. from left to right. false cypres, ? spruce, ficus, dwarf alberta spruce, ?

 

 

twoTrees.jpg

courtesy of Mike. from left to right.

 

Ficus.jpg

courtesy of Mike. from left to right.

 

 

treeRock.bmp

courtesy of Mike.

 

realRock.bmp

courtesy of Mike.

 

 

 

 

 

 

id="center">

 

 

 

 

Link to comment
Share on other sites

I cannot help you with MySQL errors, but I can point out several HTML errors you have as well:

 

  • Your doctype line is missing the link
  • Meta tag and link to CSS belong INSIDE head section, not above it
  • Instead of writing: - use your external stylesheet.
  • You use " --- - Note the case discrepancy - not wrong, but source of frequent problems. It's best to consistently write all tags in lower case all the time
  • See
id="navigation"> - You don't name a closing tag.

 

P.S. - I just noticed that your code to the 'home' and maintenance link is incorrect, too. (Note your "s and >s)

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...
×
×
  • Create New...