Designing a Website: Monique's First Steps

  • Thread starter Thread starter Monique
  • Start date Start date
  • Tags Tags
    Designing
Click For Summary

Discussion Overview

The discussion revolves around Monique's initial experiences in designing her personal website, focusing on issues related to HTML, file linking, and webpage structure. Participants provide assistance and share resources for learning HTML and improving web design.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • Monique has created a domain and is experimenting with HTML but encounters issues with linking to her second page, picturepage.html.
  • Some participants suggest checking if picturepage.html is in the same directory as index.html on the server.
  • Monique confirms both files are in the same directory but has faced issues with the link not working.
  • There is a suggestion that the link should point to picturepage.html or that the file should be renamed to picturepage.htm.
  • Monique discovers that deleting the header section allows the link to work, indicating a potential issue with the header code.
  • Another participant suggests changing the link to include the full path, which Monique finds resolves the issue.
  • There is a discussion about the tag in HTML and its potential impact on linking.
  • Participants share resources for finding HTML code and design tips, including links to websites that provide tutorials and examples.
  • Monique receives feedback on her color choices for the website and suggestions for future content, such as adding a forum or biology facts.

Areas of Agreement / Disagreement

Participants generally agree on the troubleshooting steps for linking issues, but there are varying opinions on the best practices for HTML structure and the use of the tag. The discussion remains unresolved regarding the optimal approach to linking and header management.

Contextual Notes

Limitations include potential misunderstandings of HTML standards and the specific configurations of Monique's server environment, which may affect how links are resolved.

Who May Find This Useful

Beginners in web design and HTML coding, individuals interested in personal website development, and those seeking troubleshooting advice for linking issues in web pages.

Monique
Staff Emeritus
Science Advisor
Gold Member
Messages
4,229
Reaction score
61
Yesterday I found out I actually have a domain on my name

So I started playing with it a little.. I will need some help though, since I don't know HTML or anything about this stuff.. http://home.student.uva.nl/monique.vandervoet/"

Not entirely too bad, huh? so yesterday the picture was still working, not sure why it isn't anymore.. but what I'd like to do is make a second page. So I wrote:

<P><a href="picturepage.html">some pictures can be found here :)</a></p>

I have a single folder into which the files can be put, the homepage must be index.html so I made a file picturepage.html and figured the link should work.. but it doesn't :frown: any help?
 
Last edited by a moderator:
Computer science news on Phys.org
ok dumnb question but did you put the picturepage.html on the server (I mean in the same directory with index.html)?
 
lol, yes they are in the same directory ON the server
who do you think I am ;)
 
Originally posted by Monique
<P><a href="picturepage.htm">some pictures can be found here :)</a></p>

I have a single folder into which the files can be put, the homepage must be index.html so I made a file picturepage.html and figured the link should work.. but it doesn't :frown: any help?

Either the link should point to picturepage.html, or the file should be renamed to picturepage.htm.
 
Well, I had already tried making them both htm or both html, after which I made a typo.. doesn't work though.
 
OK, I have gotten it to work by deleting the header of the page with the banner :) so the problem must be somewhere in there..
 
Is it still not working? Going directly to picturepage.html works for me.
 
Which page is that?
 
If I delete everything and only leave the stuff inside the <!-- End of Header --> and the <!-- Start of Footer -->, the link to the other page works.

I am a rookie when it comes to writing and reading HTML so I am sure there are redundant and maybe conficting terms in there :P

I'll try to figure it out though..
 
  • #10
Ah, I see...change your link to point to monique.vandervoet/picturepage.html instead of just picturepage.html. You shouldn't need to in most cases...I'm not sure why it doesn't link to that page.
 
  • #11
it could be this
<base href="http://.homestudent.uva.nl/">

try adding monique.vandervoet/at the end like this
<base href="http://.homestudent.uva.nl/monique.vandervoet/">

I'll check but I haven't seen this label in the HTML standard [?]
 
Last edited by a moderator:
  • #12
AHA!

You both are right, I just tried putting /monique.vandervoet/picturepage.html which is working now. And I'm going to try the smart thing that you also suggested, Guybrush :)

OUCH! if I change the standard reference address, it won't find the banner of the university anymore, but at least I know what was causing it :)
 
Last edited:
  • #13
So which are the good places to find some HTML code that can be used? Such as background colors, fonts etc?
 
  • #15
Originally posted by dduardo
Here
Thanks!

Greg should better be afraid :wink:
 
  • #17
  • #18
Originally posted by Monique
Yesterday I found out I actually have a domain on my name


For a beginner, your choice of colors is pretty good. Perhaps in the future you can add a forum, and some fun facts on Biology.
 
Last edited:

Similar threads

Replies
3
Views
1K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 13 ·
Replies
13
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
9K
  • · Replies 22 ·
Replies
22
Views
11K
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K