17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1032 Views |
-
Embedded HTML

3 October 2007 at 3:28pm Last edited: 3 October 2007 3:41pm
Just wondering about ways to embed SS variables in HTML.
I'm doing the following:<% control Days %>
<span><img src="$DayNo.png"/></span>
<% end_control %>$DayNo is my variable, and I have several .png pictures (1.png, etc) to display. I know the . is for method calls, so is there any way to avoid this?
EDIT: Found the answer: curly braces.
<img src="{$DayNo}.png"/> -
Re: Embedded HTML

3 October 2007 at 4:16pm
Yes {} is the way to go. don't forget your alt tags on your images
| 1032 Views | ||
|
Page:
1
|
Go to Top |


