Thanks, the links are very useful
Type: Posts; User: osen; Keyword(s):
Thanks, the links are very useful
I haven't uploaded any page but I can give you the css coding
wrapper
{
width: 90%;
margin: 0 auto 0 auto;
}
#inner-left
Paint
I make 3 child div within a parent div. Like this:
<div id="wrapper">
<div id="inner-left"></div>
<div id="inner-middle"></div>
<div id="inner-right"></div>
</div>
I want the div...