How could I change the URL's location in the page like in the center or in the bottom and also the style type it shows? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How could I change the URL's location in the page like in the center or in the bottom and also the style type it shows?

29th Jul 2016, 5:07 AM
Kemp
Kemp - avatar
9 Answers
+ 2
<center><a href="#"> The Link </a> </center> try this
29th Jul 2016, 11:31 AM
Saurav S Shekhar
Saurav S Shekhar - avatar
+ 1
use a attribute-align
29th Jul 2016, 6:15 AM
Trofimov Anton
Trofimov Anton - avatar
+ 1
this is paragraph tag not center tag . so it is better to use center tag
29th Jul 2016, 11:49 AM
Saurav S Shekhar
Saurav S Shekhar - avatar
0
to change url location usr attribute in <a> tag align="center" eg <a href="#" align="center"> Link </a> for style use style atribute
29th Jul 2016, 6:46 AM
Saurav S Shekhar
Saurav S Shekhar - avatar
0
thanks for all the reply, after I try the resolution like below, it still can't show on the center of the page, could anyone kindly check where is the problem? I been staring these for a while but still can't find it. <a href="http://www.sololearn.com" align="center" target="_blank"> Learn Playing </a>
29th Jul 2016, 11:17 AM
Kemp
Kemp - avatar
0
I found this just now which can fit what I purpose, will that cause any problems ? <a href="http://www.sololearn.com" target="_blank"> <p align="center"> Learn Playing </p> </a>
29th Jul 2016, 11:34 AM
Kemp
Kemp - avatar
0
i dnt think this is the correct way to align ur link to center
29th Jul 2016, 11:36 AM
Saurav S Shekhar
Saurav S Shekhar - avatar
0
may I ask what will be caused in the future if I try this incorrect way?
29th Jul 2016, 11:40 AM
Kemp
Kemp - avatar
0
thank you very much mate 👍
29th Jul 2016, 11:53 AM
Kemp
Kemp - avatar