Help - Search - Members - Calendar
Full Version: Help Me With Making A Frame
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
spmracing
This is my template, im not sure, im trying to make the main grey part a frame, but i dont know how... if you know please message me at ShaughnMcCormick On AIM. THanks.

spmracing
Any clues how??
Ed
You'll want to slice it first. Then if you're using tables you'll need to use an 'iframe'. You shouldn't rely on frames though, it's much better to use a server side language for dynamic links... but as you must just be starting out, a simple iframe:

CODE
<iframe name="content"></iframe>


You would target the links to 'content':

CODE
<a href="mypage.html" target="content">My page</a>
spmracing
QUOTE(Bread @ Oct 24 2007, 01:30 AM) *
You'll want to slice it first. Then if you're using tables you'll need to use an 'iframe'. You shouldn't rely on frames though, it's much better to use a server side language for dynamic links... but as you must just be starting out, a simple iframe:

CODE
<iframe name="content"></iframe>


You would target the links to 'content':

CODE
<a href="mypage.html" target="content">My page</a>


I honeltly dont know anything about HTML having to do with frames, can you give me a step by step and were to find all tools. I need it to be like when i click on Home, The grey part only changes to the "home.html" or when i click on sponsors, for the Grey ONLY to change to "sponsors.html"
EMOruffino
QUOTE(spmracing @ Oct 23 2007, 08:36 PM) *
I honeltly dont know anything about HTML having to do with frames, can you give me a step by step and were to find all tools. I need it to be like when i click on Home, The grey part only changes to the "home.html" or when i click on sponsors, for the Grey ONLY to change to "sponsors.html"


alright let me know two things....

is the page coded? or is it a solid BG image?

what exactly do you want to put in the center?

i dont have AIM anymore so PM me if you want... wink.gif
spmracing
It is just an image, i need to know what i need to do from the solid .jpg to get it to html and what not. i know how to do hotspots for the links, i just dont know how to set up the frame for the grey area.
EMOruffino
PM SENT
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.