Jump to content

Creating a simple template!


rockstarrem

Recommended Posts

I can't seem to figure out how to make a simple template. I want to make a side navigation bar, with a news, and banner, just simple. I would go from there. Does anyone know where there is a tutorial or anyone who can help with this? I just want to know the basic steps of making a template...Thanks

Link to comment
Share on other sites

Right from what I understand, this code should help you:

<html><head><title>My Page</title></head><body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0"><table border="1" cellspacing="0" cellpadding="10" height="100%" width="100%"><tr height="15%"><td colspan="2">Your banner and adds go in here</td></tr><tr><td width="15%">Your Navigation</td><td>Your Main Body of content</td></tr></table></body></html>

Right, it should work, I have briefly tested it, just bung it into notepad and then save it as temp.html or template.html.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...