TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Boy do I have problems.....this one has to do with linking an image (easy!)

Page: 1 Reply
Jun 21st 2001#6433 Report
Member since: Mar 20th 2001
Posts: 319
Bear with me here, it's really early in the morning and I'm not thinking straight. When I'm writing the html, do I link pictures like this:

Or more similar to this:

I feel like an idiot, but this confuses me. Thanks.
Reply with Quote Reply
Jun 21st 2001#6434 Report
Member since: Mar 18th 2001
Posts: 1452
It depends.

If the image is in the same folder\directory as the HTML file, you can just do it with the filename only (like your first example).

With everything on the same server, you can remove the root url (wallus.f2s.com). So if you have your main index page in the root folder / and your image in a wallus.f2s.com/images/, you can just do it like so:

img src="/images/image.gif"

or even:

img src="/my/images/folder/image.gif"
Reply with Quote Reply
Jun 25th 2001#6749 Report
Member since: Mar 20th 2001
Posts: 319
i didn't really want to start another thread about html, so I'm asking in here. I just have one picture on a page without anything else. I want the picture to be not only centered horizontally, but also vertically. How do I do this with HTML? Thanks. :D
Reply with Quote Reply
Jun 25th 2001#6780 Report
Member since: Jun 19th 2001
Posts: 7
one way 2 do it is like so:
(I do hope I can write HTML code here, guess we'll have 2 find out now... hehehe)
1. turn the page into one cell of one table:


2. now, add the cell, defining the alignments:


3. put the image here:

4. close everything:


it should work :-)

goodluck
Reply with Quote Reply
Jun 25th 2001#6781 Report
Member since: Jun 19th 2001
Posts: 7
:-(
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum