<span class="alignLeft">text you want aligned left</span><span class="alignRight">text aligned right</span>
in your CSS stylesheet add this:
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left
}
if you dont have an externel stylesheet add the CSS in your head section linke this
<style type="text/css">
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left
}
</style>
<div id="col_centre"><div id="col_right">
text to the right
</div><div id="col_left">
text to the left
</div></div>
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?