Hi Ruth
Don't know if this will help:
1. File with an
.asp extension and the separatorheight=10 and separatorsize=1 on a horizontal menu setting
With the following:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
separatorheight not working.
2. File with an
.asp extension and the separatorheight=10 and separatorsize=1 on a horizontal menu setting
With the following:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
separatorheight works fine.
3. File with an
.htm extension and the separatorheight=10 and separatorsize=1 on a horizontal menu setting
With the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
separatorheight not working.
4. File with an
.htm extension and the separatorheight=10 and separatorsize=1 on a horizontal menu setting
With the following:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
separatorheight works fine.
give it a go
Max