I have a bunch of picture links in rows. I realize now that a few will NOT have links. But they are still "linked", as in, you can still click on it (it just refreshes the page). Is there a way I can just convert the picture link element to a regular picture element, keeping everything else the same? Do I just change the "class"? To what?
http://scottslapin.com/music.html
Thanks!
Tanya S.
http://scottslapin.com/music.html
Thanks!
Tanya S.
I would just completely remove the href content in the design panel of the picture link.
It just had # in the href and I removed that, but it's still a link and still refreshes the page.
This should work. Did you clear the browser cache? If you do not do this then it will use the old code.
I cleared the cache. There are still links to that same page on each of those four CD's that say "out of print". Can you check it out to see if you see that on your side?
http://scottslapin.com/music.html
http://scottslapin.com/music.html
Hi Tanya,
Open your index.html in a editor please do s search for this a href="". There are for of them in the code. If you want none clickable just remove that part of the code.
I hope this helps you out.
Open your index.html in a editor please do s search for this a href="". There are for of them in the code. If you want none clickable just remove that part of the code.
I hope this helps you out.

On the index page? Not on the music.html page??? (that's where the links are located)
I see them in the music.html page. Do I remove the entire href="" ? (not so familiar with code)
I see them in the music.html page. Do I remove the entire href="" ? (not so familiar with code)
Sorry about that! They are on the music.html page.

Remove that entire thing? Or just the 2 quotes " " ?
If you want them to be non clickable, you need to remove href="" part of the code. If you do that they shouldn't be clickable then.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.