x_ShesLovely
09-02-2005, 08:06 PM
Hey guys, I'm new here && would love some help, if possible. Here is my problem: I made a nice layout in GIMP, then sliced.
Now I want to get my content into the boxes that are in the image, as seen here: http://img234.imageshack.us/img234/...layoutgh3jp.png
I also want to get an [B]iFRAME into the big box. How do all of this with the tables that I made after slicing? And will my image map even work after the slicing? I know this is a lot but it would be appreciated greatly if you could help me out by telling me what to do. Or if you could do it for me I will give you credit on my site.
Anywho ... all i really want to know is who to get the iFRAME in the box and my content in the small boxes with div layers (would i even use div layers for that?? lols) I'm so sorry I'm just really confused.
Thank you much...Lovely
**Note please don't jock what I made it took me a long time to make an i would never do that to any one else.**
kittycat
09-02-2005, 08:21 PM
Your image link isn't working...
For the iframe you have two choices
1. Set the image in that table cell as the background of the table, and then include the iframe in that cell and make it transparent
2. Put the iframe in the cell and set the image as the iframe background
You don't need divs or anything to put content in certain areas, just set the image as a table background and type what you want in. You only need divs if you want it to scroll.
x_ShesLovely
09-02-2005, 08:34 PM
thanks but heres the thing
1. the iframe background had to be sliced in 1/2 so i dont know about that
2. and i do think i need a div cus i want to put a marqee in one of them or is that still a no.
__________________________________________________ _____
http://img234.imageshack.us/img234/2344/grownandsexylayoutgh3jp.png
----------------------------------------------------------------------
i dont get want you mean in choice # 2... set the background to what?? lols
x_ShesLovely
09-02-2005, 09:13 PM
Your image link isn't working...
For the iframe you have two choices
1. Set the image in that table cell as the background of the table, and then include the iframe in that cell and make it transparent
2. Put the iframe in the cell and set the image as the iframe background
You don't need divs or anything to put content in certain areas, just set the image as a table background and type what you want in. You only need divs if you want it to scroll.
what do you mean:2. Put the iframe in the cell and set the image as the iframe background
and i had to cut the image 1/2 so i cant do #1. cus you give me the code iframe please. i'm so lost.
hello?? :confused:
please give up to 24 hours for a response. some of us are on the other side of the planet and are not quite online yet. thanks.
kittycat
09-03-2005, 12:03 AM
Now that I see the layout you can just disregard what I said earlier. For how it's set up it will be easier just to use iframes and divs, and position them where you want.
x_ShesLovely
09-03-2005, 09:21 PM
Now that I see the layout you can just disregard what I said earlier. For how it's set up it will be easier just to use iframes and divs, and position them where you want.
----------------------------------------------------------
Okay I know that, thanks but.
How do I position them where i want them.
kittycat
09-03-2005, 10:31 PM
style="position: absolute; top: ##px; left: ##px;"
Add that to the iframe/div tag. Change the ## until it's positioned where you want it
x_ShesLovely
09-03-2005, 10:39 PM
style="position: absolute; top: ##px; left: ##px;"
Add that to the iframe/div tag. Change the ## until it's positioned where you want it
LOLs. wow. I dont wanna sound dumb but, where do i put that. In the style sheet? Cus I did not make the style sheet yet. what is the div tag && iframe. can you explain this to me. lols. thank you.
kittycat
09-03-2005, 10:44 PM
<div>
that is a div tag
<iframe>
that is an iframe tag
<div style="position: absolute; top: ##px; left: ##px;">
That is a div tag with the bit of code I gave you added
x_ShesLovely
09-03-2005, 10:49 PM
and in iframes what do they mean by:
src="blog.html" name="main"
thanks
kittycat
09-03-2005, 10:50 PM
Read the iframes page, it should tell you
http://www.lissaexplains.com/frames.shtml#inline