thisisnotras

RPC profile fix

Apr 11th, 2016
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. HOW TO FIX YOUR PROFILE IF YOU DON'T HAVE A CLUE WTF IS GOING ON --
  2. This is just something to assist people who relied on or interacted heavily with the basic formatting elements previously provided by RPC. Primarily, this just means if your profile began looking weird/crazy on 4/10/16 and you have no idea why.
  3.  
  4.  
  5.  
  6. ------------------------------------------------------------------------
  7.  
  8.  
  9.  
  10. First things first, put this at the TOP of the <style> section of your profile.
  11.  
  12. /* -------------------- PRE-CHANGE RPC FORMATTING // START ------------- */
  13.  
  14. body {
  15. font-family: "Ubuntu", "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
  16. color: #999999;
  17. background-color: #101010;
  18. }
  19.  
  20. #profile {
  21. border: 1px solid #333333;
  22. width: 600px;
  23. display: table;
  24. padding: .5em;
  25. background: #000000;
  26. }
  27.  
  28. /* -------------------- PRE-CHANGE RPC FORMATTING // END ------------- */
  29.  
  30.  
  31. It is important that this goes RIGHT AFTER the start of the <style> declaration, because most users have in some way CHANGED the formatting later down in the code. If you place this at the BOTTOM of your code style section (or somewhere else in your code) it may overwrite other styling cues. Please place it at the top, ABOVE all other content within your style section but AFTER the <style> declaration.
  32.  
  33.  
  34. -----------------------------------------------------------------------------------------------
  35.  
  36.  
  37.  
  38. SECONDLY, you must declare the divs in the html section.
  39. AFTER the CLOSE of the style section ( </style> ) and BEFORE any other HTML in your profile, please write in
  40.  
  41. <center><div id="profile">
  42.  
  43.  
  44. Again, that must go AFTER the close of the style section and BEFORE any other HTML in your profile.
  45.  
  46.  
  47. ------------------------------------------------------------------------------------------
  48.  
  49.  
  50. LASTLY, you should ( it isn't necessary, but it's just good form ) close the divs you opened. This must happen at the very END of the profile.
  51.  
  52. </div></center>
  53.  
  54.  
  55.  
  56.  
  57. THAT is it. If you have any issues, you can always approach myself ( RPC: Digital, Edge ) for assistance directly.
Advertisement
Add Comment
Please, Sign In to add comment