Angus at InfoForce Services wrote:
Now to try to get all my buttons to align on the left margin.

HTML: http://infoforce-services.com/guidedog/index.php

If I've understand you correctly, then try adding:

.linkblock a {clear: left;}

Next step is to add 'class="linkblock"' to the element surrounding each
group of links you want to show up as [buttons], just as you have done
with the two link-buttons above Section 2.

BTW: looking at your CSS...
.wrapper img {
display: inline;
float: center;
}
...there's no such thing as 'float: center', it's either 'left', 'right'
or 'none'.
However, an image will be centered if 'text-align: center' is declared
on a full-width element that's surrounding the image.

Use the css-validator to find such 'non-valid' declarations, and replace
them with something that will actually work.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to