Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      6. CSS 1
          6.3. Values
 6.3.4. Url 

Some values can be files, especially images.

Syntax :

url(http://www.my-web.com/file.html) /*absolute address */
url(../extra/image.gif) /* local image (from the "extra" source directory) */
url(../wit-icons/image.gif) /* local image, already used as an illustration by at least one idea. */

Note : Urls to images used by WIT must be those which will be effective when the site is produced. So you MUST use relative URLs. Especially, all image URLs are relative and must start by "../" and related image files will be placed in the "extra" sub directory of the current WIT document save directory.

Keywords :  Css ; Extra directory