Click here to Skip to main content
15,886,795 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to this wrapper in left position but this is in right how i done this ?

C#
.vpb_main_wrapper3
{
    width:900px;
    
    margin-left:inherit
    border: solid 1px #cbcbcb;
     background-color: #FFF;
     box-shadow: 0 0 15px #cbcbcb;
    -moz-box-shadow: 0 0 15px #cbcbcb;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    padding:10px 20px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    height: 484px;
    
}

html code
HTML
<div align="left" style="border: thick none #008080; height: 597px; width: 670px;
        color: #000000; font-weight: bold; font-size: medium; font-family: Calibri;">
        <br />
        <br />
        <left>
        <br />
        <br />
        <left>
            <div class="vpb_main_wrapper3" top="20" align="left" style="removed inherit" />
            
            </left>
            </left>
            </div>
Posted
Comments
Sergey Alexandrovich Kryukov 20-Nov-13 14:51pm    
To start with, stop using "align", "style" and other HTML style-related attributes except "class", use CSS classes, implicitly or explicitly. There is no such concept as "width position". What would you mean by that?
And stop using multiple "br" elements, use styles instead.
—SA
Brian A Stephens 20-Nov-13 14:58pm    
Agree completely with SA. And what are those <left> tags?
Diya Ayesa 20-Nov-13 15:12pm    
when i right
instead of left can be always show wrapper in left postion

plzz see this image

http://oi43.tinypic.com/r7ipzr.jpg

1 solution

Please see my comment to the question. I hope it will provide you with the hint of what to do. Do everything accuracy and avoid redundancy, that's all.

—SA
 
Share this answer
 
v2
Comments
Maciej Los 20-Nov-13 16:53pm    
Short and to the point!
+5!
Sergey Alexandrovich Kryukov 20-Nov-13 21:57pm    
Thank you Maciej.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900