Hi all,
I'm trying to set up a price list with the service (e.g. Website Backups) on the left hand side and the price (e.g. from $20) on the right with this code:
Where $url is the service and svcprice[$k] is the price. I end up with the 'from $20' appearing on the right but one line below the 'Website Backups'.
My CSS for the class 'price' is:
I tried text-align too but the text runs together.
I'm beginning to think of using a table but if I can use CSS it makes the code a lot tidier for maintenance purposes. Does anyone have any suggestion as to how I might get this to work?
Thanks.