Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-01-10, 03:40 PM   #1
dareutwo
You can't disprove anything with evidence that doesn't exist
 
dareutwo's Avatar
 
Join Date: Mar 2003
Location: NW Minnesota - pop 865 +/- 1
Posts: 2,038
A:link {
color: #fffc29;
text-decoration: none;
}
A:visited {
color: #fffc29;
text-decoration: none;
}
A:hover {
color: #fffc29;
text-decoration: underline
}

Tyler Rules!! lol just thought I'd add that for ya.
__________________
This is me Mark's-Links
dareutwo is offline   Reply With Quote
Old 2007-01-10, 03:41 PM   #2
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by dareutwo View Post
A:link {
color: #fffc29;
text-decoration: none;
}
A:visited {
color: #fffc29;
text-decoration: none;
}
A:hover {
color: #fffc29;
text-decoration: underline
}
Doesn't that make all ahref's on the page yellow?
Licker4U is offline   Reply With Quote
Old 2007-01-10, 03:46 PM   #3
dareutwo
You can't disprove anything with evidence that doesn't exist
 
dareutwo's Avatar
 
Join Date: Mar 2003
Location: NW Minnesota - pop 865 +/- 1
Posts: 2,038
Quote:
Originally Posted by Licker4U View Post
Doesn't that make all ahref's on the page yellow?
Yes it would - so....
Add in this
(edit to create your effect)

.recips1 {
color: #fffc29;
font-size: 24px;
font-weight: bold;
}

Change the tags in your recip table(s).

Bobby is Bobby - I doubt at over 3M a year he cares about a negative blog.
__________________
This is me Mark's-Links
dareutwo is offline   Reply With Quote
Old 2007-01-10, 03:43 PM   #4
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by dareutwo View Post
Tyler Rules!! lol just thought I'd add that for ya.
LOL, I found a blog where people were really bashing Bobby Flay as an idiot. It was hilarious. Emeril rocks though!
Licker4U is offline   Reply With Quote
Old 2007-01-10, 04:20 PM   #5
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by Licker4U View Post
LOL, I found a blog where people were really bashing Bobby Flay as an idiot. It was hilarious. Emeril rocks though!
Bobby Flay *is* an idiot.
Toby is offline   Reply With Quote
Old 2007-01-10, 04:27 PM   #6
dareutwo
You can't disprove anything with evidence that doesn't exist
 
dareutwo's Avatar
 
Join Date: Mar 2003
Location: NW Minnesota - pop 865 +/- 1
Posts: 2,038
Quote:
Originally Posted by Toby View Post
Bobby Flay *is* an idiot.
Toby - you making over 3M a year cooking???
I don't think he's idiot.
Just filling a niche that isn't widely known except in the SW.

Going to Vegas?
Check out Mesa Grill in Ceasars Palace.
__________________
This is me Mark's-Links
dareutwo is offline   Reply With Quote
Old 2007-01-10, 05:43 PM   #7
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Toby View Post
Bobby Flay *is* an idiot.
Yes he's an idiot, but a rich one

I don't mind his cooking, just a lot of the same things over and over.

I also stumbled on a blog about Sandra Lee. It was funny as well. They had screen caps of one of her shows where it looked like she was trying to slip a nip out of her different outfits. (And she damn near did!) LOL
Licker4U is offline   Reply With Quote
Old 2007-01-10, 03:47 PM   #8
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Aww geez, I can't change recip tables 'cause I use SSI to call them.
Licker4U is offline   Reply With Quote
Old 2007-01-10, 09:51 PM   #9
RamCharger
Shut up brain, or I'll stab you with a Q-tip!
 
RamCharger's Avatar
 
Join Date: May 2005
Location: Somewhere south of sanity.
Posts: 110
Quote:
Originally Posted by Licker4U View Post
Aww geez, I can't change recip tables 'cause I use SSI to call them.
So? If the SSI code isn't wrapped in a DIV (check your html before doing this to make sure) then you can. e.g. <div class="recip"><!-- your SSI code --></div>
__________________
Adult Pic Web Adult Link Web
RamCharger is offline   Reply With Quote
Old 2007-01-11, 07:09 AM   #10
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by RamCharger View Post
So? If the SSI code isn't wrapped in a DIV (check your html before doing this to make sure) then you can. e.g. <div class="recip"><!-- your SSI code --></div>

That might work, I'll give it a try. Thanks!
Licker4U is offline   Reply With Quote
Old 2007-01-10, 04:00 PM   #11
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by dareutwo View Post
A:link {
color: #fffc29;
text-decoration: none;
}
A:visited {
color: #fffc29;
text-decoration: none;
}
A:hover {
color: #fffc29;
text-decoration: underline
}
OK, that works, and if I have CSS that spells out a text color for a specific ahref that's a different color, that takes precedence over theA: link, visited, hover's color.

Thanks again Dare
Licker4U is offline   Reply With Quote
Old 2007-01-10, 04:05 PM   #12
dareutwo
You can't disprove anything with evidence that doesn't exist
 
dareutwo's Avatar
 
Join Date: Mar 2003
Location: NW Minnesota - pop 865 +/- 1
Posts: 2,038
Quote:
Originally Posted by Licker4U View Post
OK, that works, and if I have CSS that spells out a text color for a specific ahref that's a different color, that takes precedence over theA: link, visited, hover's color.

Thanks again Dare
Correct, and anything Hardcoded in the html will be shown.
ie..
You have SSI calls
CSS calls
If your html says <font size=3>
it will be font size 3.

Does that make sense? I'm moving servers at the moment, so sort of multitasking.
__________________
This is me Mark's-Links
dareutwo is offline   Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 02:46 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc