What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Scrollbar


Stalemate

New Member
Messages
4
Likes
0
I am attempting to make a website using Photoshop 6 and ImageReady 3.0, but I have come to a little problem. I want to be able to move the text on the page and not move any thing else. I don't know if I need a frame, hopefully Photoshop or ImageReady has a scrollbar...........Any help in this area would be greatly appreciated

thanks

Stalemate
 
I'd suggest using an iFrame.

PS and IR have nothing to do with this. They aren't that html capable.

Do you have an html editor to code with? If so, it should have an insert function for an iFrame. If not, i can post the code for it.
 
Yea Mark's suggestion is right, inline frames work great for this type of site. The other thing that you can do is make a backgrouynd image in Photoshop, and the make it static on your page, so tht your text will scroll over the background. If you need help with either one just ask.
 
I actually don't have a html editor, and if i did i really would know how to use it. and steps, or help that anyone wants to give it woul really help me. The thing with iframes is i don't know how to make them. Up to right now ive only used the code that imageready makes. ALso i would know how to make the picture static on the back ground....hopefully im not biting off more than i can chew...

mark
 
You may have bitten off more than you can chew, but so what. Get in there and get your hands dirty. That's the only way to learn.

First off do this... create a html file with the text in it you want to use.

Second... here's the code for the iFrame:

<iframe src="myPage.html" width=450 height=250 marginheight=0 marginwidth=0 frameborder=0 align=left></iframe>

Change the size and alignment to suit your needs.
Put this code where the text currently is in your page. Replace your text with the iFrame code.

Any questions just ask.
 
i know ive been asking alot from all of you, but how would i merge the imageready site and still be able to put the iframe over it. That way i can still use my rollovers and and have the Iframe working.i am able to call up teh text i want in teh frame awell and fine, i just need the frame to be in a certain location on the page

Stalemate
 
Stalemate said:
i just need the frame to be in a certain location on the page
Excalty... then what you should do is open the page to view the code, and find the place where you want the text to be. At that point, simply copy'n'paste the iFrame code to that spot in your page's code.

Very straight forward. :B
 

Back
Top