|
-- Posted by yoshiness at 7:52 pm on April 3, 2008
How would I design a header? Like in PHP, all you would have to do is : How would I attempt that in HTML? I like working with HTML better :) As it's easier for me to understand than : print" "; ?>
-- Posted by Light Assassin at 7:54 pm on April 3, 2008
http://www.w3schools.com/
-- Posted by allsmiles at 8:55 am on April 4, 2008
There's no way to reuse HTML codes using HTML alone. PHP and SSI are the two most popular ways to create "headers."
-- Posted by pleaseremove at 5:27 am on April 5, 2008
you can't do includes with html, but you can with SHTML if you have an Apache based server.
-- Posted by rand0mguy at 6:57 pm on April 28, 2008
just use php
|