GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 25-Nov-2003, 06:34
ezekiel ezekiel is offline
New Member
 
Join Date: Nov 2003
Posts: 6
ezekiel is an unknown quantity at this point

frame help


hi,
just joined this forum as i feel i may need a lot of help
ive currently just started learning html and run into a small problem with frames....
creating the frames even complex ones i understand however when i upload the site to my server the frames display yet there pages cannot be found ive tried entering there full url yet nothing seems to work where am i going wrong?
  #2  
Old 25-Nov-2003, 18:53
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Hello ezekiel,

If you have the html 'code' please post it in your reply. Otherwise you will find very few people interested to help, since they have nothing to go by...
  #3  
Old 26-Nov-2003, 05:10
ezekiel ezekiel is offline
New Member
 
Join Date: Nov 2003
Posts: 6
ezekiel is an unknown quantity at this point

oops


Code:
<FRAMESET ROWS="17%,*,17%,"> <FRAME SRC="top.HTML" SCROLLING=NO NORESIZE ></a> <FRAME SRC="main.HTML" SCROLLING=NO NORESIZE> <FRAME SRC="bottom.HTML"> </FRAMEST>
have also tried it like
Code:
[FRAME SRC="http://www.ezekiel.plus.com/top.html"]
  #4  
Old 26-Nov-2003, 05:47
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,095
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
HTML Code:
<FRAMESET ROWS="17%,*,17%,"> <FRAME SRC="top.HTML" SCROLLING=NO NORESIZE ></a> <FRAME SRC="main.HTML" SCROLLING=NO NORESIZE> <FRAME SRC="bottom.HTML"> </FRAMEST>

Check </frameset> on the bottom its misspelled make sure I not on the site. Try making this change and let us know if it works.

HTML Code:
<frameset rows="17,*,17" frameborder="NO" border="0" framespacing="0"> <frame src="top.html" name="top" scrolling="NO" noresize > <frame src="main.html" name="main"> <frame src="bottom.html" name="bottom" scrolling="NO" noresize> </frameset>

Try this also make sure that all of the other html pages end in HTML
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #5  
Old 26-Nov-2003, 07:25
ezekiel ezekiel is offline
New Member
 
Join Date: Nov 2003
Posts: 6
ezekiel is an unknown quantity at this point

woohoo


First of all thanx this forum is very helpfull
second it worked the "name=" fixed it i think ,however the images are missing but thats another problem at least now i (or u rather) got the pages to load within the frames

oh also the top and bottom frames appear to be wrong widths -but at least theyre there...

oh and is he looking at a picture of himself?
  #6  
Old 26-Nov-2003, 08:50
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,095
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
I'll be happy to help with the images as well. And to change the size of the top and bottom just change the

HTML Code:
<FRAMESET ROWS="17%,*,17%,">

change the percent and you will change the size of the textarea.
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #7  
Old 26-Nov-2003, 20:21
ezekiel ezekiel is offline
New Member
 
Join Date: Nov 2003
Posts: 6
ezekiel is an unknown quantity at this point

:)


thnx you were right again i missed the %

Code:
<IMG SRC="us.gif" ALIGN=RIGHT width="358" height="219">
theres a line to a image that wont display if its any help?

thnx again
  #8  
Old 26-Nov-2003, 23:48
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,095
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
You have this
HTML Code:
<IMG SRC="us.gif" ALIGN=RIGHT width="358" height="219">

try this

HTML Code:
<IMG SRC="us.gif" ALIGN="RIGHT" width="358" height="219">
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #9  
Old 27-Nov-2003, 05:24
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
It depends on where you have saved the image files... are they inside the same folder as this web page?
  #10  
Old 27-Nov-2003, 06:29
ezekiel ezekiel is offline
New Member
 
Join Date: Nov 2003
Posts: 6
ezekiel is an unknown quantity at this point

:)


damn ure good - lol
can u explain the importance or when u need to use "" didnt think this would of caused the images not to load .
thnx very much
 
 

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Files in C raymc C Programming Language 1 24-Sep-2003 04:07
Side bar frame? Plz help! Coatesy Web Design Forum 3 06-Sep-2003 12:59
Frame Question pcxgamer Web Design Forum 2 28-Apr-2003 07:31

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 13:31.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.