954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

need help on my website

Alright, so I am a graphics designer and I am putting an art portfolio together for college, I decided to make a website portfolio, so heres the site http://www.reddragonsyde.com

As you can see none of the links work, and the images spaces are blank because I am clueless on how to code a web site. Any help?

slw613
Newbie Poster
3 posts since Aug 2008
Reputation Points: 10
Solved Threads: 0
 

Well here's how to add a link to the gallery. Obviously, you'll have to make a gallery.html page, otherwise you'll get a page not found error. Change:

<td><img src="images/index_06.jpg" width="87" height="16" alt=""></td>

To

<td><a href="gallery.html"><img src="images/index_06.jpg" width="87" height="16" alt="gallery"></a></td>
buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
 

see this is where my problems begin, i dont know where to insert this code, and also i dont think i have the document to input it in either (CSS document)

thus the reason why i need help from ground up

slw613
Newbie Poster
3 posts since Aug 2008
Reputation Points: 10
Solved Threads: 0
 

then you need to start with w3schools.com learning basics of HTML and after that CSS (Cascading Style Sheets)

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

thanks for the refferrence site, ill try this out!

slw613
Newbie Poster
3 posts since Aug 2008
Reputation Points: 10
Solved Threads: 0
 

you didn't give the links those images

<A HREF="links.html"><IMG SRC="web_template_files/index_04.jpg" ALT="" WIDTH="60" HEIGHT="16" BORDER="0"></A>
<A HREF="Gallery.html"><IMG SRC="web_template_files/index_06.jpg" ALT="" WIDTH="87" HEIGHT="16" BORDER="0"></A>
<A HREF="downloads.html"><IMG SRC="web_template_files/index_08.jpg" ALT="" WIDTH="135" HEIGHT="16" BORDER="0"></A>


please use the code and replace link names links.html, gallery.html, downloads.html

sreein1986
Posting Whiz
306 posts since May 2008
Reputation Points: 12
Solved Threads: 34
 

@sreein1986 - was this suggestion mentioned already in first reply?

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

You have to copy the images onto the server. The Internet can't see what is on your PC.

MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You