PDA

View Full Version : Need a layout coded



Gangster
23-03-2008, 07:36 PM
Yeah, i coded it myself in divs. But it's messed up so i need someone to recode it. PM me if your willing to do it.

Moved by LucasAge (Forum Super Moderator) from Designing and Development: Please post in the correct forum.

Gangster
23-03-2008, 07:52 PM
bumpage.

Edited by Hitman (Forum Moderator): Please don't double post, unless you're adding more information to the post above and can't edit.

rawritsluke
23-03-2008, 07:53 PM
Link to the page? I'll tell you what you've done wrong.

Gangster
23-03-2008, 07:55 PM
http://habbofury2.freehostia.com/

When ever i type in the main content, the boxes on the side go down.

cunning
23-03-2008, 07:56 PM
Is this a free request?

You just made it expandable when it's not meant to be.

You can make it expandable.

Gangster
23-03-2008, 07:57 PM
Is this a paid request?
Well ill rep x3 and put name on footer.

rawritsluke
23-03-2008, 07:58 PM
Lol try this


#content2 {
width: 434px;
margin-top: 14px;
padding: 12px;
margin-left: -12px;
background-image: url(images/content_mid.PNG);
background-repeat: repeat-y;
ALSO: did you make sure that you took 12px from your width as you've added 12px padding?

Gangster
23-03-2008, 08:00 PM
Lol try this


#content2 {
width: 434px;
margin-top: 14px;
padding: 12px;
margin-left: -12px;
background-image: url(images/content_mid.PNG);
background-repeat: repeat-y;ALSO: did you make sure that you took 12px from your width as you've added 12px padding?
nope, made no difference And yep i did.

cunning
23-03-2008, 08:02 PM
Oh, I didn't want anything.

Gangster
23-03-2008, 08:03 PM
So you'll code it?

rawritsluke
23-03-2008, 08:03 PM
Okay add this in your divs.

#contentbox {
width: 434px;
float: left;
}
And stick all the divs you want to go in the middle under there.
(it acts as a container)

So:
<div id="contentbox">
<div id="middletop"></div>
<div id="middlemiddle">blugggghhh</div>
<div id="bottommiddle"></div>

kk.
23-03-2008, 08:06 PM
ok, make a box for the left side, middle and right side and then make these all float left. make sure the widths all add up to 950px and it should work

Gangster
23-03-2008, 08:11 PM
Okay add this in your divs.

#contentbox {
width: 434px;
float: left;
}
And stick all the divs you want to go in the middle under there.
(it acts as a container)

So:
<div id="contentbox">
<div id="middletop"></div>
<div id="middlemiddle">blugggghhh</div>
<div id="bottommiddle"></div>

Not quite sure what you mean. COuld you do it to this div so i know what to do


<div class="style1" id="content2">

cunning
23-03-2008, 08:13 PM
Add that into a style sheet.

rawritsluke
23-03-2008, 08:15 PM
Add

#contentbox {
width: 434px;
float: left;
}
To your stylesheet and add:

<div id="contentbox">
<div id="middletop"></div>
<div id="middlemiddle">blugggghhh</div>
<div id="bottommiddle"></div>
To your div tags, but obviously change the middletop, middlemidle, and bottommiddle to the names of your middle divs.

kk.
23-03-2008, 08:16 PM
luke you forgot to end your content box div

<div id="contentbox">
<div id="middletop"></div>
<div id="middlemiddle">blugggghhh</div>
<div id="bottommiddle"></div>
</div>

rawritsluke
23-03-2008, 08:21 PM
luke you forgot to end your content box div

<div id="contentbox">
<div id="middletop"></div>
<div id="middlemiddle">blugggghhh</div>
<div id="bottommiddle"></div>
</div>
My bad oh mighty father :)

Independent
24-03-2008, 01:23 AM
Yeah, i coded it myself in divs. But it's messed up so i need someone to recode it. PM me if your willing to do it.
Nice layout.. Would look good with the new Habbo background.

Want to hide these adverts? Register an account for free!