Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

my first page on my web site

Featured Replies

hi guys ive just finished my first ever page and was wondering what you think www.jasonrichings.co.uk

 

im new to web design and nearing the end of my home learning college course in adobe dreamweaver sc4.

 

im trying to link my other pages on the site but when i click on the link i get this : Not Found

 

The requested URL /public_html/index.html/aboutme.html was not found on this server.

Apache/2 Server at www.jasonrichings.co.uk Port 80

 

am i doing something wroong?do you no what it could be ?

 

cheers jase

Hi there

In your html

 

<li><strong><a href="/index.html/home.html">Home</a></strong></li>
	<li><strong><a href="/public_html/index.html/aboutme.html">About Me</a></strong></li>
	<li><strong><a href="/index.html/portfolio.html">Portfolio</a></strong></li>

try

 

<li><strong><a href="index.html">Home</a></strong></li>
	<li><strong><a href="aboutme.html">About Me</a></strong></li>
	<li><strong><a href="portfolio.html">Portfolio</a></strong></li>

 

Pat

It's because your linking to the wrong place, you need to link to about.html not /public_html/index.html/aboutme.html

 

Edit: beaten to the crunch, and better explanation above :)

  • Author

hi ya fellas i did what pat said and i got this responce after i clicked the link

 

Started: 15/03/2009 23:16 Connected to Jason Richings Web Design. index.html\aboutme.htm - error occurred - An FTP error occurred - cannot put aboutme.htm. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured. File activity incomplete. 1 file(s) or folder(s) were not completed. Files with errors: 1 index.html\aboutme.htm Finished: 15/03/2009 23:16

 

what have i done wrong now lol

 

jase

hi ya fellas i did what pat said and i got this responce after i clicked the link

 

Started: 15/03/2009 23:16 Connected to Jason Richings Web Design. index.html\aboutme.htm - error occurred - An FTP error occurred - cannot put aboutme.htm. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured. File activity incomplete. 1 file(s) or folder(s) were not completed. Files with errors: 1 index.html\aboutme.htm Finished: 15/03/2009 23:16

 

what have i done wrong now lol

 

jase

 

You page files should be in the same folder as your index.html, what does your index html code look like, and what generated that error?

  • Author

this is the code for index.html

 

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Jason Richings Web Design</title>

<link href="styles.css" rel="stylesheet" type="text/css" />

<link href="jrwd-styles.css" rel="stylesheet" type="text/css" />

<style type="text/css">

<!--

a:link {

color: #633;

}

a:visited {

color: #636;

}

-->

</style></head>

 

<body>

<div id="container">

<div id="header"><img src="jrwd-header-1.png" width="780" height="151" alt="Jason Richings Header" /></div>

<table border="0" align="center" cellpadding="0" cellspacing="0">

 

</table>

<h1> </h1>

<ul>

<div id="nav">

<div id="sidebar">

<li><strong><a href="/index.html/home.html">Home</a></strong></li>

<li><strong><a href="aboutme.html">About Me</a></strong></li>

<li><strong><a href="/index.html/portfolio.html">Portfolio</a></strong></li>

</div>

</div>

</ul>

<div id="content">

<div id="mainContent">

<h1> Welcome to Jason Richings Web Design</h1>

<p>This is the site of Jason Alan Richings,I am 23 year old and have been studying web design for 3 months now and im really enjoying what i have learnt so far.</p>

<p>Over the next few months there will be more projects available for you to see in my portfolio once i become more proficient as a web designer.<br />

</p>

</div>

</div>

<br class="clearfloat"></div>

<blockquote>  </blockquote>

<p id="footer">Email:jarichings@googlemail.com</p>

<p> </p>

<p> </p>

</div>

</body>

</html>

 

 

 

 

i followed pats instructions and got that responce

About Me

Well where to start,im 23 years old an im based in the heart of the cotwolds,i currently live and work for my fiances parents family run restuant located at the painswick valley near stroud.

 

http://www.jasonrichings.co.uk/aboutme.html

 

That's all I can get

<li><strong><a href="/index.html/home.html">Home</a></strong></li>
<li><strong><a href="aboutme.html">About Me</a></strong></li>
<li><strong><a href="/index.html/portfolio.html">Portfolio</a></strong></li>

 

Needs to be

 

<li><strong><a href="home.html">Home</a></strong></li>
<li><strong><a href="aboutme.html">About Me</a></strong></li>
<li><strong><a href="portfolio.html">Portfolio</a></strong></li>

Nah, he gets away with it because of the first line in his post :p

 

hi guys ive just finished my first ever page and was wondering what you think www.jasonrichings.co.uk

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.