you just have bad syntax in your css file.
You are defining linkblock like it is a class, but you
are in fact using an id.
A class def starts like this
..classname { .... rules ..}
An Id like
#idname { .. rules .. }
So change file to this:
#linkblock { ... rest same ...}
#linkblock A { ..rest same ...}
#linkblock IMG { ... rest same ...}
}
#linkblock BR {
CLEAR: both
}
should work as intended.
HTH
Jeff
On Apr 5, 2005 2:54 PM, Angus and Hayden [EMAIL-REMOVED]> wrote:
> I am trying to understand why I can not achieve the following.
>
> 1. indent the three buttons I have starting with an animated gif of a
> countries flag on the left.
>
> 2. Indent the buttons.
>
> 3. Have my CSS file Use "linkblock a{" instead of "a {".
>
> HTML: http://choroideremia.org
>
> CSS: http://choroideremia.org/css/crf_css1.css
>
> Angus MacKinnon
> MacKinnon Crest Saying
> Latin - Audentes Fortuna Juvat
> English - Fortune Assists The Daring
> Web page: http://members.shaw.ca/dabneyadfm
> Choroideremia Research Foundation Inc.
> http://www.choroideremia.org
> Advocates for Sight Impaired Consumers (ASIC)
> http://www.asic.bc.cx
>
> ______________________________________________________________________
> css-discuss [EMAIL-REMOVED]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/