how do i align text together?
Web Development
3
Posts
3
Posters
0
Views
1
Watching
-
suppose my original text reads: name: xxx horoscope: yyyyy but i want to change it such that my xxx and yyyyy are aligned together. what code should i write?
Is this on an HTML page? theJazzyBrain
Excelence is not an act, but a habbit
Aristotle
-
suppose my original text reads: name: xxx horoscope: yyyyy but i want to change it such that my xxx and yyyyy are aligned together. what code should i write?
Wrap in a table like this:
name:
xxx
horoscope:
yyyyy