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
Webpage Templates
-
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
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
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
-
Bill345
Here is some HTML code that uses I-frame.
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
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>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
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.
