Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 05-23-2003, 05:07 PM How Did I Screw Up?
Average Talker

Posts: 18
Trades: 0
Let me start by saying I am not, at all, the most knowledgeable guy when it comes to this high tech stuff.
Yet, for some reason I thought it would be a good idea to tweak my site a little bit.
My site, The Naked Investor, has upper and lower navigation bars. I decided to change the wording of a few of the links in those bars, starting wiht the Home Page. I changed "Programs" to "Mentoring Programs", and I changed "Training" to "One on One Training". The upper navigation bar is fine.
However, ever since I made this change the lower bar has this little glitch that I would like to correct. If you click on any of those links the text turns blue, as they should. Except for the two links I mentioned, Mentoring Programs and One on One Training. They remain white for some reason. No big deal as the links are functional, but I'm curious.
If it matters, I made the changes with MS Front Page.
Thank you.
Carbo is offline
Reply With Quote
View Public Profile Visit Carbo's homepage!
 
 
Register now for full access!
Old 05-23-2003, 05:20 PM
Experienced Talker

Posts: 33
Location: Cleveland, OH
Trades: 0
For some strange reason, I can't view the source code for your site. I would guess that it has to do with the CSS. Look at the links that are turning blue the way you want them to. In the <a href> tag there is probably something that says class=YOURCLASSNAME. Copy that and put it in the other two links.
__________________
Andrea

Please login or register to view this content. Registration is FREE
- Unique website templates from $4.99.

Please login or register to view this content. Registration is FREE
- Hosting packages for small businesses from $5.95/mo.
andrea is offline
Reply With Quote
View Public Profile Visit andrea's homepage!
 
Old 05-23-2003, 05:49 PM
Average Talker

Posts: 18
Trades: 0
Hi, Andrea. I don't know why you can't view the source code. Then again, webmastering and site building aren't my thing.
Having said that, I must admit to being in a fog with the instructions you gave me about changing the code.
Carbo is offline
Reply With Quote
View Public Profile Visit Carbo's homepage!
 
Old 05-23-2003, 06:20 PM
Experienced Talker

Posts: 33
Location: Cleveland, OH
Trades: 0
Ah, I can view source now... it was something on my end.

Here is a section of your code with the correct CSS classes:

<a href="mentoring_programs.html" class="foot1A">Mentoring Programs</a> | <a href="one_on_one_training.html" class="foot1A" >One on One Training</a>
__________________
Andrea

Please login or register to view this content. Registration is FREE
- Unique website templates from $4.99.

Please login or register to view this content. Registration is FREE
- Hosting packages for small businesses from $5.95/mo.
andrea is offline
Reply With Quote
View Public Profile Visit andrea's homepage!
 
Old 05-23-2003, 06:53 PM
Average Talker

Posts: 18
Trades: 0
Quote:
Here is a section of your code with the correct CSS classes:
<a href="mentoring_programs.html" class="foot1A">Mentoring Programs</a> | <a href="one_on_one_training.html" class="foot1A" >One on One Training</a>
Andrea, is this supposed to mean something to me ?
HTML and coding is not something I have any familiarity with.
Carbo is offline
Reply With Quote
View Public Profile Visit Carbo's homepage!
 
Old 05-24-2003, 12:43 PM
Junior Talker

Posts: 1
Trades: 0
your changed code looks like
PHP Code:
 <a href="one_on_one_training.html"><font color="#FFFFFF">One on One Training</font></a
since the font color=#FFFFFF is in front of the shown link name it overrides your CSS staement............ OMIT the font color=#FFFFFF so it shows as
PHP Code:
 <a href="one_on_one_training.html">One on One Training</a
then the mouseovers css will work.......................
txclaw is offline
Reply With Quote
View Public Profile Visit txclaw's homepage!
 
Old 05-24-2003, 09:05 PM
Average Talker

Posts: 18
Trades: 0
Thanks, folks, for the input. Problem solved.
Carbo is offline
Reply With Quote
View Public Profile Visit Carbo's homepage!
 
Reply     « Reply to How Did I Screw Up?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19524 seconds with 12 queries