Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Request
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Request

 Post Reply Post Reply Page  <12345>
Author
Mikey View Drop Down
Senior Member
Senior Member

1979

Joined: 06 October 2003
Location: United Kingdom
Status: Offline
Points: 839
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mikey Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:26am
How exactly do you want the forum to look, Do want it like with the logo centered at the top followed by the navigation buttons centered on the line below?
Handyman man?
Back to Top
ToJaRo View Drop Down
Groupie
Groupie
Avatar

Joined: 20 April 2005
Location: United States
Status: Offline
Points: 158
Post Options Post Options   Thanks (0) Thanks(0)   Quote ToJaRo Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:33am
You are 1000% correct... here is how i have it now... SO VERY CLOSE yet any change puts me 8 light years away... LOL 
 
 
Thanks for your help man... i have almost gone crazy over this little stuff.
Back to Top
Mikey View Drop Down
Senior Member
Senior Member

1979

Joined: 06 October 2003
Location: United Kingdom
Status: Offline
Points: 839
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mikey Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:38am
Maybe i'm tired or summin but that looks fine???
What do you want to change in that?
Handyman man?
Back to Top
ToJaRo View Drop Down
Groupie
Groupie
Avatar

Joined: 20 April 2005
Location: United States
Status: Offline
Points: 158
Post Options Post Options   Thanks (0) Thanks(0)   Quote ToJaRo Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:42am
The Navigation text is not going under the logo one line below... it starts to the right of the logo and wraps to the line under...  and depending on your screen resolution (i have looked at it at 1024x764 and 1280x 1024) more text appears beside the logo the larger the resolution is.
Back to Top
ToJaRo View Drop Down
Groupie
Groupie
Avatar

Joined: 20 April 2005
Location: United States
Status: Offline
Points: 158
Post Options Post Options   Thanks (0) Thanks(0)   Quote ToJaRo Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:45am
I think its a </td> statement I am missing but where is the question.
Back to Top
Mikey View Drop Down
Senior Member
Senior Member

1979

Joined: 06 October 2003
Location: United Kingdom
Status: Offline
Points: 839
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mikey Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:48am
Ooops yup i was being blind.
Try this as the top part (under the copyright info) of your nav buttons include file...


%>
<table class="basicTable" cellspacing="0" cellpadding="3" align="center">
 <tr>
  <td align="center"><%
  
'If there is a forum image then dsiplay it
If NOT strTitleImage = "" Then Response.Write("<a href=""" & strWebsiteURL & """ accesskey=""1""><img src=""" & strTitleImage & """ border=""0"" /></a>")
</td></tr><tr><td align="center">

'If the user is admin display a link to the admin memnu
If intGroupID = 1 Then Response.Write("<a href=""admin.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtAdmin & """ />" & strTxtAdmin & "</a>")


'If this is admin or moderator put in link to hidden topics/posts
If blnModerator OR blnAdmin Then Response.Write("&nbsp;&nbsp;<a href=""pre_approved_topics.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "hidden_topics.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtHiddenTopics & """ />" & strTxtHiddenTopics & "</a>")

   
'Make sure that the forum ID number has a number in it otherwise set it to 0
If isEmpty(intForumID) OR intForumID = "" Then intForumID = 0

'Display the other common buttons
Response.Write ("&nbsp;&nbsp;<a href=""active_topics.asp" & strQsSID1 & """ class=""nav"" accesskey=""2""><img src=""" & strImagePath & "active_topics.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtActiveTopics & """ />" & strTxtActiveTopics & "</a>")
Response.Write ("&nbsp;&nbsp;<a href=""members.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "members_list.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMembersList & """ />" & strTxtMemberlist & "</a>")
If blnCalendar Then Response.Write ("&nbsp;&nbsp;<a href=""calendar.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "calendar.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtCalendar & """ />" & strTxtCalendar & "</a>")
Response.Write ("&nbsp;&nbsp;<a href=""search_form.asp?FID=" & intForumID & strQsSID2 & """ class=""nav"" accesskey=""4""><img src=""" & strImagePath & "search.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtSearchTheForum & """ />" & strTxtSearch & "</a>")
Response.Write ("&nbsp;&nbsp;<a href=""help.asp" & strQsSID1 & """ class=""nav"" accesskey=""5""><img src=""" & strImagePath & "help_icon.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtHelp & """ />" & strTxtHelp & "</a>")
         
          %><!-- #include file="pm_check_inc.asp" --><%

Handyman man?
Back to Top
ToJaRo View Drop Down
Groupie
Groupie
Avatar

Joined: 20 April 2005
Location: United States
Status: Offline
Points: 158
Post Options Post Options   Thanks (0) Thanks(0)   Quote ToJaRo Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:52am

No, it did not do the trick.  I compared code too... it is very close to what I had with only 1 difference.

Back to Top
ToJaRo View Drop Down
Groupie
Groupie
Avatar

Joined: 20 April 2005
Location: United States
Status: Offline
Points: 158
Post Options Post Options   Thanks (0) Thanks(0)   Quote ToJaRo Quote  Post ReplyReply Direct Link To This Post Posted: 07 May 2006 at 12:59am
Figured it out!!!!!
it needed the %> at the beginning of the line you added and <% at the end and it works like a freakin champ!
 
You rule dewd!
Back to Top
 Post Reply Post Reply Page  <12345>

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.