From: Eloi G. <el...@re...> - 2003-07-09 20:02:06
|
Two ways. You can either: 1) Use more than 1 section with no text, just images. You may have to edit or create new templates that don't have the hard linebreaks at the end of them or use <div> blocks to properly place & wrap the display, or 2) alter conf/textsettings.php to allow the <img> tag to be used and code the image links in yourself. Personally, I'd go with #1, because with #2 you'd have to deal with where to place the images and find & update the links in you ever change your site directory structure. Also, if you enable <img> tags, then all other contributors to your site can use them too. You may not want that. -eloi- |