Page 1 of 1

a tag height and width

Posted: Sat Mar 04, 2006 5:46 am
by Luke
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.

Re: a tag height and width

Posted: Sat Mar 04, 2006 9:09 am
by Chris Corbyn
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.
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? :)

Posted: Sat Mar 04, 2006 9:11 am
by neophyte

Code: Select all

display: none;
??????????????