Factor/Cookbook/WebsiteWeb tipsAdd a picture to a page
home "pics" append-path <static> "pictures" add-responder
+misc
+temp
+work
+foo
+bar
+pics
-image1.png
-image2.png
+ ...
<div> <li>first picture <img src="./pictures/image1.png" /></li> <li>second picture <img src="./pictures/image2.png" /></li> </div> This can also be useful for css files if you don't want to include style-sheet in html for bandwidth reasons. This revision created on Fri, 31 Oct 2008 17:19:46 by jeff |
|
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|