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

 All Forums
 Community Forums
 Graphics & Style in Snitz!
 Text Style and Inc_Header taking attributes
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

JJenson
Advanced Member

USA
2121 Posts

Posted - 07 December 2006 :  11:40:19  Show Profile  Visit JJenson's Homepage
lol wow i think i need more sleep ok I will check it out. Now if I delete those won't I not be able to change the color of my links on the inc_site_left.asp or am I completely coming out of left field here?
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 07 December 2006 :  11:48:55  Show Profile  Visit JJenson's Homepage
Ok so here is the code and what I think I need to change this is what it is originally


<style type="text/css">
<!--
.style20 {
color: #000000;
text-decoration: none;
}
.style21 {
color: #FFFF00;
text-decoration: none;
}
a:link {
color: #FFFF00;
}
a:visited {
color: #FFFF00;
}
a:hover {
color: #FFFF00;
}
-->
</style>


Now this is what I change it to

<style type="text/css">
<!--
.style20 {
color: #000000;
text-decoration: none;
}
.style21 {
color: #FFFF00;
text-decoration: none;
}
link {
color: #FFFF00;
}
visited {
color: #FFFF00;
}
hover {
color: #FFFF00;
}
-->
</style>


Now this takes away and has all links revert back to the forum default link colors.

I am not sure how to get the 2 of the seperated?
Go to Top of Page

JJenson
Advanced Member

USA
2121 Posts

Posted - 07 December 2006 :  12:38:19  Show Profile  Visit JJenson's Homepage
OK I have even done this and I cannot get the links in the inc_site_left.asp to be different from the rest of the links on the site.

Now this is what I change it to
<style type="text/css"><!--.style20 { color: #000000; text-decoration: none; }
.style21 { color: #FFFF00; text-decoration: none; }
--></style>
and this just makes everything back to the forum default including links in inc_site_let.asp??

I am guessing I am going to have to figure out how to use css to do this?
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 December 2006 :  17:57:30  Show Profile
Jeff, I have helped you via messenger. Your style sheet was setting the A tag for your entire site. I just defined them so they only applied to the links in the style20 class. That fixed it for you.

Support Snitz Forums
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07