Hi folks, I have a footer list and a image. The image is being displayed down from the list.
I would like the image to be displayed horizontal across from the list, code below;
<footer><b>Company</b>
<ul>
<li><a runat="server" href="~/About" class="auto-style1">About</a></li>
<li><a runat="server" href="~/Careers" class="auto-style1">Careers</a></li>
<li><a runat="server" href="~/Pages/PrivacyPolicy.aspx" class="auto-style1">Privacy & Cookies </a></li>
<li><a runat="server" href="~/Pages/TermsandConditions.aspx" class="auto-style1">Terms & Conditions </a></li>
...
Go to the complete details ...