Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Set width of anchor (a) in CSS
Setting the width of an anchor in CSS was failing.

The solution was to use display:block...

display:block;
width:100%; /* or whatever */

Created By: amos 10/25/2007 2:09:27 PM
Updated: 10/12/2022 3:55:00 AM