View previous topic :: View next topic |
Author |
Message |
darkada2 -
Joined: 12 Jun 2005 Posts: 4 Location: Florida
|
Posted: Sun Jun 12, 2005 6:24 am Post subject: Site Image Help needed |
|
|
None of the site images hosted by the Abyss web server show up (background, logo, ect.), yet images hosted by other sites do show up.
Any way to solve this problem?
My site: http://68.200.27.171/ |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Jun 12, 2005 11:34 am Post subject: |
|
|
This isn't a bug.
You have used absolute links to the image files on your own PC, not relative URLs to the location of your images in your htdocs folder.
For example, your background image is linked as :
D:\Abyss Web Server\htdocs\Images\axeguy3.png
you need to link it as
/Images/axeguy3.png
etc |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Sun Jun 12, 2005 11:42 am Post subject: |
|
|
You have used paths that will only work on the computer running Abyss:
Code: | D:\Abyss Web Server\htdocs\Images\bar1.bmp |
You should change this to a relative path, such as:
--
On a another note bmp images are not really suitable for use on the Internet, you should use jpg's, or png's instead. _________________ Olly |
|
Back to top |
|
 |
darkada2 -
Joined: 12 Jun 2005 Posts: 4 Location: Florida
|
Posted: Sun Jun 12, 2005 5:48 pm Post subject: |
|
|
thanks guys! |
|
Back to top |
|
 |
jlp09550 -
Joined: 05 Jun 2005 Posts: 123 Location: Louisiana, USA
|
|
Back to top |
|
 |
darkada2 -
Joined: 12 Jun 2005 Posts: 4 Location: Florida
|
Posted: Sun Jun 12, 2005 10:06 pm Post subject: |
|
|
eh, mostly yea. my friend took this web masters class, and I saw him making a web site. he needed help with the graphics, so i helped him out, and in return he taught me a little about html. the rest i just read up on.
I have an old site i might want to put up on my own server called BSREvolution. it's pretty old, but if you wanna check it out, you can find it here: http://www.freewebs.com/bsrevolution/ |
|
Back to top |
|
 |
|