I used the desloving text effects on my one web page i was wondering if there was any way to make those into links as well?
Paul;![]()
I used the desloving text effects on my one web page i was wondering if there was any way to make those into links as well?
Paul;![]()
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
I got the links in there but everything i have read about changing link colors changes all links on the page. any way i can just change the two link colors at the top of the page that i have used the dissolving text effects for http://www.protechtraining.com/testsite/htdocs
ok you need to use CSS to do this, but before i go on you should read the rules and as twey pointed out
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
anyway the follwing CSS code will do this for you
that creates a class for an achor with the text color of red.Code:<style type="text/css"> a.fade{ color: red; } </style>
and thats how to implement it onto your linkCode:<a class="fade" href="http://www.google.com">GOOGLE</a>
twey and .alias. here is the link to the code i used
http://www.dynamicdrive.com/dynamici...ssolvetext.htm
and thanks for your help im new at all of this.
This is the first part of the code from that script and this is what you need to change
thats how to fromat what they look like to change the link add in the code i gave you beforeCode:<style type="text/css"> .textstyle { position:absolute; left:-2000px; width:400px; font-family:Arial; //The font change to suit you font-size:20pt; //size of font ^^^^^^^^ font-weight:bold; text-align:center; color:FFFFFF; //color of font change to suit you filter:glow(color=red,strength=2); //this color is the red arounf your text and strenght is how much it comes out from text } .coverstyle { position:absolute; left:-2000px; } </style>
and to useCode:a.fade{ color: red; }
I think that helps you but the link to YOUR site doesnt seem to have the text on so i cannot see what you mean, but have a link on it but i think this code is what you wantCode:<a class="fade" href="http://www.google.com">GOOGLE</a>
Bookmarks