HTML - Frame Or Table Assistance For Web Template
Greetings,
I'm familiar with coding, but not a genius by any means. I've ran this by a few HTML guys and neither have had any luck. I am trying to come up with a template for a webpage. I would like the basic layout of: This page My goal is to have the frame layout the same with the following: Top Left frame - Logo Bottom Left frame - undecided, probably contact information Left frame - navigation links Bottom frame - content I'd like the top 3 frames to stay stationary (even when going to another internal link), and the bottom page able to scroll and change content when necessary. I'm able to see the layout fine in Firefox, but not IE 6.0 One of the HTML guys suggested using a table instead of frames to get the same effect. We were able to view it in IE, however could not get the top 3 cells to stay stationary while the bottom moved. Someone mentioned iframes, but I don't know anything about them or how to implement them. Could someone look at the 2 sets of code and see if the above mentioned idea is possible (and obviously how to make it work if so)? I don't care if its frames or table, as long as it works, hehe. Frame Code: Code: <html> <head> <title> The Page Name </title> <meta name="keyword" content="blah" /> <meta name="description" content="I hope this works" /> <meta name="robots" content="all" /> </head> <FRAMESET ROWS="75,*"> <NOFRAMES> <BODY BGCOLOR="#FFFFF0"><CENTER>Your browser does not suport frames. </CENTER> </NOFRAMES> <FRAMESET BORDERCOLOR="RED" COLS="200,*"> <FRAMESET ROWS="23,23"> <FRAME MARGINWIDTH="1" MARGINHEIGHT="1" NAME="logo" SRC="logo.htm" SCROLLING="no"> <FRAME MARGINWIDTH="1" MARGINHEIGHT="1" NAME="counter" SRC="counter.htm" SCROLLING="no"> </FRAMESET> <FRAME MARGINWIDTH="1" MARGINHEIGHT="1" NAME="menu" SRC="menu.htm" SCROLLING="no"> </FRAMESET> <FRAME FRAME MARGINWIDTH="35" MARGINHEIGHT="1" NAME="main" SRC="main.htm"> </FRAMESET> </body> </html> -------------------------------------- Table Code: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>table</title> <style ="text/css"> body{ margin: 0px; } </style> </head> <body> <table style="text-align: left; width: 100%; height: 100%;" border="1" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="width: 200px; height: 37px;">a</td> <td colspan="1" rowspan="2">a</td> </tr> <tr> <td style="height: 37px;">a</td> </tr> <tr> <td style="vertical-align: top;" colspan="2" rowspan="1">a</td> </tr> </tbody> </table> <br> </body> </html> I appreciate any and all feedback. Thanks. Similar TutorialsI have minimal experience using frames. I would like to design a site with a frame layout very similar to this site: http://watertowine.us/ (the contact page in particular) If you'll notice the scroll bar on the right appears only on half of the page and the top flash header of the page remains constant throughout all pages. It will probably use two pages........like index.htm and indexcontent.htm which is the page that will appear in the frame. However I'm not sure how to set up the size of this frame and also how to call up the page to appear in the frame. Could somebody shed some light on this? thanks in advance. Hello, could someone point me to where I can read about making a table work as a frame? I have 4 images, which are pages, I would like to have them displayed in a table below without refreshing the page when I click on them. Please see the attachment! The buttons are in flash, if that is helpful. Thanks! Thank goodness for a forum like this! A newbie is at work here and needs help. I am working on my wife's website and I am struggling. I am basically laying out a template in tables. I am sure this is not the best way to do it, but I really do not know of any other way. Here is my problem: I have an image on the top and then (2) columns below it. One column (on the right) is full of images) and the one on the left will be the editable region. But when the editable region gets too large is starts to move the images on the right (pushes them down). I am at a loss, I really want to fix that right column of images from ever moving and give wifey the opportunity to type to her hearts content and make the editable region a mile long if she wishes without moving the right column of images. Since I am bad at explaining stuff like this here is the link the site if you need to view the setup: http://www.magpiesong.com/ Any help anyone could give me would be awesome! I am using Dreamweaver 3 (Yeah, it is old). I did this with my site (tennis4you.com) and someone took my template and fixed the table on the left, so I think it can be done, I just do not know how they did it. Also, there is a horizontal line between the right column of images and the top banner image. I would like that line to go away, but I do not know if that is possible or not. I appreciate your time! Thank you, Scott Baker i want to open a frame by clicking on a cell,i can only do this when the ref is outside the table,can you help? Thanks everybody I'm fairly new to html, so if it's something obvious, give me a break. I have a background image with blank sections where I want to put stuff in to, and in one of the sections I want to put a frame or a table so I can have a list of links which you can scroll through, but I don't know how to put it anywhere I want on the page. Any help would be great, thanks. I have a table with the height attribute set to 100%. This is displayed within a frameset. The table has a thin border on the right, and I want this to be continuous for the full height of the frame when displayed, irrespective of the content. The problem is that the table doesn't fill the frame, so the border stops leaving a gap. How can I get the table to resize to fill the frame? does anyone know how to align a table to sit flush up against a frame border thx http://www.users.on.net/~bmccowan/ex.JPG Hello, I would like to add a table behind everything on this blogger template and add a background to it. I'm not so sure of how to do this. I'm new to blogger XML templates. Please excuse me, I'm a little rusty. It's a free template called WhiteMagic and it has CSS in it as well. I could not save this file other than XML. Looks like its way to big to be posted on here. Sorry for any inconvienence but is there any other way that I can show this code? Thanks in advance Hi Forum!! Okay I'm using an image map (well sliced image...I dont know if theres a difference) and I'm trying to get the imape map links to open up in either a table or a frame below. I didnt know if you can target images into a table...thats why I said or. Right now I have a table with a frame inside of it although I don't tihnk my frame code is right and the frame isnt really there. Here is a link to the outline of fanlisting ---I have ALOT of bugs to work out as you will see. www.geocities.com/diesel_girl35/index.html The actual links in my image map is working but Im not sure how to direct them to where I want them to go. And my table is too small... I wanted it to be the width of the image..which I think I can figure out. BTW if anyone has any suggestions on a better way to accomplish what I'm trying to accomplish please advise me =} And here is what my image map code looks like..if it will help. So should I target into a table or frame and how would I go about getting everything to work right? PLEASE AND THANK U <!-- Begin Table --> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="856" HEIGHT="447"> <TR> <TD ROWSPAN="1" COLSPAN="6" WIDTH="856" HEIGHT="407"> <IMG NAME="ino_menu30" SRC="ino_menu3_1x1.png" WIDTH="856" HEIGHT="407" BORDER="0"></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="75" HEIGHT="40"> <A HREF="http://www.geocities.com/diesel_girl35/ino_about.html" target="about"><IMG NAME="ino_menu31" SRC="ino_menu3_2x1.png" WIDTH="75" HEIGHT="40" BORDER="0" ALT="About Its Not Over"></A></TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="74" HEIGHT="40"> <A HREF="http://www.geocities.com/diesel_girl35/ino_rules.html"><IMG NAME="ino_menu32" SRC="ino_menu3_2x2.gif" WIDTH="74" HEIGHT="40" BORDER="0" ALT="Know The Rules"></A></TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="86" HEIGHT="40"> <A HREF="http://www.geocities.com/diesel_girl35/ino_codes.html"><IMG NAME="ino_menu33" SRC="ino_menu3_2x3.gif" WIDTH="86" HEIGHT="40" BORDER="0" ALT="Get Sum Codes"></A></TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="71" HEIGHT="40"> <A HREF="http://www.geocities.com/diesel_girl35/ino_join.html"><IMG NAME="ino_menu34" SRC="ino_menu3_2x4.gif" WIDTH="71" HEIGHT="40" BORDER="0" ALT="Become A Fan"></A></TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="79" HEIGHT="40"> <A HREF="http://www.geocities.com/diesel_girl35/ino_xtra.html"><IMG NAME="ino_menu35" SRC="ino_menu3_2x5.jpg" WIDTH="79" HEIGHT="40" BORDER="0" ALT="More Stuff"></A></TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="471" HEIGHT="40"> <IMG NAME="ino_menu36" SRC="ino_menu3_2x6.gif" WIDTH="471" HEIGHT="40" BORDER="0"></TD> </TR> </TABLE> <!-- End Table --> Hey. I have a frame and inside it there is a link. I want it to target an anchor called Code: <a name="anchor"></a> that is INSIDE it's own frame. I tried Code: <a href="#anchor"> but it tries to reload the entire page, and doesn't just "jump" to the anchor like it normally would. How do I do this? Thanks Hi there, I was wondering if anyone knows how to centre an image link in another frame (yes I know frames are bad but its an old website I am updating) i have <a href="picturelink" target="mainframe"> <img src="thumbnail" border="0"></a> I have tried everything from class="center" to editing the original frameset and the original page loaded into the window but I can't get the jpeg file to load up centred and so I was hoping someone might be able to help as I don't want to link all the pictures to seperate html documents with only a centred image in... Thanks for any help. Here is the code that I am using; Code: <table frame="vsides"> <td> Testing123 </td> </tr> </table> And here is the site with the result; http://radicalwriting.uphero.com/ For some reason it never works quite right, I don't think it's a syntax error. Only thing I could think of would be wrong doctype. Any thoughts? Hi! I am using Dreamweaver 8 to develope my site. I have broken the page in three pieces(frames) So that the top frame shows the title, the left frame is for links that I want to show as flash movies in the right frame. I have studied the help file and I have looked on the web and I can't find an explanation that I can understand on how to do this. I believe the clickable link should be an href but I don't know how to code it. Can someone explain this to me? Thanks in Advance! Paul first off has anyone bought something from a website called code canyon or activeden i bought something from them and the html code is not working would someone please help me out the html code is actually for an age verification and when u click it the age part isn t there please drop a line @ darelnew@juno.com and we can discuss more of it then thanks darrell l. I am redesigning my martial arts club website because theres is rubbish http://www.atomicblackbeltacademy.co.uk/ Here is what i have made so far http://server30.ipslink.com/~wwwhard.../template.html I have created the menu, the youtube video will be changed my my clubs own video. Thats only there to get a feel for where it will go. I will be moving the video and creating a nice looking area for it. My problem at the minute is I am unsure on what colour the header should be. The red colour of the background is dc3939 Any suggestions people? Matt Hi guys, I'd be grateful for any assistance. I have an affiliate hotel site When I look on Google analytics, around 10% of users at some point get to a page 404 called /ums_step1 I can't for the life of me work out where in the site there is a dead link which could create this. The only plausible theory is that some users can't get through to the checkout screen and get a 404 message. This is a known problem which I thought I had worked out. It seems fine on my computer. 2 questions: - Does anyone know what /ums_step1 might stand for? ie. is it a standard extension for something? - Is there anyone in U.S.A who might be able to just go to the site a click on a random hotel and click book to see if you get to the checkout screen (I'm not spamming for hits here, I don't get paid unless someone actaully goes all the way through the checkout) Any help would be greatly appreciated thanks On my employer's site, I am trying to create certain mouseover events for the navigation bar. My goal to to either create alternate colored text on mouseover (which it currently does) and return to normal text (either link color or vlink color, which it doesn't), or change the text background color on mouseover, and back on mouseout (with appropriate colors, link/vlink). The code is as follows: <table width="740" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td width="100%" height="7" align="center" valign="top" colspan="1"> <font color="#707BA8" face="Trebuchet MS" size="5"> <a href="index.htm" style="text-decoration: none"><font onmouseover="color='#4682B4'" onmouseout="color='normal'">Home</font></a> <a href="about.htm" style="text-decoration: none"><font onmouseover="color='#4682B4'" onmouseout="color='normal'">About Us</font></a> <a href="contact.htm" style="text-decoration: none"><font onmouseover="color='#4682B4'" onmouseout="color='normal'">Contact Us</font></a> <a href="links.htm" style="text-decoration: none"><font onmouseover="color='#4682B4'" onmouseout="color='normal'">Links</font></a> <a href="questions1.htm" style="text-decoration: none"><font onmouseover="color='#4682B4'" onmouseout="color='normal'">Q&A</font></a> </td> </tr> </table> With the body defined as follows: <body bgcolor=#FFFFFF background="images/bg1.jpg" link="0000FF" vlink="#4B0082" alink="#57E964"> Any assistance is appreciated, thanks. I made a change to this page - don't remember what I did but in the left hand column there is a green box titled M.J. Rose Books. The box moved to the bottom of the person's list of books and I want it at the top of the list. How can I get it back up there? Thanks. http://www.bestsellersworld.com/revi...nationist2.htm I'm still experimenting - trying to set up a format for a newsletter. Please look at this page: http://www.bestsellersworld.com/test3.htm I had the yellow column on the left up under the blue logo which is where I want it but as soon as I start adding things in the center my column starts moving down. How can I move the info in the middle so it doesn't affect the columns on the left. Also I noticed the writing in the center keeps "centering" and I don't want it to do that. Thanks. |