Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-02-2009, 04:10 PM   PM User | #1
terrigmc
New Coder

 
Join Date: Mar 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
terrigmc is an unknown quantity at this point
Question Frame Removal

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Villa La Estancia</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


</head>

<frameset rows="140,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="top.htm" name="topFrame" scrolling="NO"  height="65">
  <frameset rows="*" cols="96,*" framespacing="0" frameborder="NO" border="0">
    <frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
    <frameset rows="*,80" frameborder="NO" border="0" framespacing="0"> 
  <frame src="home.htm" name="mainFrame">
      <frame src="bottom.htm" name="bottomFrame" scrolling="NO">
    </frameset>
  </frameset>
</frameset>

</html>
I am trying to delete the bottom frame..... I cannot seem to remove it ... any help
terrigmc is offline   Reply With Quote
Old 04-02-2009, 04:20 PM   PM User | #2
nick1988
New Coder

 
Join Date: Mar 2009
Location: Milton Keynes, England
Posts: 54
Thanks: 4
Thanked 4 Times in 4 Posts
nick1988 is an unknown quantity at this point
Just a suggestion, steer away from using frames and layout your pages with css. You will find lots of information on how this is done by just googling "css layouts".
nick1988 is offline   Reply With Quote
Old 04-03-2009, 03:22 PM   PM User | #3
terrigmc
New Coder

 
Join Date: Mar 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
terrigmc is an unknown quantity at this point
Question

got it... but it is too late now so i do i get the bottom frame out without having to redo the whole thing... i found some on the internet with the frame viewer in dreamweaver but cant get it to work
terrigmc is offline   Reply With Quote
Old 04-03-2009, 03:58 PM   PM User | #4
TinyScript
Regular Coder

 
Join Date: Mar 2009
Location: Portland Oregon
Posts: 690
Thanks: 44
Thanked 63 Times in 62 Posts
TinyScript is on a distinguished road
remove the bottom one?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Villa La Estancia</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


</head>

<frameset rows="140,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="top.htm" name="topFrame" scrolling="NO"  height="65">
  <frameset rows="*" cols="96,*" framespacing="0" frameborder="NO" border="0">
    <frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
    <frameset rows="*" frameborder="NO" border="0" framespacing="0"> 
  <frame src="home.htm" name="mainFrame">
      
    </frameset>
  </frameset>
</frameset>

</html>
is this correct?
TinyScript is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:02 AM.


Advertisement
Log in to turn off these ads.