"Return to Main Page" help
Good Afternoon,
I am new to this page writing thing and was wondering if somebody could help me with codes for both a "return to main page" button and "return to home page" button?
I am new to this page writing thing and was wondering if somebody could help me with codes for both a "return to main page" button and "return to home page" button?
Here's one way.
You need a pic of a button to upload to your host. In this example that would be called button.jpg
I don't know how fancy you want it to be.

<div align="left"><a href="http://myhomepage.com"><img src="http://myhomepage.com/buttons/button.jpg"></div>
You need a pic of a button to upload to your host. In this example that would be called button.jpg
I don't know how fancy you want it to be.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Another method.
<div style="text-align: center;"><button type="submit" onClick="location.href="/">Home</button></div>
CoffeeCup... Yeah, they are the best!
Another method is to just create a menu with those main links on it. Should be a menu like that on most sites anyways if you want your visitors to get around the site easier. This basically solves the issue of having a menu and the return to links since they can click the menu buttons.

THANK YOU

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.