PDA

View Full Version : show the frame in the center?



Dark-Knight
03-10-2003, 07:16 PM
Heya`s

I am making a webpage completly in photoshop (with some minor adjustments in the html code later)

but now I got a problem.

I want to make 2 diffrent slices , the frame, and the active page.

Now, I`ve got the frame done, cleared abit out of it to input the active page.

but since it changes, how do I let the active page change, but not the frame ?

Hope you know what I mean :)

Dark-Knight
:roll

mechman991
03-11-2003, 03:29 AM
Hm .. I think I know what you mean. On your page that loads all the frames, make sure to name each frame.

Ie:, your main frame would be:
<.... name="main" ....> so on and so forth. Lets say your content is another frame:
<... name="content" ....> etc.

When you want to specify a link to a specific frame, use the following type:
<a href="yadayada.html" target="content">Here</a>

This would load the page &#039;yadayada.html&#039; into the frame you specified as "content".

Hope that helps!

([]>- Mechman -<[])

Dark-Knight
03-11-2003, 05:25 AM
Cheers mate!

I`m sure i`ll get it fixed with this info:):D


Dark-Knight
:roll