Ok here is the problem i am facing right now, ive tried and tried but still i don't seam to figure out how to control this properly :/
This is the CSS Code
Code:
/* <sites>.net Stylesheet */
body, html {
background: #692C2C url(img/bg.gif) repeat-x top left;
font: 12px Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/* Haus & Sida */
#haldari { overflow: hidden; }
#efni {
position: absolute;
background: #ffffff;
left: 75px;
width: 655px;
top: 14px;
overflow: hidden;
}
#sida {
position: absolute;
background: url(img/sida.png) repeat-y;
left: 191px;
width: 800px;
top: 0px;
height: 100%;
}
And the Project code is simple its few div's container(haldari) and the rest like so
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "(URL address blocked: See forum rules)">
<html xmlns="(URL address blocked: See forum rules)">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="ss.css" rel="stylesheet" type="text/css" />
<title><sites>.net :: v1 :: Alíslensk</title>
<html>
<body>
<div id="haldari">
<div id="sida">
<div id="efni">
Here comes the text
</div>
</div>
</div>
</body>
</html>
AND it still comes out like this if i put to much of a text into the "efni" div
hxxp://i9.tinypic.com/6g06ryx.jpg
the pic is at tinypic so its probably okey right, i mean its very public domain

i really wish we could use the IMG tag so the pic could properly show up so people understand what kind of problem you are facing :/
With warmest and greatful regards, APK