MyBB Community Forums

Full Version: how to add html in registration agreement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add html in the registration agreement?
Templates & Styles --> Templates --> *your current template set* --> Member Templates --> member_register_agreement
(2017-02-07, 07:01 PM)Nicole-Studios Wrote: [ -> ]Templates & Styles --> Templates --> *your current template set* --> Member Templates --> member_register_agreement

But what code do I add?
What are you trying to add? I can't help you there since I don't know what you are trying to achieve, you need to be much more specific in your question threads.
I want to add a url in the registration. Do I just put http://url.com or do I have to add some kind of coding like [url][/url]?
You use <a href="url_here">Text here</a> as code
I do not mean to be rude what so ever, but you post a lot of questions regarding simple HTML like things so I may add to check this place out: http://www.w3schools.com/html/

That's where I learned a LOT of HTML when I first started coding and the basics. It's super wonderful, I definitely suggest taking a look and they do have more than just HTML to teach.

Smile