View Single Post
Old 12-21-2012, 06:28 PM   PM User | #5
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Try editing your path, like this -
Code:
					</ul>
	</div><!--end 'recent_posts_wrap'-->
</div><!--end 'recent_posts'-->

<div id="dogcat"></div>


  
  
<a id ="fb" href="#"><img src="../css/images/buttonFB.png" alt="Facebook" title="Like Us!" border="0"></a>

<a  id="twitter" href="#"><img src="../css/images/buttonTwitter.png" alt="Twitter" title="Follow us on Twitter!" border="0"></a>

</div><!--end 'left'-->


<div id="right">
If that path doesn't work, see this explanation of relative/absolute paths.

What are you writing your markup in? Most editors will insert an image with a path relative to the working directory. As long as you're using a directory structure on your local machine that is similar to your server, that path will work.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote