adrianmak Posted May 22, 2017 Share Posted May 22, 2017 (edited) let say [[cyan]This is cyan text[[cyan] then it will produce <h3 class='cyan'>This is cyan text</h3> Edited May 22, 2017 by adrianmak Link to comment Share on other sites More sharing options...
ottogal Posted May 23, 2017 Share Posted May 23, 2017 Create a Hanna Code named cyan of Type PHP with an attribute text and the following code: <?php echo "<h3 class='cyan'>$text</h3>"; ?> Then the call would be [[cyan text='This is cyan text']] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now