Hello,
After modifying the text in the following <p> from the default.aspx in the Small Business Starter kit,
For some reason it does not repeat the bg-three-column-home.png file down the right side of the column.
I did not change the css-content.css, i just changed the text that it applies to.
Can anybody explain why the dashed horizontal separator line does not appear all the way down the right side of the column anymore?
Any help would be gratefully appreciated.
Thanks,
Tony
<div id="three-column-container">
<div id="three-column-side1">
<a href="Items.aspx">
<img src="images/home-photo-1.jpg" class="photo-border" alt="Enter Alt Text Here" /></a>
<h2>
Our Services
</h2>
<p>
We do not apply a service charge with a repair.
</p>
<a href="Items.aspx">read more</a><img class="arrow" src="images/arrow.gif" alt="" />
</div>