Discussion:Inkscape

Le contenu de la page n’est pas pris en charge dans d’autres langues.
Ajouter un sujet
Une page de Wikiversité, la communauté pédagogique libre.


Pour juxtaposer les tutoriels anglais et français[modifier le wikicode]

<html>
<body>
<table width="100%">
 <tr><td width="50%">
  <iframe src="http://inkscape.org/doc/basic/tutorial-basic.fr.html" width="100%" height="10000"></iframe>
 </td><td width="50%">
  <iframe src="http://inkscape.org/doc/basic/tutorial-basic.html" width="100%" height="10000"></iframe>
 </td></tr>
</table>
</body>
</html>