I know this is simple but I just can't seem to get it working for some reason. I wasnt to be able to apply a horizontal rule and specify the settings for it in a style sheet.
cascade sheet
.hrsetting
{
width="25%"
}
html
<span class="hrsetting"><hr /></span>
should that not make a horizontal rule with a width of 25%?
cascade sheet
.hrsetting
{
width="25%"
}
html
<span class="hrsetting"><hr /></span>
should that not make a horizontal rule with a width of 25%?