Re: [WSG] .htm include file into another .htm

2006-01-19 Thread Elton Okada
On IIS you can use server side includes in a .htm file.Do this: Open IIS - website (righ button) - properties - home directory - configuration - Add. So, you will associate the .dll asp to .htm extension like this: Executable: C:\WINDOWS\system32\inetsrv\asp.dll Extension: .htmRegardsEltonOn

[WSG] Vertical align problem

2005-12-27 Thread Elton Okada
Vertical align, it really works ? Example:style#box{widht:200px;height:200px}#box span{float:left}#box img{vertical-align:middle}/stylediv id=box spanSome text/spanimg src="">/divAny idea ?Thanks

[WSG] Swf - google

2005-12-20 Thread Elton Okada
I have a swf file in my page.Google will not index. I can print the content of swf in a div with display:none.Is it a good practice ? Does anyone have a better idea ?This is the url: http://www.victoriabratberg.com/betaThanks and sorry

Re: [WSG] Swf - google

2005-12-20 Thread Elton Okada
Thanks !!!RegardsEltonOn 12/20/05, Martin Heiden [EMAIL PROTECTED] wrote: Elton,on Tuesday, December 20, 2005 at 15:33 wsg@webstandardsgroup.org wrote: I have a swf file in my page. Google will not index. I can print the content of swf in a div with display:none. Is it a good practice ? Does

Re: [WSG] Swf - google

2005-12-20 Thread Elton Okada
Thanks Ric !! Regards Elton On 12/20/05, Ric Raftis [EMAIL PROTECTED] wrote: Put a sitemap on your index page down the bottom so that Google et alcan follow the html links.Validate your page also.You are using an xhtml doctype and yet have upper case tags on your page.Regards,RicElton Okada

Re: [WSG] Swf - google

2005-12-20 Thread Elton Okada
What about this:http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices/Regards EltonOn 12/20/05, Ric Raftis [EMAIL PROTECTED] wrote: Put a sitemap on your index page down the bottom so that Google et alcan follow the html links.Validate your page also.You are using

Re: [WSG] li background image

2005-12-13 Thread Elton Okada
Change your css like this:#navcontainer ul{margin: 0;padding: 0;list-style-type: none;text-align: center;}#navcontainer ul li { display: inline; background:url(' http://www.chiefcodemonkey.com/awbn/images/button_07.gif'); width:115px; height:26px}#navcontainer ul li a{text-decoration: