in reply to How to Seperate Presentation from Implementation with HTML::Template
Then perl only needs to generate this for each image:CSS .image { float: right; } img { width: 200px; height: 200px; }
<div class="image"><img src='foo.jpg'></div>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to Seperate Presentation from Implementation with HTML::Template
by astroboy (Chaplain) on Jan 12, 2007 at 11:54 UTC | |
|
Re^2: How to Seperate Presentation from Implementation with HTML::Template
by Koosemose (Pilgrim) on Jan 12, 2007 at 10:39 UTC |