Posted by David Smithz on 12/10/06 20:12
"Jonathan N. Little" <lws4art@centralva.net> wrote
> You can use CSS to style your A element as a block and specify some
> dimensions to probably accomplish what you wish.
See my posting that will follow this in aswer to this.
>How about a URL to an example of what you really trying to accomplish then
>these little code snippets.
I'll try and get something up on a public server.
> Also if your hoping for presentational consistency, transitional doctype
> is *not* helping you.
I looked up "transitional doctype" on google as this was the first I heard
about it. I had always ignored the line that dreamweaver inserted but see
that is what it is to do with.
So it seems I am better instead to use the strict version like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
going by: http://www.w3schools.com/tags/tag_doctype.asp
Thanks and see my posting that follows.
[Back to original message]
|