17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1169 Views |
-
how I can use $id in img tag

13 August 2008 at 9:51pm Last edited: 13 August 2008 9:52pm
When I write
<img src="./img/lmh/$ID.jpg" align="left" alt="" border="0">
I have result<img src="./img/lmh/" align="left" alt="" border="0">
when I write
<img src="./img/lmh/ $ID .jpg" align="left" alt="" border="0">
I have next result<img src="./img/lmh/%2013%20.jpg" alt="" _base_href="http://raritet.org.ua/" align="left" border="0">
I need next result
<img src="./img/lmh/13.jpg" alt="" align="left" border="0">
-
Re: how I can use $id in img tag

13 August 2008 at 10:12pm
It was posted somewhere by Will. Anyways, I post it up again
It needs to be {$ID}.jpg
When you write $ID.jpg, SS looks for ID.jpg field the current page type.
| 1169 Views | ||
|
Page:
1
|
Go to Top |


