[HELP] img src = broken, image wont show

11/17/2012 19:19 Hikarim#1
Hi,
i am just working on a wordpress theme, but when i want to insert an image link, the image wont show up no matter what... i tested the same code in another file that is not theme related and it works fine... so anyone got any suggestions what i could do so that the link image will show up?

here is my code:
Code:
<div id="bloglogo">
	<a href="http://www.google.com"><img src="../images/navbar.jpg" width="130" height="130" alt="Home" /></a>
    </div>
also the images are in its place (directory is fine and everything)... have no idea why it wont show up.. :( so help me please...
11/17/2012 19:30 Steini00#2
Do u see a placeholder or "Home" for this image on the Webside? Rightklick on it and view Link
Code:
http://www.example.com/ur/path/to/img.jpg
I think u need
HTML Code:
<img src="/images/navbar.jpg" width="130" height="130" alt="Home" />
If u need better help, post ur Website!
11/17/2012 19:39 Hikarim#3
actually, i got an answer on another forum, the problem is i am using wordpress so i have to use the theme directory

SOLVED