Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2011
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. div id="home-nav">
  2. <div id="machines"><a href="machines.php" title="About the bikes we make"><img src="<?php bloginfo('template_directory'); ?>/images/machines.png" alt="bike" height="102px" width="168px"><span>Machines</span></a></div>
  3. <div id="trailers"><a href="trailers.html" title="About the trailers we make"><img src="<?php bloginfo('template_directory'); ?>/images/trailers.png" alt="trailer" height="82px" width="154px"><span>Trailers</span></a></div>
  4. <div id="workshop"><a href="workshop.html" title="About our workshop"><img src="<?php bloginfo('template_directory'); ?>/images/workshop.png" alt="workshop" height="90px" width="105px"><span>Workshop</span></a></div>
  5. <div id="blog"><a href="blog.html" title="Visit our blog"><img src="<?php bloginfo('template_directory'); ?>/images/blog.png" alt="our blog" height="98px" width="126px"><span>Blog</span></a></div>
  6. <div id="gallery"><a href="gallery.html" title="Visit our gallery"><img src="<?php bloginfo('template_directory'); ?>/images/gallery.png" alt="gallery" height="101x" width="80px"><span>Gallery</span></a></div>
  7. <div id="contact"><a href="contact.html" title="Please contact us"><img src="<?php bloginfo('template_directory'); ?>/images/contact.png" alt="contact page" height="102px" width="78px"><span>Contact</span></a></div>
  8. </div>
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement