Dreamweaver CS6 noob, how to move text?

Soldato
Joined
29 Aug 2011
Posts
3,068
Location
UK
Hey guys Im trying to shift the text onto the left, but wherever I try moving it, it just stays there I wonder whats stopping it from doing that. any help?

Heres the CSS

div#header
{
border: 5px solid #000;
padding-top: 0.5px;
padding-right: 1px;
padding-bottom: 0.5px;
padding-left: 1px;
clear: both;
}

div#contents
{
float: right;
width: 600px;
border: 5px solid #000;
}

div#aside
{
float: left;
width: 1009px;
border: 5px solid #000;
padding-top: 0.5px;
padding-right: 1px;
padding-bottom: 0.5px;
padding-left: 1px;
word-spacing: normal;
}


div#footer
{
clear: both;
padding: .5em 1em;
border: 5px solid #000;
text-align: right;

Much appreciated,
 
To really help we'd need a bit more info. Ideally the HTML structure, live if possible so we can take a look at it.

We'd also need you to define a few things in your question:
"the text"
"onto the left"

Thanks its HTML5, I cant voe the text at all whether its to the right all left by the space key. But I can align it but it only does it to all the text.

ok sorted
 
Last edited:
Back
Top Bottom