Welcome! These forums will be deactivated by the end of this year. The conversation continues in a new morph over on Discord! Please join us there for a more active conversation and the occasional opportunity to ask developers questions directly! Go to the PS+ Discord Server.

How do I anchor links in text?

1 post / 0 new
TheBurn TheBurn's picture
How do I anchor links in text?
I'm writing a Saturnalia Special (already) to be posted on Saturnalia (Christmas). Making anchored links makes the link process a lot easier. I've tried (using Google as an example): < ahres="google.com" > click here for google < /a > < a="google.com" > click here for google < /a > < ahres="google.com" > click here for google < /ahres > But none of them seem to work. (Also, quick test) click here for google Edit: I got it. For anyone else wondering, it is: < a href="google.com" >Click here for Google < /a >
Picture of Fire taken under CC0 license. (That's the correct syntax, right?)