Mudoogul
Not New Member
Posts: 16
Mudoogul said 0 great things
|
Post by Mudoogul on Jan 25, 2010 8:46:40 GMT -8
Greeting Wormy ... I've been using some of your codes. I really like the Choke one that came in very handy.
I was curious how to add the red squiggle that you have going through your links. Although I'd use a different color.
Thanks.
|
|
|
Post by Wormopolis on Jan 25, 2010 9:10:10 GMT -8
That red squiggle IS a pretty cool effect huh?
|
|
Mudoogul
Not New Member
Posts: 16
Mudoogul said 0 great things
|
Post by Mudoogul on Jan 25, 2010 9:23:04 GMT -8
That red squiggle IS a pretty cool effect huh? LOL ... I take it ya don't want to share that one. ;D How about a modified version of it? Something more Horror-like that would fit my forum?
|
|
|
Post by Wormopolis on Jan 25, 2010 9:29:58 GMT -8
Its just an animated GIF I put into the CSS of A:hover tags. lookit my source for how the CSS was done.
|
|
Mudoogul
Not New Member
Posts: 16
Mudoogul said 0 great things
|
Post by Mudoogul on Jan 25, 2010 9:57:56 GMT -8
To be honest I looked through your source trying to find it, before I registered and posted the question. I don't really like bothering people. I kinda figured it was a hover code of some sort, although I don't really know how to modify it from web pages to forum usage. Are you talking about the style type="text/css" stuff? That's quite a bit of coding for me to try and decipher. I'm still not very keen on coding. LOL Sorry ... just tell me to go away if I'm bugging you. I won't be offended.
|
|
|
Post by Wormopolis on Jan 25, 2010 10:30:06 GMT -8
yah you need to add STYLE tags, and inside have:
a:hover {color: none; text-decoration: underline; background-image: url(http://i197.photobucket.com/albums/aa250/WORMOPOLIS/sqigline_e0.gif); background-repeat: repeat-x; background-position: center left;}
|
|
Mudoogul
Not New Member
Posts: 16
Mudoogul said 0 great things
|
Post by Mudoogul on Jan 25, 2010 11:08:17 GMT -8
Okay, I'll try messing around with it later.
Thanks for your time Wormy.
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on Feb 13, 2010 10:50:50 GMT -8
Hey Wormo Where do you put that code? and are the style tags like this <style></style>? Also when do you log on I never see you on! Thx wormo! Also I was wanting to put your site on mine 4 code help 4 other people with proboard sites so do you have a banner/link? If so can you post it or e-mail it to me? Thx!!!
|
|
|
Post by Wormopolis on Feb 14, 2010 5:47:45 GMT -8
scroll down to the bottom of the main page.
I log on throughout the day. basically whenever I am coding I keep it in th ebackground. During weekdays I have to work so I dont get on until the evenings.
and yes, you put the above in style tags,
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on Apr 23, 2010 10:31:29 GMT -8
I'm Sorry but I am COnfused...Do you put the code in the Global Footer or somthing?
|
|
|
Post by Wormopolis on Apr 23, 2010 11:23:21 GMT -8
style tags can go anywhere really, but they seem to be more effective if they are in global header. a lot of times, you might see a code that references a certain style, and it would be best to leave the style tags right above the code so you can make changes to it easier.
something that is global like what I have for the links, is something that would best be suited for global header however.
do you have a URL for an animated gif yet?
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on Apr 24, 2010 6:54:27 GMT -8
no i was just thinking about using it, I have a pretty New forum, I just made it last Night
|
|
|
Post by Wormopolis on Apr 24, 2010 7:29:35 GMT -8
ok. well just follow the same format I used above with your own animated gif and you should be fine!
|
|