is there a way to specify an anchor tag's height and width without also making it display: block? because I have an inline list that displays wrong when I use block anchors...
Does that make any sense... it's late.
a tag height and width
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: a tag height and width
Can't you put it in a DIV? Some browsers allow you to resize anchors but it doesn't work in most. If you give us a little more info perhaps there's a better approach?The Ninja Space Goat wrote:is there a way to specify an anchor tag's height and width without also making it display: block? because I have an inline list that displays wrong when I use block anchors...
Does that make any sense... it's late.
Code: Select all
display: none;