Re: [css-d] a html 4.01 strict problem

2007-11-26 Thread Yolanda van Nieuwkoop
Hi jaklitsch maya, You could use a java script in the head put: script type=text/javascript src=external.js in the body where you want the link to open in a new window a rel=external href=http://www.xxx.com/;xxx/a the javascript sits in the same map as the html is called external.js and it

Re: [css-d] a html 4.01 strict problem

2007-11-23 Thread David Hucklesby
On Thu, 22 Nov 2007 20:59:17 -0800 (PST), jaklitsch maya wrote: I have always used the target=_blank when I wanted to open a document in a new window. I included the following code on a membership page --Please download and print the a href=pdf/membershipAp.pdf target=_blankspan

[css-d] a html 4.01 strict problem

2007-11-22 Thread jaklitsch maya
I have always used the target=_blank when I wanted to open a document in a new window. I included the following code on a membership page --Please download and print the a href=pdf/membershipAp.pdf target=_blankspan class=strongMembership Application/span/a -- I just found out that

Re: [css-d] a html 4.01 strict problem

2007-11-22 Thread Jukka K. Korpela
jaklitsch maya wrote: --Please download and print the a href=pdf/membershipAp.pdf target=_blankspan class=strongMembership Application/span/a -- I just found out that this causes my validation to fail. I guess I could change it to transitional, but I want to avoid it if possible. And