Hi ,
I am currently using the tag <span class = "indent">
where indent is :
.indent
{
text-align: left;
margin-left: 32px;
}
in my CSS . The problem is that if the text scrolls onto the next line then it is not effected by the indent command e.g :
This is where the line should start blah blah blah blah blah blah blah blah blah blah blah blah
has anyone got any ideas on how I can fix this ???
Thank you in advance
Craig
I am currently using the tag <span class = "indent">
where indent is :
.indent
{
text-align: left;
margin-left: 32px;
}
in my CSS . The problem is that if the text scrolls onto the next line then it is not effected by the indent command e.g :
This is where the line should start blah blah blah blah blah blah blah blah blah blah blah blah
has anyone got any ideas on how I can fix this ???
Thank you in advance
Craig