W3CAmaya

previous top

How to change SVG library presentation

You can use CSS (Cascading Style Sheet) to modify SVG library presentation. SVG library is a XHTML document, so you can modify all the presentation rules of a document : table, police, image size etc... (see the CSS specification).

Here is an example of library without style.

Library without style

And then you can see another example which use CSS rules.

default style presentation

To modify SVG library presentation, you have to look at source view and modify the header file:

.g_image concerned presentation of image column.

.g_title concerned presentation of title column.

.g_comment concerned presentation of comment column.