frames and presentation

J

John Curley

Hi, All:

I have 2 html pages that I am placing in a frameset. One is using a style.

Here's the frameset:

<frameset rows="132,*" cols="*" framespacing="0" frameborder="NO"
border="0">
<frame id="header_frame" src="header.html" name="topFrame" scrolling="NO"
noresize >

<frame src="login.html" name="mainFrame">

</frameset>

My problem is that header.html is losing its special style when it's placed
in the frameset. Does anyone know how to fix this?

Here's header.html:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#vaHeader {
background-color: #2B2A56;
font-size: 16px;
font-style: normal;
color: #FFFFFF;
font: Verdana;
font-weight: bold;
}
-->
</style>
</head>

<body>
<div id="vaHeader">
<table width="100%" border="0">
<tr>
<td width="98"><img src="images/VA-logo.JPG" alt="VA Logo" width="98"
height="96"></td>
<td width="*" align="left" valign="top">Pharmacy ReEngineering<br>
<font size="-1" face="Verdana, Arial, Helvetica,
sans-serif"><i>Veterans Affairs</i></font></td>
</tr>
</table>
</div>
</body>
</html>

Thanks,

John
 
S

Steve Pugh

John Curley said:
I have 2 html pages that I am placing in a frameset.

Oh dear.
One is using a style.

Here's the frameset:

<frameset rows="132,*" cols="*" framespacing="0" frameborder="NO"
border="0">
<frame id="header_frame" src="header.html" name="topFrame" scrolling="NO"
noresize >

<frame src="login.html" name="mainFrame">

</frameset>

Presumably the real version has a suitable said:
My problem is that header.html is losing its special style when it's placed
in the frameset. Does anyone know how to fix this?

Appears identical here when viewed inside or outside of the frameset.
What's the URL of your version?
font-size: 16px;
Naughty.

font: Verdana;
Naughty.

<font size="-1" face="Verdana, Arial, Helvetica,
sans-serif"><i>Veterans Affairs</i></font></td>

Why buy a dog and bark yourself?

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top