home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 May / PCWorld_2005-05_cd.bin / komunikace / amaya / amaya-WinXP-9.1.exe / doc / html / using_graphics / ChangeSVGLibPresentation.html.de < prev    next >
Extensible Markup Language  |  2004-06-30  |  2KB  |  62 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 http-equiv="Content-Type"
  7.   content="application/xhtml+xml; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 8.6, see http://www.w3.org/Amaya/" />
  9.   <title>Manage SVG library</title>
  10.   <style type="text/css">
  11.   </style>
  12.   <link href="../style.css" rel="stylesheet" type="text/css" />
  13. </head>
  14.  
  15. <body xml:lang="en" lang="en">
  16.  
  17. <table border="0" width="100%" summary="toc">
  18.   <tbody>
  19.     <tr>
  20.       <td><img alt="W3C" src="../../images/w3c_home" /><img alt="Amaya"
  21.         src="../../images/amaya.gif" /></td>
  22.       <td><p align="right"><a href="AddSVGLib.html.de" accesskey="p"><img
  23.         alt="previous" src="../../images/left.gif" /></a> <a
  24.         href="SVGLibrary.html.de" accesskey="t"><img alt="top"
  25.         src="../../images/up.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table>
  30.  
  31. <div id="page_body">
  32. <h1>How to change SVG library presentation</h1>
  33.  
  34. <p>You can use CSS (Cascading Style Sheet) to modify SVG library
  35. presentation. SVG library is a XHTML document, so you can modify all the
  36. presentation rules of a document : table, police, image size etc... (see the
  37. CSS specification).</p>
  38.  
  39. <p>Here is an example of library without style.</p>
  40.  
  41. <p><img alt="Library without style" src="../../images/NoLibraryDocStyle.gif"
  42. /></p>
  43.  
  44. <p>And then you can see another example which use CSS rules.</p>
  45.  
  46. <p><img alt="default style presentation"
  47. src="../../images/LibraryDocDefaultStyle.gif" /></p>
  48.  
  49. <p>To modify SVG library presentation, you have to look at source view and
  50. modify the header file:</p>
  51.  
  52. <p>.g_image concerned presentation of image column.</p>
  53.  
  54. <p>.g_title concerned presentation of title column.</p>
  55.  
  56. <p>.g_comment concerned presentation of comment column.</p>
  57. </div>
  58.  
  59. <p></p>
  60. </body>
  61. </html>
  62.