dragonstar
07-25-2003, 06:47 PM
I've made a layout and I want to convert it into a i-frame layout. I use PSP7, and I've sliced the images, but I have no idea how to convert the graphics into html (ie. line up images). Is there something in PSP that automatically generates the HTML? Or do I need another program?
Nephilim
07-26-2003, 03:04 PM
well, i just recently made an iframe layout with a PSP 7 made backround. even though i didn't splice my image, i suggest div layers:
Example
<div style="position:absolute;left:135;top:65;">
img src="ffangelssplash.gif" border="0" width="400" height="200">
the numbers where it says left and top determines the position of the image, and the width and height is the size of the image in pixels. oh, and the img src code is the image file. change whats in bold. this is mostly trial and error.
dragonstar
07-26-2003, 05:24 PM
I've tried that, but it takes too long, esp if you have a more complicated design.
CryptalClear
07-26-2003, 09:55 PM
Hmmmmm, you could always make a table with as many rows and cells as you need, and have no padding or whatever. Just put the image part in the corresponding cell, and voila! You'll put em there...then just put iframes or divs where you need them in the cells...good luck!
gonron
07-28-2003, 04:20 AM
well I have done it a few times, can't post a link here to show because that's advertising.
but basically just save for web, and then in the space you want the frame, delete the <img src="images/image.jpg> with your iframe code and remember to use the dimensions for the image as the dimensions for the iframe or you could mess up the layout (all depends on how you have it layed out