Guest User

Untitled

a guest
Jan 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. echo "<u><font color='red'><br>$username</font></u>";
  2.  
  3. text-decoration: none;
  4. border-bottom: 1px solid #000";
  5.  
  6. <style>
  7. .redUnderline {
  8. color: #ff0000;
  9. border-bottom: 1px solid #000000;
  10. }
  11. </style>
  12. <span class="redUnderline">$username</span>
  13.  
  14. <style>
  15. a.blackUnderline {
  16. color: #000000;
  17. text-decoration: underline;
  18. }
  19. .red {
  20. color: #ff0000;
  21. }
  22. </style>
  23. <a href="" class="blackUnderline"><span class="red">$username</span></a>
  24.  
  25. <style>
  26. u { color: black; }
  27. .red { color: red }
  28. </style>
  29. <u><span class='red'><br>$username</span></u>
Add Comment
Please, Sign In to add comment