Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 11-11-2005, 07:28 PM Frameset Help...
Junior Talker

Posts: 3
Trades: 0
just learning html and I'm curious about frames. is this layout or frameset possible? if it is can someone help with the code. if not what would you recommend to get something close to this layout.

thanks
Attached Images
File Type: jpg SAMPLE.jpg (6.3 KB, 3 views)
jugonza21 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-11-2005, 07:42 PM
angele803's Avatar
Perfectly Imperfect

Posts: 1,772
Name: Stephanie
Location: Oklahoma
Trades: 2
This would be easy to do with CSS. Is there any specific reason you want to use frames?
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 11-12-2005, 12:08 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
Code:
<html>

<frameset rows="25%,50%,25%">

<frame src="frame_a.htm">

<frameset cols="25%,50%, 25%">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
<frame src="frame_b.htm">

</frameset>
<frame src="frame_e.htm">
</frameset>

</html>
here you go


also if u need any help or understanding the codes, be sure to take a look at w3schools.com

simple and easy to understand

and Good luck
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 11-12-2005, 07:39 AM
Junior Talker

Posts: 3
Trades: 0
I have not started diving into CSS yet but I didn't know this could be done with CSS. Can you give me some websites that are set up this way with CSS or a site with a tutorial to learn this. Thanks.

Thanks a lot Praveen.
jugonza21 is offline
Reply With Quote
View Public Profile
 
Old 11-12-2005, 07:44 AM
Junior Talker

Posts: 3
Trades: 0
By the way, I have a lot of info I want to put on the site and I thought frames would be the simplest or best way to display it. Having multiple pages come up seems like a good idea. Having multiple navigation tools/bars is a must with the site I'm working on. If there's a better and easier way, please help or point me in the right direction.

Thanks
jugonza21 is offline
Reply With Quote
View Public Profile
 
Old 11-12-2005, 08:43 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
take it slowly..
there is no hurry..

once u learn things, then you will understand it.

no need to rush

main thing is you have to be comfortable with it. so go with what you understand and know and then there is always time to change


i would suggest
www.w3schools.com

they have the easiest and simple tutorials on everything
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 11-12-2005, 06:40 PM
angele803's Avatar
Perfectly Imperfect

Posts: 1,772
Name: Stephanie
Location: Oklahoma
Trades: 2
If you get comfortable with HTML and feel like diving into CSS sometime, a good place to learn (in addition to w3schools.com) is http://www.ssi-developer.net/main/templates/3col.shtml
I learn best by example and these templates really helped me understand how to lay things out. They also have some tutorials here.
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 11-14-2005, 10:32 AM
madkad's Avatar
madkad-hosting.com

Posts: 310
Location: UK
Trades: 0
i have never used frames i can do them but i have been told that they dont always work the same in all browsers and some old ones they just dont work

i would probly use table for that layout like this code

Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td colspan="3">top</td></tr>
<tr><td>left</td><td>center</td><td>right</td></tr>
<tr><td colspan="3">bottom</td></tr>
</table>
then you could use a php file base for the hole website and use one layout for the hole site and use seprate file and include them with php like this

PHP Code:
<?php include('filename.php'); ?>
so you can include say the header in each page and the footer in each page buy using that code then on other pages just use a diffrent center section with that code it does make alot of files but when you want to alter say the header of the hole site you can do it from the header file and that would alter every page on the site

well that what i do hope that info is of some use if not just scroll past this post and pertend its not here LOL
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Great Hosting For You
madkad is offline
Reply With Quote
View Public Profile Visit madkad's homepage!
 
Old 11-14-2005, 05:47 PM
kline11's Avatar
SearchBliss Web Tools

Posts: 1,788
Name: John
Location: USA
Trades: 0
I would avoid frames altogether for better SEO.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Frameset Help...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 2.69667 seconds with 13 queries