"Whore Me"
- <textarea>-Tag: erzeugt ein Eingabe-Textfeld.
- cols: legt die Anzahl der Zeichen fest, die über die Breite des Textfensters zu sehen sind.
- rows: legt die Anzahl der angezeigten Zeilen fest.
Bei längeren Text-Eingaben statten die Browser das Textfeld mit Scrollbalken aus, sodass der Anwender scrollen kann.
- <textarea>-Tag: Indicates a field where you can enter large amounts of text.
- cols: Specifies the number of columns visible in the text-area.
- rows: Specifies the number of rows visible in the text-area.
If the lines of text exceed the specified area, there will appear scrollbars to allow users to view all the contents.
°HTML Code°
It will Look Like:
Willst du einen 'Code-Box' mit hintergroundfarbe, Rahmen, formatiertem Text und mit Breiten- und Höhenangaben?
- Die farbigen Werte nach Wunsch anpassen. Do you like to create a custom 'Code Box' with background color, borders, formatted text and, width/height?
- Change the colored values to suit your needs.
It will Look Like:
°CSS/HTML Code°
<style> textarea.KhAk1 { width:350px; height:60px; background-color:Your Color; border-width:3px; border-style:solid; border-color:Your Color; font-family:Script, Arial, Tahoma; font-size:10pt; color:Your Color; } </style> <textarea class="KhAk1"> <a href="Your Page URL"> <img src="Your Image URL"> Or: Your Click Me Text Hier </a> </textarea> |
* Note:
If you want to add multiple 'Code Boxes' with different properties,
change the numberS "1" to "2", "3", "4" etc.
Willst du eine Art persönliches 'Add-Mich-Als-Freund Bild' kreieren um es überall in Myspace einfügen zu können?
- Mit dem Folgenden Code läßt du dich mit einem Click von den anderen zu adden, dein Profil anzuschauen und sogar deinen Banner-Code bietest du mit an. Do you like to create a custom 'Friend Adder Image' and post it anywhere on MySpace?
- With the following Code you let other members instantly add you to their friend list and view your profile. You can give them your banner code too.
Beispiel: / Example: |
<div id="KhAkWmC" align="center">
<font style="font-weight:bold; font-size:50px; color:white; line-height:15px; font-family:Tahoma; letter-spacing:-2pt;">KhAk</font>
<font style="font-weight:normal; font-size:30px; color:pink; line-height:15px; font-family:Monotype Corsiva; letter-spacing:1pt;"><br>Music</font>
<br><br>
<b>Click Picture Below To See My Profile</b><br>
<a href="Your Page URL">
<img src="Your Image URL">
</a>
<p>Add Me To Your Friends<br>
<a target="_blank" href="http://www.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=YOUR FRIEND ID HERE">
<img src="http://i.myspace.com/site/images/addFriendIcon.gif">
</a></p><br>
<b>Add My Banner To Your Profile</b><br>
<textarea name="KhAkTA" rows="2" cols="30">
<a href="Your Page URL">
<img src="Your Image URL">
</a>
</textarea>
</div>
- Aber vergiss nicht, deine 'FRIEND ID' in den code einzufügen.
- Don't forget to insert your 'FRIEND ID' to the code.
Whats a 'FRIEND ID' ?
- Login to your profile and click on "View My Profile".- Look at the Address Bar on your profile.