mrnero2007
05-06-2007, 03:06 PM
Hi,
first, excuse me for my bad english !
i have make this navigation menu with dreamweaver in html :
http://www.dayza.com/images/23373navigation%20css-2.JPG
with this code (code 1) :
<style type="text/css">
<!--
.horz-list {
font-family: Verdana;
font-size: 10px;
font-style: normal;
}
.puce {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666699;
list-style-position: outside;
list-style-type: circle;
text-decoration: underline;
}
.Style1 {color: #444444}
-->
</style>
<p><span class="puce">Le site.</span> <br>
<span class="horz-list">| Accueil | </span><span class="horz-list">forum | Liens <br>
| Nous contacter<br>
| version légère </span></p>
<p><span class="puce">Forum 1.</span> <br>
<span class="horz-list">| sous forum 1.A</span><span class="horz-list"> <br>
| sous forum 1.B <br>
| Sous forum 1.c </span></p>
<p><span class="puce">Forum 2.</span> <br>
<span class="horz-list">| sous forum 2.A</span><span class="horz-list"> <br>
| sous forum 2.B <br>
| Sous forum 2.c </span></p>
<p> </p>
and in my vBa CMPS, i have added a new module (template) called navigation-2 with template to include : adv_portal_navigation-2
i have make a new template with this code in it :
<tr>
<td class="alt1" align="center">
<!-- here code 1 -->
</td>
</tr>
the result is :
http://www.dayza.com/images/77752deformation.JPG
any idea ?
first, excuse me for my bad english !
i have make this navigation menu with dreamweaver in html :
http://www.dayza.com/images/23373navigation%20css-2.JPG
with this code (code 1) :
<style type="text/css">
<!--
.horz-list {
font-family: Verdana;
font-size: 10px;
font-style: normal;
}
.puce {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666699;
list-style-position: outside;
list-style-type: circle;
text-decoration: underline;
}
.Style1 {color: #444444}
-->
</style>
<p><span class="puce">Le site.</span> <br>
<span class="horz-list">| Accueil | </span><span class="horz-list">forum | Liens <br>
| Nous contacter<br>
| version légère </span></p>
<p><span class="puce">Forum 1.</span> <br>
<span class="horz-list">| sous forum 1.A</span><span class="horz-list"> <br>
| sous forum 1.B <br>
| Sous forum 1.c </span></p>
<p><span class="puce">Forum 2.</span> <br>
<span class="horz-list">| sous forum 2.A</span><span class="horz-list"> <br>
| sous forum 2.B <br>
| Sous forum 2.c </span></p>
<p> </p>
and in my vBa CMPS, i have added a new module (template) called navigation-2 with template to include : adv_portal_navigation-2
i have make a new template with this code in it :
<tr>
<td class="alt1" align="center">
<!-- here code 1 -->
</td>
</tr>
the result is :
http://www.dayza.com/images/77752deformation.JPG
any idea ?