Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
Re: Displaying graphics
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="meerk" data-source="post: 5884"><p>Not quite true unfortunately. You need to put in a couple of 'dots' <strong>before</strong> the first 'forward slash'</p><p></p><p>eg (from your code)</p><p>img src="\images\shimTrans01.gif"</p><p></p><p>…this should be</p><p>img src="<strong>..</strong>/images/shimTrans01.gif"</p><p></p><p>This is assuming that both the 'page' and 'images' folders are in the same directory.</p><p>Hope this helps</p><p></p><p>meerk…</p></blockquote><p></p>
[QUOTE="meerk, post: 5884"] Not quite true unfortunately. You need to put in a couple of 'dots' [b]before[/b] the first 'forward slash' eg (from your code) img src="\images\shimTrans01.gif" …this should be img src="[b]..[/b]/images/shimTrans01.gif" This is assuming that both the 'page' and 'images' folders are in the same directory. Hope this helps meerk… [/QUOTE]
Verification
What is Apple's smallest desktop computer called?
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
Re: Displaying graphics
Top