Advertisement
EmilyTozerr

Codes for your Description.

Jun 8th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. BOLD: <b>text</b>
  2.  
  3.  
  4. ITALIC: <i>text</i>
  5.  
  6.  
  7. UNDERLINES: <u>text</u>
  8.  
  9.  
  10. STRIKE THROUGH: <s>text</s>
  11.  
  12.  
  13. CENTER TEXT: <center>text</center>
  14.  
  15.  
  16. TEXT ON THE RIGHT: <div style="text-align: right;">text</div>
  17.  
  18.  
  19. TEXT ON THE LEFT: <div style="text-align: left;">text</div>
  20.  
  21.  
  22. CHANGING COLOR: <font color="htmlcolor">text</font>
  23.  
  24.  
  25. Choose your HTML color here: http://www.mxstudio.com.br/Conteudos/Dreamweaver/Cores.htm (example: black - #000000, red - #FF0000)
  26.  
  27.  
  28. CHANGING SIZE: <font size="2">text</font>
  29. The number "2" is an example, you can put any number.
  30.  
  31.  
  32. CHANGING COLOR & SIZE: <font size="2" color="htmlcolor">text</font>
  33.  
  34.  
  35. MAKING A LINK: use this code: <a href="http://link">name</a>
  36. *** If you want to open the link in a NEW window, use this code:
  37. <a href="http://link" target="_blank">name</a>
  38.  
  39.  
  40. TEXT WITH A BACKGROUND: use the following code.
  41. <div style="width:190px; height:12px; background-color:#000000; text-align:left; color: #ffffff;">text</div>
  42. Change the width, the height, the background-color and the color text to your linking. You can replace "left" with "right" or "center" for those effects.
  43.  
  44.  
  45. BORDER AROUND YOUR TEXT: use the following code.
  46. <FIELDSET style="width:190px; height:12px; border: 1px solid #000000;">text</FIELDSET>
  47. Change the width, the height and the color (#000000) to your liking. You can replace "solid" with "dashed" or "dotted".
  48.  
  49.  
  50. PUTTING A IMAGE IN YOUR DESCRIPTION: upload the image you want on TinyPic, ImageShack or Photobucket. Get the direct link (it should end in .jpg for example) and use this code: <img src="directlink">
  51.  
  52.  
  53. SCROLLING MARQUEE: http://www.myspacegens.com/handler.php?gen=marquee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement