History: UserPageTorsten
Preview of version: 16
Copy to clipboard
<?php $menu = $menubar->getHomeMenu(); if($menu->link != "") { print "\t<td width=\"7%\" valign=\"top\">\n"; $menu->printMenu(); print "\t</td>\n"; }
Copy to clipboard
<html> <head> header something </head> <body> <p style="color:blue; font-size: 14px;"> this is not a table, but a paragraph </p> </body> </html>