Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: Image not showing up  (Read 2746 times)
« on: August 17, 2005, 02:49:12 PM »
Headbanger in Training
tpgames Offline
Member

View Profile WWW
***
Posts: 170



huh
Here is the code:
<!--upper left hand corner image-->
<div align="center">
<table width="780" cellspacing="0" cellpadding="0" border="0"><tbody><tr>
<!--The NEW CSS CODE LINK ADDITION TO GET IMAGE TO WORK-->
<td width="200"
valign="top" height="100" class="upperlefthandcorner">
<!--END OF CSS CODE LINK ADDITION-->
<img width="200" height="100" alt="" src="images/1navsmallhandsonlysoj.jpg"></td>

I tried getting image to show up on my page without putting image on stylesheet. However, that did not work. So, I put image on stylesheet and added the css link code. Still does not show.

The css code:
TD.upperlefthandcorner {
        background-image: url(images/1navsmallhandsonlysoj.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

I am assuming that the error is something really silly and easy. The photo is named correctly and is in my folder under that name. I triple checked this. However, I still can't find error. Thanks!
Report to moderator   Logged

TPGames jaunting off to reconsider her career choice...Headbanging.
It's what you do when you are a webmaster. LOL
Or what people do to my head, after I make a big mistake!

 
« Reply #1 on: August 19, 2005, 02:36:35 PM »
They Live, We Sleep.
Wolfe Offline
Newbie

View Profile WWW
*
Posts: 12



I get a similiar problem from time to time myself, so I'll be watching this thread.
Report to moderator   Logged

« Reply #2 on: August 19, 2005, 09:44:03 PM »
Headbanger in Training
tpgames Offline
Member

View Profile WWW
***
Posts: 170



Okay, so I did an internet research to find the answer to this question and was astounded by the number of responses that did not answer my question. I kept finding those who knew what they were doing and consequently were having server side issues. I also posted this question on another website and still not response. I couldn't find the thread either. LOL I checked alt"", I checked to make sure link in double quotes. Do I have my image folder in the wrong place? Which does not make sense being that my background images shows up. My books do not help me. I can't see what antity is missing. LOL
Report to moderator   Logged

TPGames jaunting off to reconsider her career choice...Headbanging.
It's what you do when you are a webmaster. LOL
Or what people do to my head, after I make a big mistake!
« Reply #3 on: August 21, 2005, 06:26:25 PM »
Headbanger in Training
tpgames Offline
Member

View Profile WWW
***
Posts: 170



SOLUTION:

Have someone else check to see you actually typed in the correct name of the image.

Do a copy and paste of the correct name of the image into your code.

Also, having all images in your images folder helps.  The images folder belongs in the public html folder.

The following is correct code for getting an image to show up in your program.
<img width="110" height="85" alt="" src="images/timtbgnav.jpg">
Report to moderator   Logged

TPGames jaunting off to reconsider her career choice...Headbanging.
It's what you do when you are a webmaster. LOL
Or what people do to my head, after I make a big mistake!
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC