How To Add Codes To Your Profile

'Adding Codes' 'Codes Einfügen'
 ° "Adding Some HTML/CSS Code To Your Profile" °
  • Make sure you are logged into your MySpace
    account.
  • If you are not on your homepage, click “Home” in the top navigation menu of any MySpace web page.


A)- If you have already an existing profile/Layout, add
  theCSS code between your "Style Tags".
  Search one of these "</style>" in your "About Me/Bio"
  section, and put the code in a new line before.


B)- If any of codes didn’t work, or your code appears on
  your profile, put your code between "Style Tags" like:

<style>
   Code HERE
</style>

  Then, put it beneath all other codes.


C)- If you have a new "default Profile", add the below
  "Style Tag" in your "About Me/Bio":

 <style type="text/css">
   All CSS Codes HERE
 </style>

* Opening "Style Tag" and type of the "Format Definition".
  * Final </style>.

  Hereafter, all CSS-Codes comes between.


° "Nice Trick" °Example"Example"

- To know what you have already added in your "About
  Me/Bio", you can write a "Headline" for your codes, like:

  <style type="text/css">
     .K { My Background }
     Code Here

       .K { Code To Hide ... }
       Code Here

     .K { Code To Format ... }
     Code Here

  </style>


 ° "Hinzufügen von HTML/CSS Codes zu Deinem Profil" °
  • Sicherlich musst du dafür bereits in deinem Account eingeloggt sein.
  • Um zu deiner Homepage zu gelangen, klicke in jeder Myspace Seite “Mein Myspace” auf der Navigation an.


A)- Wenn du schon ein bestehendes Profil/Layout hast,
  füge den CSS Code zwischen deine "Style Tags" ein.
  Du suchst ein "</style>" in "Über Mich/Bio" Sektion,
  und fügst den code in einer neuen Zeile davor ein.


B)- Wenn ein Code nicht funktioniert od. du siehst ihn auf
  deiner Seite, füge den Code zwi. "Style Tags" ein, wie:

 <style>
   Code HIER
 </style>

  Und füge ihn dann unter alle anderen Codes ein.


C)- Wenn du ein neues "Standard Profil" hast, füge
  folgendes in deine "Über Mich/Bio" Sektion ein:

 <style type="text/css">
   Alle CSS Codes HIER
 </style>

* Einleitende "Styl Tag" und Typ der "Formatdefinition".
  * Abschließende </style>.

  Zukünftig, kommen alle CSS-Codes dazwischen.


° "Nice Trick" °Example"Example"

- Um später zu wissen, was für Codes du in "Über Mich/Bio"
  hast, kannst du sie mit "Überschriften" versehen, wie:

  <style type="text/css">
     .K { Mein Hintergrund }
     Code Hier

       .K { Verstecken von ... }
       Code Hier

     .K { Formatieren von ... }
     Code Hier

  </style>


© Copyright 2006- by KhAk