PDA

View Full Version : Welcome to my tutorial for your local Myspace Codes.


PGZ
August 23rd, 2006, 08:31 PM
Below are codes for Myspace that will help you tweak your profile to your liking:

Basic Codes:


To Create Bolded Text:
<b>Your Text Here</b>


To Create Italicized Text:
<i>Your Text Here</i>


To Create Underlined Text:
<u>Your Text Here</u>


To Create Strike Through Text:
<s>Your Text Here</s>


To Change Your Font Color: Text
<font color=Prefix #>Your Text Here</font>
note: e.g. - color=#000000, color=#ffffff (black and white text respectively) - number value is in hexidecimal


To Change The Font Size:
<font size=Number>Your Text Here</font>
note: e.g. size=1 (small), size=2 (normal), size=3 (bigger)


To Change The Font Style:
<font style=Style>Your Text Here</font>


For All 3 Above Combined:
<font color=Prefix # size=Number style=Style>Your Text Here</font>


To Create A Line
Break
In Your Text(s):
<br>
Single tag only - this does not require closing


To Make A New Paragraph:
<p></p>
<p>This is your new paragraph - don't forget to close this tag using </p> </p>


To Align Your Text Left:
<div align="left">Your Text Here</div>


To Align Your Text Right:
<div align="right">Your Text Here</div>


To Align Your Text Centered:
<center>Your Text Here</center>


To Make A Basic Link:
<a href="http://www.domain.com">Name Of The Link</a>
(Doesn't Open The Link Into A Seperate Window)


To Make An Advanced Link
<a href="Full Url Site" target="_blank">Name Of The Link</a>
(Opens Link In A New Window)


To Display An Image:
<img src="Url" width=0 height=0>
You Can Tweak Around With The Width & Height, To Display The Image Bigger Or Smaller.
Leave Them blank, To Display The Image At Its Full Original Size.
Note: the <img src> tag does not require a closing tag


To Link An Image On Your Page:
<a href="url goes here">Url Site<img src="Image Url"></a>


To Combine All Of The Link, Image, And Width & Height:
<a href="Url Site"><img src="Image Url" height="0" width="0"></a>


Hiding Your Gear:

Place Each Code Below Into Your Style Tags

Hide Your Myspace URL:
(Paste In Your About Me Section)

.Hide {profile:url}
table table table table table div strong{display: none;}
table table table table td div {visibility: hidden}
table table table table td,
table table table td {background: transparent;}

Hide Your Music Player
(Paste In Any Section)

td td embed { display:none }


Hide Your Contact Box:
(Paste In Your About Me Section)

.contactTable {display: none;}

Hide Your Details:
(Paste At The End Of Your Hero's Section)

</td></tr></table>
</td></tr></table>
</td><td>
<div class="off">
<table><tr><td><table><tr><td>


Hide Your Blogs:
(Paste In Your About Me Section)

table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}

Hide Your Blogs & Extended Network:
(Paste In Your About Me Section)

table td table tr td.text table {visibility:hidden;}table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}


Hide Your Friends-Only:
(Paste In Your About Me Section)

td.text td.text table table table, td.text td.text table br, td.texttd.text table .orangetext15, td.text td.text .redlink, td.text td.textspan.btext {display:none;}td.text td.text table {background-color:transparent;}td.text td.text table td, td.text td.text table{height:0;padding:0;border:0;}td.text td.text table table td {padding:3;}td.text td.text table table br {display:inline;}

Hide Your Comments:
(Paste At The End Of Your Who I'd Like To Meet Section)

<div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td>

(Tweak The Bold Red, To Make It Look Right On Your Page)

Hide Your Friends & Comments:
(Paste In Any Section)

.Hide {friends-and:comments}
td.text table {display:none;}


Miscellaneous Codes:

Place Each Code Below Into Your Style Tags


Hide Your Display Name:
(Paste In Any Section)

.Hide {user:name}
.nametext {display:none;}

Hide The Navagation Bar:
(Paste In Any Section)

div td font {visibility:hidden;}.navbar {visibility:visible;}

Hide The Top Links:
(Paste In Any Section)

div table td font {display: none;}

Hide The Bottom Links:
(Paste In Your About Me Section)

a.text, table div font a, table div div {visibility:hidden;}

PGZ