Aces High Bulletin Board

General Forums => The O' Club => Topic started by: Hortlund on November 29, 2002, 02:08:06 AM

Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 02:08:06 AM
I need help with this html-thingy. I figured I'd finally start using those free 20MB I have from my ISP to build a homepage.

But you know me, I dont know crap about html-programming.

How do I get the images to appear on my page?

I have uploaded the images to the ftp server, then Im fiddeling with the index.php -file. That all seems to be working. Now I want the image to appear on my web page.

I use this line:
< img scr="[this is the path to the picture on my ftp server, something like http://ftp://ftp.myisp.com/my pictures/picture.jpg]" >

But the picture wont appear on the web page. What am I doing wrong?
Title: Saw (or any other computer nerd)
Post by: Chairboy on November 29, 2002, 02:17:45 AM
You want the HTTP path to the files, not the FTP paths.  Use FTP to upload them, but reference their HTML paths.

Eg,  .
 
Make sure you leave off the FTP.  Your ISP might have a different format for what the HTTP path is vs. the FTP path, so if you need an example, go to someone elses page on that isp and check their paths.  

The super simplest way, of course, is to not fully realize the path.  Eg, if your images are in the same folder as your HTML, just say:



If it's in a subdirectory called 'images', just say:



Regards,

Chairboy
Title: Saw (or any other computer nerd)
Post by: Saintaw on November 29, 2002, 02:32:53 AM
What chairboy said

Let's imagine your index.php file is in your root folder (usualy /www in ftp) and your pictures in the /images/ folder

You can link to this way:

"Picture

or

"Picture // This you can use if your html/php file is in a  folder below your root


If you're sure you won't move your files to another domain, you can use a full path


"Picture



Catch me on MSN today.. it's friday so I can goof around :)
Title: Saw (or any other computer nerd)
Post by: Saintaw on November 29, 2002, 02:37:57 AM
PS: call me "nerd" again & I'll have to kick your a**e :D
Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 02:49:16 AM
Bah, you just proved to everyone that you are the king of the nerds. I bet you sleep with your D&D rulebook under your pillow.
Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 02:49:55 AM
Oh, and thank you chairboy :)
Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 02:51:20 AM
Saw, do you still have that picture for the wolfpack webpage? The knight? I think Id like to have that one you made on my page.
Title: busted!
Post by: Saintaw on November 29, 2002, 03:01:42 AM
this one?
Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 03:18:39 AM
ahh, yes, thanks.

btw, I can use .jpg -images right? I dont have to make them .gif?
Title: Saw (or any other computer nerd)
Post by: Maniac on November 29, 2002, 03:40:04 AM
Both gif and jpg works with html
Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 12:20:01 PM
AHAHAHAHAHAAHAHAHAHAHA I got it to work!!!!

Fear me peasants, for now I control the internet!!

or something...

Thanks guys for all the help.


Now, I have another question. How do I make different pages? Suppose I would like a frontpage, and then you can click on "pictures" and be taken to another page where I keep my pictures.
Title: Saw (or any other computer nerd)
Post by: Kanth on November 29, 2002, 12:29:14 PM
Hortlund,

look at any internet page and click on "View" then "Source" on your browser menu.

This'll show you the html behind the page.

You can get tons of free examples of how to do things that way.
Title: Saw (or any other computer nerd)
Post by: Hortlund on November 29, 2002, 12:33:36 PM
Ah, Brilliant!!

Thanks for the advice Kanth, I owe you a beer.
Title: Saw (or any other computer nerd)
Post by: Kanth on November 29, 2002, 12:59:27 PM
I don't drink but yw =)

if you need any further help just hollar =)