CSS link styles using images
hi,
i'm new dreamweaver forgive me if i'm being stupid.
i'm creating first website , i'm struggling colour of links. don't want blue , purple links don't go colour scheme. i've spent few hours looking on website , i've used suggested code , done style sheets. has made text-based hyperlinks go correct colour not image ones.
this means of buttons , images i've used links still blue , purple. can't see code on template possibly controlling - bits i've changed have worked on text links , great. i'm not great code - sort of understand doing stupid.
can help?
helen.
i'm new dreamweaver forgive me if i'm being stupid.
i'm creating first website , i'm struggling colour of links. don't want blue , purple links don't go colour scheme. i've spent few hours looking on website , i've used suggested code , done style sheets. has made text-based hyperlinks go correct colour not image ones.
this means of buttons , images i've used links still blue , purple. can't see code on template possibly controlling - bits i've changed have worked on text links , great. i'm not great code - sort of understand doing stupid.
can help?
helen.
geographygeek wrote:
> hi,
>
> i'm new dreamweaver forgive me if i'm being stupid.
>
> i'm creating first website , i'm struggling colour of links.
> don't want blue , purple links don't go colour scheme.
> i've spent few hours looking on website , i've used suggested code
> , done style sheets. has made text-based hyperlinks go
> correct colour not image ones.
>
> means of buttons , images i've used links
> still blue , purple. can't see code on template possibly
> controlling - bits i've changed have worked on text
> links , great. i'm not great code - sort of understand
> doing stupid.
>
> can help?
>
> helen.
>
add css:
a img {
border: none;
}
> hi,
>
> i'm new dreamweaver forgive me if i'm being stupid.
>
> i'm creating first website , i'm struggling colour of links.
> don't want blue , purple links don't go colour scheme.
> i've spent few hours looking on website , i've used suggested code
> , done style sheets. has made text-based hyperlinks go
> correct colour not image ones.
>
> means of buttons , images i've used links
> still blue , purple. can't see code on template possibly
> controlling - bits i've changed have worked on text
> links , great. i'm not great code - sort of understand
> doing stupid.
>
> can help?
>
> helen.
>
add css:
a img {
border: none;
}
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment