Welcome Guest, Not a member yet? Register   Sign In
Why the image doesn't show up in <img src="">?
#2

[eluser]Matthew Lanham[/eluser]
Well...

Code:
<div>
<a href="” target="_parent">
&lt;?= $base ?&gt;images/slmclogo.png
</a>
</div>

There is no <img> tag around this ? try :

Code:
<div>
<a href="” target="_parent">
<img src="&lt;?= $base ?&gt;images/slmclogo.png" />
</a>
</div>


Messages In This Thread
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 01:06 AM
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 01:26 AM
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 01:39 AM
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 12:45 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 07:53 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 08:18 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-26-2008, 09:23 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-27-2008, 05:36 AM
Why the image doesn't show up in <img src="">? - by El Forum - 05-27-2008, 05:49 AM
Why the image doesn't show up in <img src="">? - by El Forum - 05-27-2008, 09:25 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-27-2008, 10:49 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-28-2008, 11:17 PM
Why the image doesn't show up in <img src="">? - by El Forum - 05-29-2008, 02:54 AM
Why the image doesn't show up in <img src="">? - by El Forum - 05-29-2008, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB