View Full Version : Help! Layout Coding...
Stefy 02-05-2005, 08:11 AM I dont know how to code this layout:
http://www.netpix.org/pix/02/04/05/charlielayout.jpg
i dont even know where to start.. does anyone have a code i could possibly use? thanks :)
Monkey Bizzle 02-05-2005, 08:29 AM you could use divs (http://lissaexplains.com/html7.shtml) or iframes (http://lissaexplains.com/frames.shtml#inline) in this case. check out the links that I gave and then if you have problems, let us know.
Stefy 02-05-2005, 09:10 AM Well im using the Div thing which seemed less confusing but i still have some questions with the code...i've read what it says on the page but im still confused..
<div id=layer1 style="position:absolute; top:20; left:20; width:300; height:300; z-index:1; padding:5px; border: #000000 2px solid; background-color:#000000; background-image:url(yourfilename.gif); layer-background-image:url(yourfilename.gif);">
Content goes here (images, text)
</div>
what does it mean when it says "top:20; left:20;"? and ive got it coded and all but where it says "content goes here...", on my layout, its at the very top, not where the content section is.. how do i change that? and how do i put links on the navigation menu?
thanks :)
the left and top = how many pixels from the left window border and top window border do you want this div area placed? in the example, it is placing the div at 20 pixels from the left and 20 from the top.
that starting DIV should be fixed up a bit though...
<div style="position:absolute; top:20px; left:20px; width:300px; height:300px; padding:5px; border: #000000 2px solid; background-color:#000000; background-image:url(yourfilename.gif);">
MickeyMouse 02-25-2005, 05:10 PM i have the same problem, how do i code to get the text to work, i have the layout but i cannot get the text to work. all of the layout is on my page, but with no text, just wondering if someone can help me out
i have the same problem, how do i code to get the text to work, i have the layout but i cannot get the text to work. all of the layout is on my page, but with no text, just wondering if someone can help me out
a link to your current page would be a good start point. if we can see the text you are trying to work with too.
thanks.
MickeyMouse 03-02-2005, 05:11 PM i havent put the layout on the web yet, i already have a page on the web and i dont want to put this one on until i know its ready...put the site is http://home.houston.rr.com/seizureass
Monkey Bizzle 03-02-2005, 05:57 PM Well, a link to your current site isn't going to help. We need to see the thing that you are having trouble with.
kamikaze-girl 03-02-2005, 11:52 PM Well, a link to your current site isn't going to help. We need to see the thing that you are having trouble with.
Umm well yes it does. If you even read all of post #1 , she said she doesn't even know where to start. I think thats big hint :rolleyes: .
i havent put the layout on the web yet, i already have a page on the web and i dont want to put this one on until i know its ready...put the site is http://home.houston.rr.com/seizureass
It's not necessarily viewable by anyone if you upload it as anything other than index.html. Upload it as something like example.html and post the link, we can help you fix it and then you can rename it if you'd like.
Monkey Bizzle 03-03-2005, 01:05 AM Umm well yes it does. If you even read all of post #1 , she said she doesn't even know where to start. I think thats big hint :rolleyes: .
And if YOU even read all of post #1, you would see that it's 2 completely different people..
pwned
|