home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / ChangeSVGLibPresentation.html < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-14  |  1.9 KB  |  59 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta name="GENERATOR" content="amaya 6.4, see http://www.w3.org/Amaya/" />
  7.   <title>Manage SVG library</title>
  8.   <style type="text/css">
  9.   </style>
  10.   <link href="../style.css" rel="stylesheet" type="text/css" />
  11. </head>
  12.  
  13. <body xml:lang="en" lang="en">
  14.  
  15. <table border="0" width="100%" summary="toc">
  16.   <tbody>
  17.     <tr>
  18.       <td><img alt="W3C" src="../../images/w3c_home" /><img alt="Amaya"
  19.         src="../../images/amaya.gif" /></td>
  20.       <td><p align="right"><a href="AddSVGLib.html" accesskey="p"><img alt="previous"
  21.         src="../../images/left.gif" /></a> <a href="SVGLibrary.html"
  22.         accesskey="t"><img alt="top" src="../../images/up.gif" /></a></p>
  23.       </td>
  24.     </tr>
  25.   </tbody>
  26. </table>
  27.  
  28. <div id="page_body">
  29. <h1>How to change SVG library presentation</h1>
  30.  
  31. <p>You can use CSS (Cascading Style Sheet) to modify SVG library
  32. presentation. SVG library is a XHTML document, so you can modify all the
  33. presentation rules of a document : table, police, image size etc... (see the
  34. CSS specification).</p>
  35.  
  36. <p>Here is an example of library without style.</p>
  37.  
  38. <p><img alt="Library without style" src="../../images/NoLibraryDocStyle.gif"
  39. /></p>
  40.  
  41. <p>And then you can see another example which use CSS rules.</p>
  42.  
  43. <p><img alt="default style presentation"
  44. src="../../images/LibraryDocDefaultStyle.gif" /></p>
  45.  
  46. <p>To modify SVG library presentation, you have to look at source view and
  47. modify the header file:</p>
  48.  
  49. <p>.g_image concerned presentation of image column.</p>
  50.  
  51. <p>.g_title concerned presentation of title column.</p>
  52.  
  53. <p>.g_comment concerned presentation of comment column.</p>
  54. </div>
  55.  
  56. <p></p>
  57. </body>
  58. </html>
  59.