font size et xml
6 messages
• Page 1 sur 1
- hanlin
- WRInaute occasionnel

- Messages: 300
- Inscription: 23 Mar 2006
font size et xml
Bonjour,
Je n'ai jamais utilisé le language xml, je désirerais modifier la police de certains éléments dans mon fichier xml. Comment faire ?
<state>
<id>3</id>
<name>allier</name>
</state>
Je veux mettre "allier" en police 15px par exemple.
Merci par avance
Je n'ai jamais utilisé le language xml, je désirerais modifier la police de certains éléments dans mon fichier xml. Comment faire ?
<state>
<id>3</id>
<name>allier</name>
</state>
Je veux mettre "allier" en police 15px par exemple.
Merci par avance
- jcaron
- WRInaute accro

- Messages: 2685
- Inscription: 13 Fév 2004
Re: font size et xml
Le XML n'est qu'un encodage, qui peut servir à faire aussi bien du HTML (XHTML), du RSS, des webservices et tout un tas d'autres choses. Si tu ne nous en dis pas plus sur ton fichier XML, ça va être difficile de t'aider. Et comme ce n'est pas du HTML, je doute en fait assez fortement qu'on puisse faire ce que tu veux (mais sans connaître le format c'est de la boule de cristal).
Jacques.
Jacques.
- hanlin
- WRInaute occasionnel

- Messages: 300
- Inscription: 23 Mar 2006
Re: font size et xml
Salut
En fait mon fichier xml est lié Ã
En fait mon fichier xml est lié Ã
- Code: Tout sélectionner
<fr_map_locator>
<config>
<color_state_name>0xffffff</color_state_name>
<color_state_name_over>0xffffff</color_state_name_over>
<type_of_gradient>1</type_of_gradient>
<background_color>0xffffff</background_color>
<show_links>0</show_links>
<light_effect>1</light_effect>
<border_color>0xffffff</border_color>
<sound>on</sound>
</config>
<map_data>
<state>
<id>1</id>
<name>ain</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>2</id>
<name>aisne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>3</id>
<name>allier</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>4</id>
<name>alpes de hautes provence</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>5</id>
<name>hautes alpes</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>6</id>
<name>alpes maritimes</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>7</id>
<name>ardèche</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment>ardèche</comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>8</id>
<name>ardennes</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>9</id>
<name>ariège</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>10</id>
<name>aube</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>11</id>
<name>aude</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>12</id>
<name>aveyron</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>13</id>
<name>bouches du rhône</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>14</id>
<name>calvados</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>15</id>
<name>cantal</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>16</id>
<name>charente</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>17</id>
<name>charente maritime</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>18</id>
<name>cher</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>19</id>
<name>corrèze</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>2A</id>
<name>corse du sud</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>2B</id>
<name>haute corse</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>21</id>
<name>cote d'or</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>22</id>
<name>cotes d'armor</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>23</id>
<name>creuse</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>24</id>
<name>dordogne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>25</id>
<name>doubs</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>26</id>
<name>drome</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>27</id>
<name>eure</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>28</id>
<name>eure et loire</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>29</id>
<name>finistère</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>30</id>
<name>gard</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>31</id>
<name>haute garonne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>32</id>
<name>gers</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>33</id>
<name>gironde</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>34</id>
<name>herault</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>35</id>
<name>ile et vilaine</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>36</id>
<name>indre</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>37</id>
<name>indre et loire</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>38</id>
<name>isère</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>39</id>
<name>jura</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>40</id>
<name>landes</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>41</id>
<name>loir et cher</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>42</id>
<name>loire</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>43</id>
<name>haute loire</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>44</id>
<name>loire atlantique</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>45</id>
<name>loiret</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>46</id>
<name>lot</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>47</id>
<name>lot et garonne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>48</id>
<name>lozère</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>49</id>
<name>maine et loire</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>50</id>
<name>manche</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>51</id>
<name>marne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>52</id>
<name>haute marne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>53</id>
<name>mayenne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>54</id>
<name>meurthe et moselle</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>55</id>
<name>meuse</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>56</id>
<name>morbihan</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>57</id>
<name>moselle</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>58</id>
<name>nièvre</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>59</id>
<name>nord</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>60</id>
<name>oise</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>61</id>
<name>orne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>62</id>
<name>pas de calais</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>63</id>
<name>puy de dome</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>64</id>
<name>pyrénées atlantiques</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>65</id>
<name>hautes pyrénées</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>66</id>
<name>pyrénées orientales</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>67</id>
<name>bas rhin</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>68</id>
<name>haut rhin</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>69</id>
<name>rhône</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>70</id>
<name>haute saone</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>71</id>
<name>saone et loire</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>72</id>
<name>sarthe</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>73</id>
<name>savoie</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>74</id>
<name>haute savoie</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>75</id>
<name>paris</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>76</id>
<name>seine maritime</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>77</id>
<name>seine et marne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>78</id>
<name>yvelines</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>79</id>
<name>deux sèvres</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>80</id>
<name>somme</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>81</id>
<name>tarn</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>82</id>
<name>tarn et garonne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>83</id>
<name>var</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>84</id>
<name>vaucluse</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>85</id>
<name>vendée</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state>
<state>
<id>86</id>
<name>vienne</name>
<link>javascript:window.alert('You can create links to the pages.');</link>
<comment></comment>
<color_map>0x660099</color_map>
<color_map_over>0x0054A6</color_map_over>
<frame>_top</frame>
<image></image>
</state></map_data>
</fr_map_locator>
-

bproductiv - WRInaute accro

- Messages: 4173
- Inscription: 27 Déc 2004
Re: font size et xml
il te faut une feuille de style XSL pour faire ca. Fouille un peu sur le net tu trouvera pleins de tuto.
-

bproductiv - WRInaute accro

- Messages: 4173
- Inscription: 27 Déc 2004
Re: font size et xml
A ce moment là c'est dans flash qu'il faut styliser ton item.
6 messages
• Page 1 sur 1
Lectures recommandées sur ce thème :
- Font size fixe et font size en pourcentage
- Pour confirmation : backlink <font size=7>=<font si
- font size=1 ?
- <h1> ou <font size=7> ?
- Texte font size
- Google Font API & Google Font Directory : attention à la police !
- AGP APERTURE SIZE
- Allowed memory size of 8388608 bytes
- [XML et XSLT] Tester si une chaîne est un chemin XML valide
- [Résolu] [PHP - XML] Comment transformer XML en tableau
Consultez la description détaillée des produits ou services de Google suivants : API Google Checkout
- Partenaires pour échanger des liens
Cet outil vous liste quelques sites qui font des liens vers des sites similaires au vôtre, pour vous aider à trouver des partenaires pour des échanges de liens.
Qui est en ligne
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 1 invité
