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:

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 href="pdf/membershipAp.pdf" target="_blank"> c

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

2007-11-22 Thread Jukka K. Korpela
jaklitsch maya wrote: > --Please download and print the href="pdf/membershipAp.pdf" target="_blank"> class="strong">Membership Application -- > > 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 y

[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 Membership Application -- I just found out that this causes my validation to fail. I guess I could change it to transit