Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Link Color Not Changing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RebelTech
Average Member

USA
613 Posts

Posted - 18 October 2003 :  10:20:37  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
I have this one table that no matter what I do the color of the text in a link does not change on mouseover like the rest of the forum. This table appears in the top of a page, below the header and above the rest of the page. The table is from an included file. the only thing in the include is inc_func_member and the table (used for navigation). The links above in the header change color on mouseover as do all links below the included table. Here is the table tag and the first cell.
<!--#INCLUDE FILE="../inc_func_member.asp" -->
<%
Response.Write  "<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""10"" bgcolor=""" & strForumCellColor & """>" & vbNewLine & _
		"<tr>" & vbNewLine & _
		"<td>" & vbNewLine
' ********  BEGIN menu ********

Response.Write  "<table width=""100%"" border=""0"" bordercolor=""" & strTableBorderColor & """ cellspacing=""1"" cellpadding=""0"" bgcolor=""" & strTableBorderColor & """>" & vbNewLine & _
		"<tr>" & vbNewLine & _
		"<td align=""center"" valign=""middle"" bgcolor=""" & StrHeadCellColor & """>" & vbNewLine & _
		"<font size=""" & strDefaultFontSize & """ face=""" & strDefaultFontFace & """ color=""#FFCF90"">  ARRL News</font>  " & vbNewLine & _
		"</td>" & vbNewLine & _


Any ideas?

puzo
Junior Member

Israel
417 Posts

Posted - 20 October 2003 :  08:58:37  Show Profile  Visit puzo's Homepage
i think you should try including config.asp in your file or add your code after all the includes in default.asp.


Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 20 October 2003 :  09:53:27  Show Profile
don't include includes twice. If you include config.asp or inc_func_members.asp and it's also included in the page you include that file in, you'll get double includes which is redundant, add to loading time and could throw error.

RebelTech, could you give a link to the page where you have this code working so we can take a look at the result?
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 20 October 2003 :  15:15:33  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
Try this link:
http://www.txradio.org/forum/res_ourextras.asp

I pulled the include for inc_func_members.asp out. Still the same
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 20 October 2003 :  17:00:10  Show Profile
Bad nesting of tags... it's basic HTML really:
<td align="center" valign="middle" bgcolor="666698" background="../forum/images/headbg.gif">
<a href="../forum/res_arrlnews.asp"><font size="2" face="Verdana, Arial, Helvetica" color="white">  ARRL News</a></font>
</td>

<td align="center" valign="middle" bgcolor="666698" background="../forum/images/headbg.gif"><font size="2" face="Verdana, Arial, Helvetica" color="white">
<a href="../forum/res_arrlnews.asp">  ARRL News</a></font>
</td>


Just make sure the font tags aren't inside the link tags and that they're opened and closed in the correct order: open1 - open2 - close2 - close1
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 21 October 2003 :  00:33:53  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
Stupid mistake #427! I stared at this thing for days and never saw it!
Thanks once again Roland!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07