Specifying the dimensions of an anchor in its default display has no effect. How do I specify the width and height of an anchor <a> without having to make it “display: block”? I want uniform sized anchors to line up side by side, but don’t want “display: block; float: left”, because I really hate floats.