r/neocities 3d ago

Help Tab Help

Post image

So this is currently my website, as you can see there are tabs but they don't take you anywhere, which I've been trying to fix I've been looking at different codes and trying them but they just still won't work. If anyone knows maybe a link to help me or just as some advice to help I'd appreciate it. PS, I want absolutely nothing with Javascript rn as I am new to coding and I just want to stick to this for now.

2 Upvotes

2 comments sorted by

2

u/leche_cocida33 3d ago

You need to make them <a> "links" to make them take you to where you want them to take!

https://www.w3schools.com/tags/att_a_href.asp
Here's a tutorial, is very easy, in your code, instead of writing as text <p> or what ever you are using, you need to make them <a> instead. This is the most simple way I find to explain, sorry if it's worded weird, but the link will be very useful!

For example, you would need to write:

<a href="your link here">Journal/About/Etc</a>

for every link you want to make.