Friday 19 January 2007 8:08:36 am
A question, in pagelayout.tpl I want to display an image... <img src={'menu_sign.jpg'|ezimage} width="149" height="57" alt="" border="0" /> If I run this in my browser the source code looks like this... <img src="menu_sign.jpg" alt="" border="0" height="57" width="149"> What can I be doing wrong? I like the path to be perpended by the path to the folder my images are in like... var/storage/packages/local/new_design/files/default/file/images/menu_sign.jpg I also tried uploading the menu_sign.jpg image in the media library but that doesn't work either.
Another question. Can I orden my images in the "var/storage/packages/local/new_design/files/default/file/images" folder? I mean can I make subfolders in that folder like "icons", "buttons" or are those locations kept in the db someway or another so I don't have to mess with it? Many thanks in advance!
|