Yeah, I'm still working on the prototype for the new website look. They're almost ready for prime-time, except I have two questions that I'm hoping someone here can answer.
The first is a CSS question: I want to set the link colors for a style -- specifically the style that does the white text for my copyright notice, so any embedded links in the notice don't do the blue/red thing on the dark green background. I've tried a bunch of things that I found in my research that looked right, but turned out not to be. The style is currently:
/* Define a class for the copyright notice. */
p.copyright {
vertical-align:bottom;
}
Now I've tried
linkcolor:#fff;
vlinkcolor:#fff;
in there but it hasn't worked. Can anyone point me in the right direction?
Question two is a (D)HTML query. I want to put a simple Amazon.com search box in the same sidebar. The code from Amazon is very simple:
http://rcm.amazon.com/e/cm?t=accessdeni ... =qs1&f=ifr
but nothing comes from this. I've tested the src URL by plugging it directly into a browser and gotten the search box, so it's not a broken link. Can anyone give me a clue what might be going on here?
Thanks!
-- Bob
---------
Then the horns kicked in...
...and my shoes began to squeak.
The first is a CSS question: I want to set the link colors for a style -- specifically the style that does the white text for my copyright notice, so any embedded links in the notice don't do the blue/red thing on the dark green background. I've tried a bunch of things that I found in my research that looked right, but turned out not to be. The style is currently:
/* Define a class for the copyright notice. */
p.copyright {
vertical-align:bottom;
}
Now I've tried
linkcolor:#fff;
vlinkcolor:#fff;
in there but it hasn't worked. Can anyone point me in the right direction?
Question two is a (D)HTML query. I want to put a simple Amazon.com search box in the same sidebar. The code from Amazon is very simple:
http://rcm.amazon.com/e/cm?t=accessdeni ... =qs1&f=ifr
but nothing comes from this. I've tested the src URL by plugging it directly into a browser and gotten the search box, so it's not a broken link. Can anyone give me a clue what might be going on here?
Thanks!
-- Bob
---------
Then the horns kicked in...
...and my shoes began to squeak.