0
how can move an <a></a>file?
i want to move an <a></a>file but it doesn't work what should i do
9 ответов
+ 1
I didn't understand what you mean, could you explain with other words?
+ 1
sorry, even a "help" tag does not help to understand this question
+ 1
If I understand correctly, it's simply with CSS.
You can make
<style>
a
{
text-align:left;
}
</style>
0
when i put <a href="linkexample.com">example</a> i cant put it on the left or the right side
0
the second one didnt worked
- 1
BEST OPTION IS
<PRE><a href="linkexample.com">example</a></PRE>{for left}
<PRE>
<a href="linkexample.com">example</a></pre>
- 1
or
Use align attribute like <a href="linkexample.com" align=left>example</a>
- 2
plz explain the question
- 2
where is put that tag that's it location