M
maak
Hello,
To get a text left:
a) <tag align=left> text </tag>
b) <tag style=text-align:left> text </tag>
c) <style type=text/css>
tag { text-align=center; }
</style>
Method c) would affect every <tag> in the current
document. (So div{...} affects every <div>...</div> ...).
maak
I'm pretty sure that to format the text for a hyperlink,
i will have to alter the HTML code rather than any
properties. However, i want to align the text to the
left (as the default seems to be center).
To get a text left:
a) <tag align=left> text </tag>
b) <tag style=text-align:left> text </tag>
c) <style type=text/css>
tag { text-align=center; }
</style>
Method c) would affect every <tag> in the current
document. (So div{...} affects every <div>...</div> ...).
maak