Here today we will show you simple coding the new style!
The header info with style.css is need in the root folder where this is...
Body parts when you add a new line like links etc always do this
";[/quote]
Here a simple none edited body frame!
When adding text or any other like images also can be placed in the link zone
";[/quote]
You can edit the body like:
Also always make sure you have <div>TEXT</div> on ech line or your page wont pass vaild!!
Lets do the footer end this with this!
The header info with style.css is need in the root folder where this is...
Code:
<?php header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-cache"); header("Pragma: no-cache"); echo "<!DOCTYPE html PUBLIC \"-//WAPMASTERZ//DTD XHTML Mobile 1.2//EN\" \"http://wapmasterz.net/dtd/xhtml-mobile12.dtd\">\n"; echo "<html xmlns=\"http://www.w3.org/1999/xhtml\"> \n"; echo "<head>\n"; echo "<title>WapMasterz.net Demo</title>\n"; echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"images/favicon.ico\" />\n"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />\n"; echo "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n"; echo "<meta name=\"robots\" content=\"index,follow\" />"; echo "<meta name=\"description\" content=\"WapMasterz.net\" />\n"; echo "<meta name=\"keywords\" content=\"wapmaster\" />\n"; echo "<meta name=\"copyright\" content=\"(c) WapMasterz.net\" />\n"; echo "</head>\n"; echo "<body>\n";
Originally posted by SHOW SIMPLE
echo "<div><a href=\"http://domain.tld\">YOUR-LINK-NAME</a>
echo "<div><a href=\"http://domain.tld\">YOUR-LINK-NAME</a>
Here a simple none edited body frame!
Code:
echo "<div style=\"text-align: center\">\n"; Place your link here as shown! echo "</div>";
Originally posted by SHOW SIMPLE
echo "<div><img src=\"images/demo.jpg\" alt=\"LOGO DEMO\"/>
echo "<div><img src=\"images/demo.jpg\" alt=\"LOGO DEMO\"/>
You can edit the body like:
Code:
echo "<div style=\"text-align: center\">\n"; IMAGE HERE echo "</div>"; echo "<div style=\"text-align: left\">\n"; LINK HERE! echo "</div>";
Lets do the footer end this with this!
Code:
echo "<p class=\"sub\">© WapMasterz.net DEMO PAGE</p>\n"; echo "</body></html>\n"; exit; ?>
Comment