Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Code tag in Smarty

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
kena
Smarty Rookie


Joined: 29 Apr 2005
Posts: 19

PostPosted: Wed Apr 04, 2007 8:26 am    Post subject: Code tag in Smarty Reply with quote

Hi guys,

I've been searching but have yet to find the solution to my problem. Maybe you guys can help me.

I want to display the
Code:
<br>
html-tag as text in my smarty template. I tried
Code:
{literal}<br>{/literal}
but it just gives an enter.

Any ideas?

Thanks,

Alex
Back to top
View user's profile Send private message Send e-mail
TGKnIght
Smarty Junkie


Joined: 07 Sep 2005
Posts: 580
Location: Philadelphia, PA

PostPosted: Wed Apr 04, 2007 1:25 pm    Post subject: Reply with quote

You would do this just as you would in a normal HTML file.

Namely the < and > indicate to a web browser to parse an HTML tag.

To literally display these characters in an HTML file you need to use their HTML entities http://www.w3schools.com/tags/ref_entities.asp

Code:

&lt;br&gt;


Here's a smarty way to do it : http://smarty.php.net/manual/en/language.modifier.escape.php
Code:

{"<br>"|escape}

_________________
Smarty site with one index.php controller file
Working with MySQL and Smarty
SmartyColumnSort
Custom Smarty Javascript Debug Template
Back to top
View user's profile Send private message Visit poster's website
kena
Smarty Rookie


Joined: 29 Apr 2005
Posts: 19

PostPosted: Wed Apr 04, 2007 2:15 pm    Post subject: Reply with quote

Thanks! Tha was exactly what I was looking for!
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP