Print Page | Close Window

Adding extra graphics to the front page

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24931
Printed Date: 28 March 2026 at 3:11pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Adding extra graphics to the front page
Posted By: wildlifeweb
Subject: Adding extra graphics to the front page
Date Posted: 02 December 2007 at 6:10pm
I've spent all day trying to work out how to do this without success. What I want to do ought to be really simple- I want to add extra graphics to the top of the default page that people get when they first go into the forum (in addition to the logo). I've no experience of ASP- can someone tell me what html I need to add and which .asp file to put it in?
Many thanks
Paul




Replies:
Posted By: Apps4Me
Date Posted: 15 December 2007 at 4:24am
couple different things you can do, first basic structure:
 
The file default.asp in the main /forum directory has an include statement to pull in the file /includes/header.asp
 
You can add html (tables, div's, etc) at the end of the header.asp file and they will be included at the top of ALL of your forum pages.
 
So, editing header.asp will affect all of your pages.
 
trickier if you just want to add something for individual pages.  You can modify default.asp, look around line 388 where the header file is included, right after this, and before the main table is called you can add html that will appear on all forum pages.
 
MAKE A COPY OF ANY FILE YOU EDIT BEFORE YOU START!
 
Not sure what editor you're using, but you're going to have to do all of this is code view, the way the webwiz code is parsed it does not preview perfectly before publishing.
 
The sky is the limit to what you add, my forum is at http://www.swvhc.com/forum - www.swvhc.com/forum , I'm running three columns, separate headers and footers.  Just got it up and running, took a while to get the mods right.  I'm writing in pure CSS, no tables for layout.


Posted By: wildlifeweb
Date Posted: 15 December 2007 at 8:58am
Many thanks, this is very useful.



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