Jedes Mal, wenn ich etwas in den navfirst.....-Templates ändere (z.b. eine neue Farbe angebe, etc.) und per FTP ins Netz stelle, wird die Navigation nicht angezeigt.
Was kann denn da für ein Problem vorliegen?
Muss ich auch sonst noch wo was umstellen?
Bitte um Hilfe!
Problem mit den Hauptnavi-Templates
navfirst_off
vorher:
[code]
<!-- BEGIN:BLOCK -->
<tr>
<td width="150" colspan="1" height="25" style="border: 0px; border-bottom:1px; border-color: #CAC92D; border-style: solid; background-color: #CAC92D; padding-left:0px">
<font color="#940305"><strong> </strong></font><a target="{TARGET}" href="{HREF}">{NAME}</a></td></tr><!-- END:BLOCK -->
[/code]
nachher:
[code]
<!-- BEGIN:BLOCK -->
<tr>
<td width="150" colspan="1" height="24" style="border: 0px; border-bottom:1px; border-color: #FFB400; border-style: solid; background-color: #FFFFFF; padding-left:5px">
<font color="#FFB400"><strong> </strong></font><a target="{TARGET}" href="{HREF}">{NAME}</a></td></tr><!-- END:BLOCK -->
[/code]
vorher:
[code]
<!-- BEGIN:BLOCK -->
<tr>
<td width="150" colspan="1" height="25" style="border: 0px; border-bottom:1px; border-color: #CAC92D; border-style: solid; background-color: #CAC92D; padding-left:0px">
<font color="#940305"><strong> </strong></font><a target="{TARGET}" href="{HREF}">{NAME}</a></td></tr><!-- END:BLOCK -->
[/code]
nachher:
[code]
<!-- BEGIN:BLOCK -->
<tr>
<td width="150" colspan="1" height="24" style="border: 0px; border-bottom:1px; border-color: #FFB400; border-style: solid; background-color: #FFFFFF; padding-left:5px">
<font color="#FFB400"><strong> </strong></font><a target="{TARGET}" href="{HREF}">{NAME}</a></td></tr><!-- END:BLOCK -->
[/code]
vielleicht gehört das
<!-- END:BLOCK -->
nur in ne eigene zeile...
<!-- END:BLOCK -->
nur in ne eigene zeile...
*** make your own tools (wishlist :: thx)