> Bruce > I should add the site is http://www.bkdesign.ca
>> My links in my sidebar on a new main site I am doing are underlined. >> But the underline starts someplace in the middle of the link, not at the >> beginning.??? Don't ask me why (though I suspect it's because a is an inline element, so applying padding to the top/bottom is creating some confusion), but the culprit seems to be the padding applied to #sidebar a Change padding: 3px 0px; to just padding: 0; and the underline works properly again. Patrick __________________________________________________________ Patrick H. Lauke Webmaster / University of Salford http://www.salford.ac.uk __________________________________________________________ Web Standards Project (WaSP) Accessibility Task Force http://webstandards.org/ __________________________________________________________ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
