English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a page that uses css to display pictures, it works fine on my pc but when I uploaded to my geocities site, it fails; it can't display the picture.

2006-11-10 03:54:04 · 2 answers · asked by jjhernandez 2 in Computers & Internet Programming & Design

ok, here's more detail on my problem:
first, here's the link: www.geocities.com/amigos.unidos/amigos_unidos_photos.htm
If you click on a pic, you get a Page Not Found (PNF) error. If you hold the Shift Key and click on the pic, the PNF error still show, but when you close the page, the larger pic is visible. The css is supposed to show the larger pic when the thumbnail is clicked on.

2006-11-10 06:06:57 · update #1

the link is: geocities site +
/amigos.unidos/amigos_photos.htm

2006-11-10 06:59:45 · update #2

2 answers

You need some html (xhtml) to put up anything. CSS by itself will only describe how it is viewed, so make sure that you have valid 'IMG' tags with width and height attributes in the body of your page and that the css is safely nested in tags like this in the 'head' section...

< style type = "text/ css">
< /style>

2006-11-10 04:17:01 · answer #1 · answered by FreddyBoy1 6 · 0 0

is the url to your image correct in your html (css)?

did you upload your image?

2006-11-10 04:12:33 · answer #2 · answered by arus.geo 7 · 0 0

fedest.com, questions and answers