Print Page | Close Window

How to Center Forum Banner Image

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=26410
Printed Date: 03 April 2026 at 4:59am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: How to Center Forum Banner Image
Posted By: KillerKellerjr
Subject: How to Center Forum Banner Image
Date Posted: 15 October 2008 at 10:02pm
Does anyone know where I can Center the Forum Banner Image?  Please state the file name and the line of code its on roughly.  I can figure it out from there but I can't seem to find it.

Thanks



Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 October 2008 at 8:11am
If you wish to change the layout of teh top of your forum you need to edit the file includes/header.asp

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: KillerKellerjr
Date Posted: 16 October 2008 at 2:07pm
Strange enough, I did find that and if I read it right it is already set to align=center but for some reason it stays left justified.  I am using a company image I designed for the forum so maybe that has something to do with it but I guess I will mess with the code to see if I can get it to work.  I am afraid of breaking things by changing the code but I guess I will try it on my test forum to see if I break it or not.

Thanks


Posted By: 123Simples
Date Posted: 16 October 2008 at 7:02pm
In your includes/header.asp see the code:
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script language="javascript" src="includes/default_javascript_v9.js" type="text/javascript"></script>
</head>
<body>

Just after that something like:
<table width="100%">
<tr>
   <td colspan="2"><center><h2>Welcome to This World Sucks Universal Forum. Registration is FREE and costs nothing.</h2> In order to post in these forums, or view all the Forum Topics you have to</center></td></tr>

Will give you this:


But without the red border Wink


-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design


Posted By: Scotty32
Date Posted: 16 October 2008 at 9:14pm
You forgot to close the table TWS

Anyway, you can do this by simply add the following in red to the "header.asp" file:

<table class="basicTable" cellspacing="0" cellpadding="3" align="center">
<tr>
<td align="center"><a href="http://www.webwizforums.com"><img src="forum_images/web_wiz_forums.png" border="0" alt="Web Wiz Forums Homepage" title="Web Wiz Forums Homepage" /></a></td>
</tr>
</table>



-------------
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: 123Simples
Date Posted: 17 October 2008 at 1:46pm
Originally posted by Scotty32 Scotty32 wrote:

You forgot to close the table TWS


It was late and my brain was scrambled LOL but thanks for the nod - Wink


-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design



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