pocketcoyote
Member
Posted 7 months ago #
I'm trying to create a custom menu/nav bar on the left side of my site. I want to include a series of images/buttons linking to "quick hits"--my business's most popular services. Is there a way I can do this? I'm using the Mantra theme. I don't want to just use hyperlinked text; I want to have that graphic element. Any help would be appreciated.
My site-in-progress is visible at http://subrosa.semperediting.com.
Thank you in advance ...
You can simply create this in a text widget using HTML. First upload the images and then see this on how to add an image with a link in HTML:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_link
The part from above to include is:
<a href="http://www.w3schools.com">
<img src="smiley.gif" alt="Go to W3Schools!" width="42" height="42" border="0">
</a>
modified, of course, to point to your uploaded file and the url to nav to upon clicking img. The alt tag is text to be displayed when a browser dies not support images,