PDA

View Full Version : html help!!


Betty
12-31-01, 02:04 AM
I'm trying to implement my new design....when I upload my new design as the main page, I get it in frames
how do I need to code my index page?

my source is open for anybody to look at...
www.compu-geeks.com

Can I just delete the < frameset rows="50,*" frameborder="NO" border="0" framespacing="0">
< frame scrolling="no" src="top.htm" >
<frameset cols="20%,80%" >
<frame src="menu.htm" >
<frame name="main" src="main.html" >
</frameset >
</frameset >
<noframes >

Help!!

SpeeDj
12-31-01, 03:33 AM
I'd love to help but what exactly are you trying to do ? I am having a blonde moment here, it's in frames like it has been any other time I have looked at your site. What are you trying to make it do? Let me know and I will do my best to help you out.

J

XWRed1
12-31-01, 04:08 AM
If you want the contents of your main.html to be displayed rather than have a framepage with the contents of main.html and the navbar, then just copy main.html to index.html.

Betty
12-31-01, 11:21 AM
Thanks...sorry, I wasn't very clear...I am trying to implement my new design, which is not frames, it's tables....I had a blonde moment and renamed it incorrectly...thanks for your answers guys :)

XWRed1
12-31-01, 01:09 PM
Well then, there's no magic way to convert from frames to tables. You're gonna have to delete the frames html code, write some table code, then copy the contents of top.htm and main.html into the right places in the table code.