HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
need framing assistance
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
jason102178



Joined: 15 May 2008
Posts: 40
Location: Ohio

PostPosted: Thu May 15, 2008 3:13 am     need framing assistance Reply with quote

hey i have a website and i have a flash intro in the beginning and then it goes right into my website but yesterday i was messing around and deleted the index2.html so my webpage will not work my friend helped me set up the inital part of it and he did it all in framing so i have a top and a left and a main html thoes are all fine but i need to get the coding right to put it back together its prolly not that hard for someone who knoes what there doing but i am having a hard time and there is also somthing called a style.css i dont know if i have to insert a code saying style.css or not but if someone who knows alot of html and has a little time to help me i would really apprciate it u can you may contact me via email if u wish or contact me via aim or yahoo messenger
jason102178



Joined: 15 May 2008
Posts: 40
Location: Ohio

PostPosted: Thu May 15, 2008 3:20 am     right now the site looks like Reply with quote

right now the site looks like if i click on main it takes up the whole pahe if i click on left html it takes up the whole page as well i need to figure out how to acually put them together so it will look like a website again
sticks464



Joined: 31 Dec 2006
Posts: 1171

PostPosted: Thu May 15, 2008 3:54 am     Reply with quote

Can you post a link to the site? Will need to know the name of the frames that he used so a master frame page does not break the entire site. Or post the code for the pages you have.
jason102178



Joined: 15 May 2008
Posts: 40
Location: Ohio

PostPosted: Thu May 15, 2008 4:31 am     heres the link Reply with quote

the acual link to my site is http://home.insightbb.com/~jayboi25/ but i also bought a domain so i use domain forwarding as well and the name of that is www.jaysonberger.com i think its kind of difficult because im using a web service that my internet provider host and were allowed 10 mb per email address and there all linked together but all the other stuff seams to work its just i cant get the main page working again when you first enter my site it will go into a flash introduction then you can click on skip and all i get right now is a blank white page the frame names are top.html ..... main.html......left.html i dont also i dont have like #fffff or somthing like that for the backkground i have a png background for color i didnt know if that was inportant to know or not and i also have somthing called a style.css not sure what that does tho
jason102178



Joined: 15 May 2008
Posts: 40
Location: Ohio

PostPosted: Thu May 15, 2008 4:37 am     heres more Reply with quote

and i also have somthing called underbody.css but anyways this is is my index.html file that is just for my flash intro

<link rel="shortcut icon" href="favicon.ico" >
<html>
<head>
<style type="text/css">
* {height:100%}
</style>
<title>Jasons Hompage © 2003-2007 </title><meta name="DESCRIPTION" content="Welcome" to my homepage><meta name="KEYWORDS" content="gay,chat,homosexual,music,romance,music,love"><meta name="ROBOTS" content="INDEX,FOLLOW"><meta name="RESOURCE-TYPE" content="document"><meta http-equiv="expires" content="0"><meta name="AUTHOR" content="Jasons" ><meta name="COPYRIGHT" content="Copyright" (c) Jasons ><meta name="REVISIT-AFTER" content="1" days><meta name="DISTRIBUTION" content="Global"><meta name="GENERATOR" content="Jasons" ><meta name="RATING" content="General"></head><body topmargin="0" leftmargin="0" rightmargin="0" bgcolor="#cce5ff"><p align="center"><table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr><td valign="center" align="middle"><p align="center"><!-- Begin Flash Code -->
<object
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
height="100%" width="100%"
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><param name="_cx" value="28310"><param name="_cy" value="15901"><param name="FlashVars" value=""><param name="Movie" value="intro.swf"><param name="Src" value="intro.swf"><param name="WMode" value="Window"><param name="Play" value="-1"><param name="Loop" value="-1"><param name="Quality" value="High"><param name="SAlign" value=""><param name="Menu" value="-1"><param name="Base" value=""><param name="AllowScriptAccess" value=""><param name="Scale" value="ShowAll"><param name="DeviceFont" value="0"><param name="EmbedMovie" value="0"><param name="BGColor" value="CCE5FF"><param name="SWRemote" value=""><param name="MovieData" value=""><param name="SeamlessTabbing" value="1"><param name="Profile" value="0"><param name="ProfileAddress" value=""><param name="ProfilePort" value="0"><param name="AllowNetworking" value="all"><param name="AllowFullScreen" value="false"><embed src="intro.swf" quality="high" menu="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" bgcolor="#CCE5FF"></embed>
</object></p></td></tr></table><!-- End Flash Code --></p></body></html>



right now what i did have in my index2.html to make the frams work and was the main part of my website i dont have any of the html its gone so i have to start with a clean slate it might not be as hard for someome who has more knowlege or how to make it work.... and if its easier to take a look at what i have by logging into it to see all the files and what not you certainly can if u want
sticks464



Joined: 31 Dec 2006
Posts: 1171

PostPosted: Thu May 15, 2008 2:30 pm     Reply with quote

This is what your code looks like on the home page

Code:
</head><frameset cols="100%" rows="70,*" border="0" frameborder="0" framespacing="0"><frame name="top" src="top.html" marginwidth="0" marginheight="0" scrolling="NO"frameborder="no" noresize> <frameset cols="159,*" border="0" frameborder="0" framespacing="0"><frame name="left" src="left.html" marginwidth="0" marginheight="0" scrolling="auto"frameborder="no" noresize><frame name="main" src="main.html" marginwidth="0" marginheight="0" scrolling="auto"frameborder="no" noresize> </frameset></frameset> </head></html>


This is what it should look like

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<frameset cols="100%" rows="70,*" border="0" frameborder="0" framespacing="0">
<frame name="top" src="top.html" marginwidth="0" marginheight="0" scrolling="NO"frameborder="no" noresize>
<frameset cols="159,*" border="0" frameborder="0" framespacing="0">
<frame name="left" src="left.html" marginwidth="0" marginheight="0" scrolling="auto"frameborder="no" noresize>
<frame name="main" src="main.html" marginwidth="0" marginheight="0" scrolling="auto"frameborder="no" noresize>
</frameset>
</frameset>
<noframes>
<body>noframe stuff
</body>
</noframes>
</html>


The coding for the rest of the pages is terrible. HTML is mixed with xhtml, there are no doctypes and the head opening and closing tags are included multiple times throughout the code. To much javascript for my liking and it's doing what css should be doing.

But nevertheless, if you use the coding for the home (index2.html) page it should get you up and running again. I did not get a blank white page when I went from the intro to the main page.
jason102178



Joined: 15 May 2008
Posts: 40
Location: Ohio

PostPosted: Thu May 15, 2008 2:36 pm     thanks Reply with quote

thanks for the info and helping me out so do u think alot of my html should be re done and spiced up a little... and is that a bad thing to have html and xhtml mixed together i dont really know the difference so what part is terrible the index.html or the index2.html
sticks464



Joined: 31 Dec 2006
Posts: 1171

PostPosted: Thu May 15, 2008 3:08 pm     Reply with quote

html and xhtml are not really that different. Just the way their used. html tags are not required to be closed, xhtml is. html is not case sensitive, xhtml is. I didn't look at the code of the index1 page but all the others, index2,top, side and main. They're all bad. Lots of flashy stuff that takes the eye away from the main content. I would definitely redo all the pages.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial