Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - customizing the forum
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

customizing the forum

 Post Reply Post Reply Page  12>
Author
daviduk View Drop Down
Newbie
Newbie


Joined: 08 November 2003
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote daviduk Quote  Post ReplyReply Direct Link To This Post Topic: customizing the forum
    Posted: 08 November 2003 at 2:51pm

hi there.

I have read the files on customizing. i have put my picture in and the menu links default to the middle but i want know how to place these where i want them. what code controils where they are placed?

In the notes i dont understand how i can put a column down the side when you start the coding in the header and finish it in the footer!

if that makes sense and you can help it would be appreciated.

dave

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 09 November 2003 at 2:34am
Use tables.

Start the table in the header:-

<table>
 <tr>
  <td>

Then close the tables in the footer:-

   </td>
  </tr>
</table>

The simplest way to do this is to create a template for your page leaving a table free to place the forum in.

The simply everyting before where you wish the forum to be shown place in the header and everything that is left place in the footer.
Back to Top
uvena.com View Drop Down
Newbie
Newbie
Avatar

Joined: 12 September 2003
Location: United States
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote uvena.com Quote  Post ReplyReply Direct Link To This Post Posted: 09 November 2003 at 2:28pm

Hopefyll you're talking about the alignment of the navigation at the top of the forum.

Dont forget to use BR tags before and after the table.. if you don't it can cause placement to be incorrect in IE6 (I dont use other browsers).  I recently created my own menu and ran into this problem..  when I didn't use the br tags it would cause errors in the way the hyper links were working, cause the link trail to be over the top of the nav.. etc. 

So I suggest exactly what Borg said, except place <BR> above and below the table.

Back to Top
wistex View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
Post Options Post Options   Thanks (0) Thanks(0)   Quote wistex Quote  Post ReplyReply Direct Link To This Post Posted: 11 November 2003 at 1:52pm

To add a colum down the side you would need to add another column to the table Borg created above.

Code in the Header:

<table width="100%">
 <tr>
  <td width="150">
   Navigation Menu
   Place html for navigation here!
  </td>
 </tr>

 <tr>
  <td>

The width="150" part specifies how many pixels wide you want the navigation to be.  The width="100%" part specifies that you want the table to use all the screen's real estate.

Code in footer:

   </td>
  </tr>
</table>

The above code would provide the basic shell for a navigation bar on the left hand side of the screen, with the forum appearing to the right of the navigation.

If you wanted a right hand column, add the code in red to the footer similar to how it is added to the header.

There are other attributes you can add.  If you need more information, you can do research on web about creating html tables.

Back to Top
daviduk View Drop Down
Newbie
Newbie


Joined: 08 November 2003
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote daviduk Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 5:44am

Excellent, all the above code works great- thankyou all for help in this. it looks just the way i want it to , I have now swapped from the layout to the .css customizing- it's fun. I am experimenting with the .css as never done this before, its going well.

Tahnks for your help again!

David.

Back to Top
Lucent View Drop Down
Groupie
Groupie


Joined: 06 June 2003
Status: Offline
Points: 111
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lucent Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2004 at 1:41pm

Hi, I tried to use the code here, but my form seems to be pushed down to the bottom. Did I do something wrong?!

Here are the code I have in my header and footer, and I also post a image of my what I see on my form.

Here is the code I have in my header.asp
----------------------------------------
<table width="100%">
 <tr><table width="750%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td height="200" bgcolor="#99FFFF">&nbsp;</td>
  </tr>
</table>

  <td width="150">
   <table width="150" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td height="300" bgcolor="#99CCFF">&nbsp; </td>
  </tr>
</table>
  </td>
</tr>
<tr>
  <td>
-----------------------------------------

footer.asp
-----------------------------------------
</td>
  </tr>
</table>
------------------------------------------

 

 

Back to Top
numanme View Drop Down
Senior Member
Senior Member
Avatar

Joined: 21 May 2003
Location: United Kingdom
Status: Offline
Points: 220
Post Options Post Options   Thanks (0) Thanks(0)   Quote numanme Quote  Post ReplyReply Direct Link To This Post Posted: 19 June 2005 at 9:36pm

Anyone got a working example of the footer and header

Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 20 June 2005 at 11:01am
http://forums.webwiz.net/forum_posts.asp?TID=13814



Lead me not into temptation... I know the short cut, follow me.
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.