Sunday, December 6, 2009

What are some basic html codes for myspace?

like just the basics.



how do u make ur writing colored. and big and small.



and how do u get a picture on the side of ur writting in ur about me.



and how do u hide things in ur profile.



and how do u animate ur pictures.



dont give me a site that is myspace tweaks. please explain everything. the more u explain the more likely i will give u best answer. please i want to know everything there is to know. fill free to give me a couple tips.



What are some basic html codes for myspace?

Makes text BOLD: %26lt;b%26gt;TEXT%26lt;/b%26gt;



Makes text ITALIC: %26lt;i%26gt;TEXT%26lt;/i%26gt;



Makes text UNDERLINED: %26lt;u%26gt;TEXT%26lt;/u%26gt;



Creating line breaks:



Use %26lt;br%26gt; to break to the next line or %26lt;p%26gt; to skip a line. For example:



1%26lt;br%26gt;2%26lt;p%26gt;3



will look like:



1



2



3



Changing the type of font:



%26lt;font face="NEW TIMES ROMAN"%26gt; TEXT %26lt;/font%26gt;



%26lt;font face="VERDANA"%26gt; TEXT %26lt;/font%26gt;



%26lt;font face="ARIAL"%26gt; TEXT %26lt;/font%26gt;



(You can use other fonts, these are just examples).



Changing the font color"



%26lt;font color="#FF0000"%26gt;TEXT%26lt;/font%26gt;



(you can use a color chart or type in a simple color, like blue, black or red where it says #FF0000).



Change size of text:



%26lt;font size="NUMBER"%26gt;TEXT%26lt;/font%26gt;



(you can start at one and go as high up the numbers as you want the text bigger).



Center Images / Text



%26lt;p align="center"%26gt;TEXT%26lt;/p%26gt;



(you can also align it to be left or right, just replace "center" with "left" or "right").



I got all these codes @ 123mycodes.com, the box to find these all at will be the last pink box on the left of the page where it says HTML and TEXT codes. Hope they are understandable!



What are some basic html codes for myspace?

bold: %26lt;b%26gt;my text here%26lt;/b%26gt;



underline: %26lt;u%26gt;my text here%26lt;/u%26gt;



strike: %26lt;s%26gt;my text here%26lt;/s%26gt;



italics: %26lt;i%26gt;my text here%26lt;/i%26gt;



big: %26lt;big%26gt;my text here%26lt;/big%26gt; [the more %26lt;big%26gt;s you put the bigger it gets]



small: %26lt;small%26gt;my text here%26lt;/small%26gt;



center ur text: %26lt;center%26gt;my text here%26lt;/center%26gt;



color: %26lt;font color=pink%26gt;pink text here%26lt;/font%26gt;



i dont know how to do the picture thing.



youll have to look up tweaks for myspace tweaks. they arent that hard to find. just go to www.profiletweaks.com



to animate ur pictures u can use photoshop or lunapic.



if u want to put pictures on ur profile upload them to tinypic.



What are some basic html codes for myspace?

Here are some HTML Basics and MySpace items that I have collected...



http://alexbeeonmyspace.blog spot.com



Remove the spaces from the address



What are some basic html codes for myspace?

Okay...I'm not really going to explain why you have to put codes like that, but just give the code. Okay, if you want to change things you hat to use HTML and CSS (But MOSTLY HTML).They're coding.



1. Making Text Colored.



%26lt;font color="Colorcodehere"%26gt;



Okay, each color is given an "ID". It contains numbers and letters. Here's a color code chart...



http://www.webmonkey.com/reference/color...



Just copy and paste the 'ID' into the "colorcodehere" part of the code. Oh, and when you insert it, don't put the # sign.



2. Resizing the text



%26lt;font size="numberhere"%26gt;



Okay, in resizing it you put a number from 1-7 into the numberhere part. 1 is probably like a size "8" in your ordinary word processor (Like MIcrosoft word). Size 7 is probably a size 32 on the word processor.



3. Moving your picture.



%26lt;img src="imagelinkhere"align="right/left/cen...



Where it says imagelinkhere, just put the url of the picture in that place. Just upload your picture to photobucket.com or imageshack.us and they'll give you a link already. Now where it says right/left/center pick where you want the picture to be. If you want right, then just delete the "/left/center" and that's it. Don't delete anything else. Do the same with the rest (left and center).



4. Hiding Things.



I'm not really going to explain anything here. Just copy and paste.



HIDING COMMENTS



%26lt;div style="position:relative; height:480px; overflow:hidden; border:0px;"%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;...



HIDING YOU CONTACT TABLE



%26lt;style type="text/css"%26gt; .contactTAble {display: none;} %26lt;/style%26gt;



HIDING YOUR EXTENDED NETWORK



%26lt;style type="text/css"%26gt;.blacktext12 {visibility: hidden; display: none} %26lt;/style%26gt;



HIDING YOUR FRIENDS



%26lt;style type="text/css"%26gt;td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.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;}%26lt;/style%26gt;



HIDE YOUR LAST LOGIN



%26lt;style type="text/css"%26gt; .lastlogin {visibility: hidden;} %26lt;/style%26gt;



HIDE YOUR BLOG AND DETAILS [[only put in ABOUT ME section!!]]



%26lt;/div%26gt;



%26lt;table%26gt;



%26lt;tr%26gt;



%26lt;td%26gt;



%26lt;table width="435"%26gt;



%26lt;tr%26gt;



%26lt;td valign="top" align="left" width="435" bgcolor="ffffff" style="word-wrap:break-word"%26gt;%26lt;span class="orangetext15"%26gt;About me:%26lt;/span%26gt;



HIDE YOUR MUSIC PLAYER



%26lt;style%26gt;EMBED{width:0px;height:0px;} div table table table td font {visibility:visible;} table table embed {display:block; position:absolute; top:11px; left:0px; visibility:visible;} table table table embed {position:static;} .herpe td td object {position:absolute; left:40%; margin-left:-150px; top:300px;}%26lt;/style%26gt;%26lt;style type="text/css"%26gt;embed, object {display:block; width:0px; height:0px;}%26lt;/style%26gt;%26gt;



4. Animating photos.



To make them into a GIF? Like those animated icons? Well, you need some programs to do that. Like Photoshop and Jasc Animation Shop. You need to buy them. But you could download a free trial for both. Once you get them, search for tutorials online for animation.



5. Scrolling Text



%26lt;marquee%26gt;Your text here%26lt;/marquee%26gt;



The "Your text here" part is where you put your text [obviously]. This code will make your text move from left to right.



6. Basic Text effects.



Bold.



%26lt;b%26gt;Text here%26lt;/b%26gt;



Italics.



%26lt;i%26gt;Text here%26lt;/i%26gt;



Strike.



%26lt;s%26gt;Text here%26lt;/s%26gt;



Underlined.



%26lt;u%26gt;Text here%26lt;/u%26gt;



7. Changing font style.



%26lt;font face="Any Font Style such as Century Gothic"%26gt;



Just put the Font face you want in the " " part. If the font has more than one word, leave the first letter of the first word uppercase and put the rest of the letters in the other words in lowercase.



I have to go now, so I can't list anymore. But there are TONS of HTML tutorials online. Just search on google or yahoo. Hope you learned some codes. Sorry that I didn't explain anything and just gave the codes! I was in a hurry.

No comments:

Post a Comment

 
cheap loans