TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Page with frames

Page: 1 Reply
Dec 20th 2001#24243 Report
Member since: Jun 27th 2001
Posts: 94
OK, I've been working on web pages for years now but I guess I was always afraid to face my fears. I've never been able to make a site with frames, now I have to make one and I have no clue how to. I use dreamweaver 4.0 and I can make the frames but I can't get it to work right. I need to have a constant navigation frame of the top of side but I mess things up some how with frame sets. Could someone do a simple walk through of how to set it up? I would be extrememly greatful.

-NIX-
Reply with Quote Reply
Dec 20th 2001#24250 Report
Member since: May 23rd 2001
Posts: 624
Nothing on hand at the moment, but try searching google for:
web page 'frame tutorials"

(note quotes) might find some good resources.

That or post some of your current pages so people can tell you the problems/how to fix it.
Reply with Quote Reply
Dec 21st 2001#24289 Report
Member since: Apr 19th 2001
Posts: 36
what's your matter ?
Post your code here .
Reply with Quote Reply
Dec 21st 2001#24304 Report
Member since: Mar 27th 2001
Posts: 2237
elestorm is ALL OVER these code problems tonight....

Go elestorm! Go!
Reply with Quote Reply
Dec 21st 2001#24306 Report
Member since: Apr 19th 2001
Posts: 36
hehe ..

sorry for my poor english.
Reply with Quote Reply
Dec 21st 2001#24311 Report
Member since: Mar 27th 2001
Posts: 2237
since you are from China, I think you are doing well.
Reply with Quote Reply
Dec 21st 2001#24313 Report
Member since: Mar 18th 2001
Posts: 1452
Just watch the dates on some of the posts you're replying to.

I've seen you float a few to the top that went as far back as August. :D
Reply with Quote Reply
Dec 21st 2001#24316 Report
Member since: Apr 19th 2001
Posts: 36
hehe ..

lots of chinese's english are better than me .

i am a beginer.

i come here to feeling the real english .not chinese english.

i think that if a topic has been replyed more than 3 times ,the problem must has been solved .so i only click the link which has not be write back.


btw .china has a big change since 1980's.
Reply with Quote Reply
Dec 21st 2001#24347 Report
Member since: Sep 14th 2001
Posts: 409
Originally posted by elestorm
hehe ..

sorry for my poor english.


At least your english is much better, then our chinese !

Bout the-using-frames-problem. Don't use programs such as Frontpage, Dreamweaver .... they are bad, you don't learn anything and they cost a lot of money. Better search a nice complete HTML tutorial and use notepad, or some syntax highlighter such as deker's arach-spider-program (can't recall the exact name).
Reply with Quote Reply
Dec 21st 2001#24348 Report
Member since: Sep 14th 2001
Posts: 409
Hmmm I'm in a good mood today (probably cuz I have 3 more hours to go here at the company, before my 3 week xmas vacation starts) ... I'll paste an example:

[QUOTE]
[html]
[head]
[title]frames example[/title]
[/head]
[frameset cols="50%, 50%"]
[noframes]
To be viewed properly, this page requires frames.
[/noframes]
[frameset rows="33%, 33%, *"]
[frame src="html_frames_red.html"]
[frame src="html_frames_orange.html"]
[frame src="html_frames_yellow.html"]
[/frameset]
[frameset rows="50%, 50%"]
[frame src="html_frames_green.html"]
[frame src="html_frames_blue.html"]
[/frameset]
[/frameset]
[/html]

* replace a [ by < and ] by >
[/QUOTE]

Output <- click me

for further instructions go to Devguru ... to all you other guys btw ... this link should go to your bookmarks as this is one of the best reference sites I have ever seen.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum