Posted - 09/30/2019 : 23:34:55
On your example page, there is no <ul> tag. The <li>some text</li> are enclosed in individual table cells. Not HTML correct.
As for the <ul> you want to indent, you would need to assign a class to it so you do not affect every <ul>. Then it would be as simple as adding this to your CSS or putting it in <style> </style> tags on the specific page.
ul.indent {margin-left:10px;}
or however far in you want to move it.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|