how can I put the link in right or left of the page ? with out use <p align="right or left ><\p> because it makes other line and I did not want that ?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how can I put the link in right or left of the page ? with out use <p align="right or left ><\p> because it makes other line and I did not want that ?!

24th Jun 2016, 5:17 AM
FADUMA ADAM
FADUMA ADAM - avatar
4 Answers
+ 4
<a style="float: right;" href="#">My link</a> And if by "line" you mean the link text has an underline, just add this to style: text-decoration: none;
25th Jun 2016, 3:09 AM
ZinC
ZinC - avatar
+ 1
<span class="any-name"></span> and then in stylesheet any-name { float: left; }
24th Jun 2016, 2:41 PM
nilabha roychoudhury
nilabha roychoudhury - avatar
0
try a span tag instead of a p tag
24th Jun 2016, 1:20 PM
josh mizzi
josh mizzi - avatar
0
I try it doesn't work !
24th Jun 2016, 2:32 PM
FADUMA ADAM
FADUMA ADAM - avatar