how can move an <a></a>file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Aug 2017, 10:25 AM
Adrian Ponta
Adrian Ponta - avatar
9 Answers
+ 1
I didn't understand what you mean, could you explain with other words?
5th Aug 2017, 10:38 AM
Apple
+ 1
sorry, even a "help" tag does not help to understand this question
5th Aug 2017, 11:48 AM
Martin Ed
Martin Ed - avatar
+ 1
If I understand correctly, it's simply with CSS. You can make <style> a { text-align:left; } </style>
5th Aug 2017, 9:53 PM
Apple
0
when i put <a href="linkexample.com">example</a> i cant put it on the left or the right side
5th Aug 2017, 1:22 PM
Adrian Ponta
Adrian Ponta - avatar
0
the second one didnt worked
5th Aug 2017, 4:01 PM
Adrian Ponta
Adrian Ponta - avatar
- 1
BEST OPTION IS <PRE><a href="linkexample.com">example</a></PRE>{for left} <PRE> <a href="linkexample.com">example</a></pre>
5th Aug 2017, 3:39 PM
KRITESH OJHA
KRITESH OJHA - avatar
- 1
or Use align attribute like <a href="linkexample.com" align=left>example</a>
5th Aug 2017, 3:39 PM
KRITESH OJHA
KRITESH OJHA - avatar
- 2
plz explain the question
5th Aug 2017, 11:51 AM
KRITESH OJHA
KRITESH OJHA - avatar
- 2
where is put that tag that's it location
5th Aug 2017, 11:52 AM
KRITESH OJHA
KRITESH OJHA - avatar