Example 2 can be achived by editing
includes/header.asp
includes/footer.asp
includes/navigation_inc.asp (or exact i dont think)
for example you edit header.asp file and put the following at the end:
<table width="700"> <tr> <td> your header here </td> </tr><tr> <td> |
then at the end of the Navigation_inc.asp (not exact) file enter the following to the bottom
now in the footer put the following
</td> </tr><tr> <td> your footer stuff here </td> </tr> </table> |
and your done - obviously you have to refine this a lot more to suit your needs, but thats just cosmetics the basic structure is there
i'll try and refine this more tomorrow. you'll also want to remove the logo from the Admin area (via the Forum Configuration) page.