Print Page | Close Window

Header/Footer asp Code Help

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20269
Printed Date: 29 March 2026 at 3:12am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Header/Footer asp Code Help
Posted By: dtrose
Subject: Header/Footer asp Code Help
Date Posted: 11 June 2006 at 2:17pm
I would like to insert the site banner and footer into the Forum at http://www.neopc.org - www.neopc.org  I have been struggling with merely inserting a logo to no avail. If you take a quick look at the site you will see the problem. Note that the system link to the home page graphic doesn't display either. Please give me sample code for the header.asp pertaining to Frontpage Theme Banner insertion. Also would like sample code to get the site theme footer in place. . . using the 8.02 Access version . . . Dick Rose



Replies:
Posted By: Scotty32
Date Posted: 11 June 2006 at 6:56pm
do a search, its one of the most commonly asked questions

this might be of help to you though:
http://forums.webwiz.net/forum_posts.asp?TID=20042 - http://forums.webwiz.net/forum_posts.asp?TID=20042


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: Ali Bilgrami
Date Posted: 11 June 2006 at 7:19pm
put this on the top of yer header.asp
<table>
  <tr>
    <td>
here put the image link to your banner i.e. <img src"C:\banner.jpg">
</td>
  </tr>
  <tr>
    <td>
here the rest of your header.asp code will be put
 
now save header.asp and then open the footer.asp
in the end of footer.asp put the following lines and yer done.
 
</td>
  </tr>
</table>


Posted By: dpyers
Date Posted: 12 June 2006 at 1:10am
He's talking about using FP themes here... very different animal.

Where Ali Bilgrami has stuff in red, you'd have to physically copy the stuff FP puts in for the header and footer. You'd also have to add the FP theme metatags in default.asp and IIRC, FP adds some special schema info the the <html> tag when themes are used.

The w3c validator shows 70 html validation errors on your home page ...
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.neopc.org%2F - http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.neopc.org%2F
Most of the errors are because you have an xml namspacedeclared in your <html> tag but no xml doctype. Looking at the rest of the code on your page you'll get even more validation errors if you used an xml doctype.

Going to be tough to integrate anything into bad code. I'd forget about tyring to apply themes to the forum and just modify the header and footer per Scotty and Ali's advice by copying the pic links and text from a themed page



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: dtrose
Date Posted: 12 June 2006 at 11:46am
Thanks for the advice - I think I will take your recommendation and avoid the "themes" idea. I was able to get the logo to appear using the settings and that looks pretty good.
Again, thanks . . .


Posted By: dtrose
Date Posted: 12 June 2006 at 11:49am
Thanks to all of you . . . I think I am in business now . . .Dick Rose



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net