| Author |
Topic Search Topic Options
|
faiz2000
Newbie
Joined: 30 May 2005
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Topic: style of Web Wiz Forums Posted: 30 May 2005 at 7:41am |
I have to change the style of Web Wiz Forums; I have to make it like http://www.webwiz.net to be in the same style or template of my web site, please help me I need it ASAP.
Regards,
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2005 at 8:14am |
|
add any header or left side bar html in the header in that order
and right side and footerin the footer file in that order.
we can't help directly with code..but search the forums ive posted many times examples of how to do so
|
 |
faiz2000
Newbie
Joined: 30 May 2005
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2005 at 8:45am |
The problem is, its not accept <% @ Language=VBScript %> if i addit in the header.
Right words to Search for it.
IF YOU CAN GIVE THE please,please your help,
FAIZ
|
 |
faiz2000
Newbie
Joined: 30 May 2005
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2005 at 9:31am |
Please its not clear for me?
giv me more informations.
FAIZ
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2005 at 9:32am |
|
that needs to be added to the top of the page before any thing else
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 May 2005 at 11:29am |
There's two files in the includes directory involved - header.asp, which goes at the top of every forum page, and footer.asp, which goes at the bottom.
To do what you want, most people wrap the forum in a table that's started in header.asp and finished in footer.asp. The start tag of the table cell holding the forum is the last thing in header.asp, and the close tag for the cell is the first thing in footer.asp.
Try adding the following code, then playing with it to suite your taste.
At the end of header.asp
<table width="98%">
<tr width="100%>">
<td align="center" colspan="2"><h1>Stuff For the Header</h1></td>
</tr>
<tr width="100%>">
<td valign="top" width="10%"><h3>Left Side Column Stuff</h3></td>
<td>
|
At the beginning of footer.asp
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
faiz2000
Newbie
Joined: 30 May 2005
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 31 May 2005 at 3:07am |
The problem is not accept to add DSN in the header and footer, how can I solve this problem.
I have to add last news and advertising in the header?
Please your help.
|
 |
sfd19
Senior Member
Joined: 20 December 2004
Status: Offline
Points: 263
|
Post Options
Thanks(0)
Quote Reply
Posted: 31 May 2005 at 5:05am |
|
Post your code that is causing the error message. It is hard to help without any informations about what you are doing.
|
|
|
 |