| krb100 2004-09-28, 12:17 pm |
| I have been given the responsibiliyt to do certain design adjustments to a
website. This site was made with PHP and in frontpage?+
I use dw mx 2004 and have no idea about .php or frontpage. Here is the thing.
There is some text on the first (layoutFram.php) page that I want to remove but
it is no where to be found in all the files on the site??
I cannot show you the site yet as it is restricted acces. But beneath I have
pasted the code (don't know if that helps).
Does anyone know how I can adjust/remove text from the "layoutFram.php" page??
Here is the HTML code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<script language=" JavaScript">
<!--Break out of frames
if (top.frames.length!=0)
top.location=self.document.location;
//-->
</script>
<script language="JavaScript">
<!--
function init()
{
document.forms[0].elements[0].focus();
}
-->
</script>
<title>[Alta-Med : www.alta-med.com // User:Guest]</title>
<frameset rows="102,*,20" border="0" frameborder="0" bordercolor="#FFFFFF">
<frame name="toplayout" src="toplayout.php" marginwidth="0" marginheight="0"
scrolling="no">
<frameset cols="122,1,545,3,*" border="0" frameborder="0"
bordercolor="#FFFFFF" NORESIZE>
<frame name="left" src="homeMenu.php" marginwidth="0" marginheight="0"
NORESIZE scrolling="auto">
<frame name="vli" src="VertImage.php" marginwidth="0" marginheight="0"
NORESIZE scrolling="no">
<frame name="workspace" src="main.php?menuAction=htmlALTAHome.show"
marginwidth="0" marginheight="0" scrolling="auto" NORESIZE>
<frame name="vri" src="RtVertImage.php" marginwidth="0" marginheight="0"
NORESIZE scrolling="no">
<frame name="right" src="rightlayout.php" marginwidth="0" marginheight="0"
NORESIZE scrolling="auto">
</frameset>
</frame>
<frame name="bottomlayout" src="bottomlayout.php" marginwidth="0"
marginheight="0" scrolling="no">
</frame>
</frameset>
</head>
<body onLoad='init()'>
</body>
</html>
|