Author Topic: Saw (or any other computer nerd)  (Read 227 times)

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« 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?

Offline Chairboy

  • Probation
  • Plutonium Member
  • *******
  • Posts: 8221
      • hallert.net
Saw (or any other computer nerd)
« Reply #1 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,  http://myisp.com/myname/mypic.jpg">.
 
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
"When fascism comes to America it will be wrapped in the flag and carrying a cross." - Sinclair Lewis

Offline Saintaw

  • Platinum Member
  • ******
  • Posts: 6692
      • My blog
Saw (or any other computer nerd)
« Reply #2 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 :)
« Last Edit: November 29, 2002, 02:37:02 AM by Saintaw »
Saw
Dirty, nasty furriner.

Offline Saintaw

  • Platinum Member
  • ******
  • Posts: 6692
      • My blog
Saw (or any other computer nerd)
« Reply #3 on: November 29, 2002, 02:37:57 AM »
PS: call me "nerd" again & I'll have to kick your a**e :D
Saw
Dirty, nasty furriner.

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« Reply #4 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.

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« Reply #5 on: November 29, 2002, 02:49:55 AM »
Oh, and thank you chairboy :)

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« Reply #6 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.

Offline Saintaw

  • Platinum Member
  • ******
  • Posts: 6692
      • My blog
busted!
« Reply #7 on: November 29, 2002, 03:01:42 AM »
this one?
Saw
Dirty, nasty furriner.

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« Reply #8 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?

Offline Maniac

  • Gold Member
  • *****
  • Posts: 3817
Saw (or any other computer nerd)
« Reply #9 on: November 29, 2002, 03:40:04 AM »
Both gif and jpg works with html
Warbirds handle : nr-1 //// -nr-1- //// Maniac

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« Reply #10 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.

Offline Kanth

  • Gold Member
  • *****
  • Posts: 2462
Saw (or any other computer nerd)
« Reply #11 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.
Gone from the game. Please see Spikes or Nefarious for any Ahevents.net admin needs.

Offline Hortlund

  • Platinum Member
  • ******
  • Posts: 4690
Saw (or any other computer nerd)
« Reply #12 on: November 29, 2002, 12:33:36 PM »
Ah, Brilliant!!

Thanks for the advice Kanth, I owe you a beer.

Offline Kanth

  • Gold Member
  • *****
  • Posts: 2462
Saw (or any other computer nerd)
« Reply #13 on: November 29, 2002, 12:59:27 PM »
I don't drink but yw =)

if you need any further help just hollar =)
Gone from the game. Please see Spikes or Nefarious for any Ahevents.net admin needs.