Hi,
I have a .html file that inside uses xhtml 1.0 strict, it uses a external style sheet.
Is it possible to create a login and register page using php and another html or php that also uses the css style sheet?
E.G. the login and register forms should be in the
<div id="main">
login/register form here
</div>
code.
Is there a simple tutorial for this online that works?
Thanks