-
Class to tab?
On my website, which is css/html, I have a list of song names on the left and the band on the right. I’d like it to look like the name of the song is tabbed over. Everything I try bumps the band name down to the next line. I thought using class would work . . .
In html

In css stylesheet
p.rightlist {text-align: right}(I would really like to tell it exactly how many pixals to “tab” over, instead of (text-align: right)
But that still bumps it down to the next line.
What would be the easiest way in one line of text to tab to the right?