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!

Everlasting page.


Thade-]DF-

New Member
Messages
4
Likes
0
When I make pages in photoshop I can only make them in a specific height with an Iframe. What im trying to do is make it so I can just keep adding text or whatever and the height increases.

This is my site : www.f-usion.net

This is what I mean : http://www.iamvica.com/home.html

I want it so it will just continue. I know im not being very clear but its hard to exsplain.
 
On your first link example they have several iframes with scrolling="no" as the tag tabled together to give the look of continuing pages with no scroll bars.

On the second example they are using php and they have the table height set to 1000 which will extend all info in the page. If you are not using php then I would suggest giving the scrolling="no" tag and table your entries with no height specified in the table.

In other words instead of coding this into your page:
<iframe src="news.html" width="307" height="519" frameborder="0" allowTransparency="true" name="main"></iframe>

make the info on the news.html into sep. iframes with no scrolling within each table.
 

Back
Top