[thelist] styling links within a form

Matt Warden mwarden at gmail.com
Wed May 11 14:50:37 CDT 2005


Bruce,

On 5/11/05, Bruce Gilbert <webguync at gmail.com> wrote:
> hello,
> 
> I am looking to style the links within a form element to be the same
> as the other links in my site eg: same color, size hover effect.
> 
> I am not sure exactly how to go about this.what element exactly I
> would need to style that is...
> 
> the code would be:

There are no links in this markup. What I suspect you are referring to is this:

>               <input name="Go" type="image"
> src="/assets/images/submitbutton-small.gif" alt="Go to URL"
> align="right" />

THis image, when clicked, submits the form. You would need to change
this image in order to change the way it looked (i.e., CSS can't
change the style of the text in this image).


-- 
Matt Warden
Miami University
Oxford, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.


More information about the thelist mailing list