| 
	
 | 
 Posted by Chaddy2222 on 06/08/06 14:01 
Ed Mulroy wrote: 
> I would appreciate it if people were kind enough to suggest how I 
> might fix my page. 
> 
> I have run into difficulty while trying to migrate from HTML 4.01 
> Transitional to 4.01 Strict. 
> 
> The Transitional page and css links are: 
>   http://home.nc.rr.com/emulroy/theshore.htm 
>   http://home.nc.rr.com/emulroy/beach.css 
> The Strict versions are 
>   http://home.nc.rr.com/emulroy/theshoreS.htm 
>   http://home.nc.rr.com/emulroy/beachS.css 
> 
> 
> The HTML validator gives complaints in strict mode. 
>   http://validator.w3.org/ 
> 
> The 'target' word in a link like that below generates an error: (line 36) 
>   <a href="the_url" target="_blank">link description</a> 
> 
> What scheme is used under 4.01 strict to specify a link be opened in a 
> new window? (please, not javascript) 
As far as I know, it's the only way you can do it, useing window.open 
which is a piece of JS. 
 
> 
> 
> On line 18 I received a complaint about 'align' 
> <table align="left" width="22%" cellpadding="1" cellspacing="2"> 
> 
> However all attempts to remove the 'align' and handle it with CSS 
> results in the right hand table being moved down the page to past the 
> bottom of the left hand menu column. 
Hmmmm, perhaps float the menu bar to the left?. 
Or maybe you could use a clear both. 
 
> 
> Thanks in advance for the help. 
NP, I am still learning this CSS stuff my self. 
--  
Regards Chad. http://freewebdesign.cjb.cc
 
  
Navigation:
[Reply to this message] 
 |