Webpage Templates

Post Reply
dennae

Webpage Templates

Post by dennae »

Does anyone know if there is a place to download webpage templates for PI 10? Barring that, is there a place to look at websites created using PI 10?

Thank you
Dennae
heinz-oz

Post by heinz-oz »

You might find a lot of interesting reading, information, tutorials and even a PI beginners workshop here: http://www.pircnet.com/
dennae

I-frames in PI

Post by dennae »

Thank you for your response.

I have been to this site and have found lots of useful information which I have used succesfully. I have not found anything on I-frames but will keep checking back to see if anything is posted.

Thank you again
Dennae
heinz-oz

Post by heinz-oz »

don't actually know what you mean with I-frames?
The only I-frames I know off are the ones in mpeg video compression, nothing to do with web design.
Bill345

Post by Bill345 »

Here is some HTML code that uses I-frame.

Code: Select all

<table width=627 border=1><tr><td>
 <iframe name=float1 src="2nd_page.html" width=627 height=300>
</iframe>
</td></tr></table>
This code would be placed in the BODY section of a HTML page. It would cause the "2nd_page.html" page to be displayed within a 627x300 window.
2nd_page.html could be code that would display a movie, or whatever.

Not sure if this is what you're after, but I thought I'd toss it in just in case it's the HTML iframes you're interested in.

Bill
2log

re: Webpage Templates

Post by 2log »

PhotoImpact only provides simple image based web authoring tools. You probably won't find any tutorails on I-Frames for PhotoImpact because the software is not exclusively a web authoring tool actually.
Post Reply