{BREADCRUMB} und {DATE_SHORT}

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Buster
Posts: 50
Joined: Sat 9. Oct 2004, 12:16

{BREADCRUMB} und {DATE_SHORT}

Post by Buster »

hallo,

ich würde gerne im contentkopf die breadcrumbs linksausgerichtet und das datum rechstausgerichtet in einer zeile anzeigen lassen.

kann mir da jemand behilflich sein ?
ich habe schon ein div tag fürs datum gemacht und dieses rechtsausgerichtet, aber wenn ich dann noch eins für die breacrumbs mache das dann links ausgerichtet werden soll, wird das natürlich erst in der nächsten zeile angezeigt.

SORRY HIRNBLOCKADE .... :D

danke schon im voraus für eure hilfe

buster
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi Buster,

Code: Select all

<!-- Breadcrumb-Menue links & Aktuelles Datum/Zeit rechts 
<div  style="padding:5px 0px 5px 0px; margin:0;">
<table width="100%">
 <tr>
  <td class="breadcrumb">{ BREADCRUMB}</td>
  <td class="datum"; align="right">{ DATE_SHORT} - { TIME_SHORT}</td> 
 </tr>
</table>
<hr noshade size="1px">
</div>
-->
Hier gibt's mehr Tipps : http://localhost/phpwcms6/index.php?quick-start_tuning
Buster
Posts: 50
Joined: Sat 9. Oct 2004, 12:16

Post by Buster »

danke pepe !
Post Reply