i have a very simple customview.html file...but when i add it to livelink it doesnt show up the file does but not the page if you know what i mean...
this is the customview file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title>Untitled Page</title>
</head>
<frameset cols="170,*">
<frame src="menu2.htm">
<frame src=" name="showframe">
</frameset>
</html>
and this is the menu2.htm file (i have only left a couple of links for example purposes):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title>Untitled Page</title>
</head>
<body>
CLIENTS
-
-
-
-
TEMPLATES
-
-
-
EXTERNAL SYSTEMS
- <a href=" target ="showframe">google</a><br>
LINKS
-
-
-
- <a href="Notes://__802567ED00380A38.nsf" target ="showframe">IS Technical Library</a>
</body>
</html>
<!-- Keep all menus within masterdiv-->
many thanks...
this is the customview file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title>Untitled Page</title>
</head>
<frameset cols="170,*">
<frame src="menu2.htm">
<frame src=" name="showframe">
</frameset>
</html>
and this is the menu2.htm file (i have only left a couple of links for example purposes):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title>Untitled Page</title>
</head>
<body>
CLIENTS
-
-
-
-
TEMPLATES
-
-
-
EXTERNAL SYSTEMS
- <a href=" target ="showframe">google</a><br>
LINKS
-
-
-
- <a href="Notes://__802567ED00380A38.nsf" target ="showframe">IS Technical Library</a>
</body>
</html>
<!-- Keep all menus within masterdiv-->
many thanks...