Hello, can you help me with the code to align text, I'm not sure if it's with indentation or spacing.
I need it to look like this:
• Available for 1 Month
• Up to 2 Ads per subscriber
• Limited Contact Options
• Intermediate Support
If you notice, the word "subscriber" belongs to the same item as "Up to two ads per..."
But on my website, I can't align it.
The code I currently have is this:
<ul>
<li>Available for 1 Month</li>
<li>Up to 2 Ads per Subscriber</li>
<li>Limited Contact Options</li>
<li>Intermediate Support</li>
</ul>
I need it to look like this:
• Available for 1 Month
• Up to 2 Ads per subscriber
• Limited Contact Options
• Intermediate Support
If you notice, the word "subscriber" belongs to the same item as "Up to two ads per..."
But on my website, I can't align it.
The code I currently have is this:
<ul>
<li>Available for 1 Month</li>
<li>Up to 2 Ads per Subscriber</li>
<li>Limited Contact Options</li>
<li>Intermediate Support</li>
</ul>