Dynadot โ€” .com Registration $8.99

HTML Looped Slider question

Spacemail by SpaceshipSpacemail by Spaceship
Watch
Impact
4,273
I am using a template that has a Looped slider at the top.
There are buttons for either "Read More" or a "contact"
with a link to the contact form.

Problem is they don't go anywhere, when you click them
they just move the slider one spot...

code currently there:
Code:
<div class="alignright">
                            <a href=http://domainnamehere/index-4.html class="button">Contact</a>
                          </div>

This should go to that page when clicked but doesn't.
Do I have to change something in the css as well?
Never dealt with these before.

Thanks for any help/suggestions :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
I'm not sure the forum reproduced the code accurately but as it stands it needs a correction.

href=http://domainnamehere/index-4.html

should be:

href="http://domainnamehere/index-4.html" in quotes

that will link to the page index-4.html

Presumably you want to link to separate pages, not sections of the same page?
 
0
•••
Yup separate page

Thanks for pointing out that I forgot the quotes :red:
I couldn't see them for looking at them LOL

But it didn't make a difference, still not working.
 
0
•••
Well you shouldn't need to change the CSS for a link to work.

Does the page you are linking to exist at that address- can you go there by typing in the address?

Is this in someway Javascript based?
 
1
•••
Yup, that was it - thanks for the PM help Carob :)
 
0
•••
Unstoppable Domains
Domain Recover
DomainEasy โ€” Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back