hyperlink text format

M

maak

Hello,
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top