Link to home
Start Free TrialLog in
Avatar of Peter Chan
Peter ChanFlag for Hong Kong

asked on

Adjust the page

Hi,
How can I adjust the page with this part inside?
<head id="Head1" runat="server">
    <title>Test</title>
    <link href="format.css" rel="stylesheet" type="text/css" media="screen" />
    <style type="text/css">
        .left {
            position:absolute;
            left:10px;
            border:dashed 1px #ccc;
            width:320px;
        }

        .right {
            position:absolute;
            left:330px;
            border:dashed 1px #c00;
            width:700px;
        }

        .up {
            top: 8px;
        }
        </style>
</head>
...

as there are spaces on the right-hand side below. How to fill a color on the blank area below?
http://dl.dropbox.com/u/40211031/t312.png
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

where are the spaces?
your screenshot shows half a form with textboxes.
what are you trying to achieve?
ASKER CERTIFIED SOLUTION
Avatar of Khilu
Khilu
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peter Chan

ASKER

The highlighted area (in red) below
http://dl.dropbox.com/u/40211031/t313.png

Many Thanks & Best Regards,
HuaMin