Wordpress nerds! I am trying to figure out how to edit bits in code on their editor, but when I replace my navigation that looks like this, with my own html it won't show up.
What is this code? Css? What the heck?
Aaghrjgrj
Wordpress nerds! I am trying to figure out how to edit bits in code on their editor, but when I replace my navigation that looks like this, with my own html it won't show up.
What is this code? Css? What the heck?
Aaghrjgrj
I'm just a lil guy who wants to put this kind of navigation html into wordpress
<a href="artwork.html"><img src="images/menu/artwork.png"></a>
<a href="comics.html"><img src="images/menu/comics.png"></a>
daddy wordpress does not like.
@JenJen You could try to put the <img src="blah"> bit into the "label" value. If that doesn't work, you can set the images using CSS based on the IDs, you can put the images as backgrounds on the elements.
(If you end up using <img>, remember to add alt text. And if you use CSS, remember to add regular text-based labels, you can hide them wit CSS later. Can't rely on viewers to be able to see the images.)
