Jump to content

Creating A Customised Header


Guest

Recommended Posts

Hey everyone.

Just wondering if i created a customised header in FP or Dreamweaver, would i just be able to stick it in the 'header.inc.php' file, replacing everything from

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
to
</table>
with the HTML for the new header.

Thanks

Link to comment
Share on other sites

The header layout definitions begin at line 64:

<tr height='80' width='100%'>

You should be okay as long as you keep your new header data information defined within <tr></tr> tags.

Removing the table reference above that or not confining your new header data within <tr> tags may cause subsequent data to be displayed out of alignment.

Hope that helps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...