elenifaerie
02-09-2003, 11:27 PM
Help!!! I'm trying to get the Iframe in the picture frame on this (http://www.candie-land.net/aimee/popup.html) page. Can anyone help me??
|
View Full Version : Help with layout!!!! Please help!!! elenifaerie 02-09-2003, 11:27 PM Help!!! I'm trying to get the Iframe in the picture frame on this (http://www.candie-land.net/aimee/popup.html) page. Can anyone help me?? Andyman 02-11-2003, 01:56 AM hmm...well you can make the picture behind the iframe into a table, and then the iframe will fit comfortably into it here's the basic coding: <table> <tr> <td background="yourimage(the one that says crystal ice).gif" width="whatevernumber" height="whatevernumber" border="0"> <iframe src="whatever.html" name="nameoframe" width="your width" height="your height" style="border: 5 solid #ff33cc"></iframe> </td> </tr> </table> Hope that helps! elenifaerie 02-11-2003, 11:32 PM It STILL won't work! cut2deep 02-12-2003, 01:56 PM You could use absolute positioning style="position:absolute; top:.10px ; left:10px " <= just add that to your iframe code and change the amount of pixels from the to and from the left to fit your image. elenifaerie 02-12-2003, 11:53 PM I need help with this (http://www.candie-land.net/aimee/popup.html) page. I need to get the frame IN the picture. I know I posted this before but I couldn't post a reply on the first one I made. PLEASE help!!!!! |