How do I change the font color in my photo section at myspace?? What is the code? All I want is white font and I was using this code but now it doesn't work <style>body, table, td, .text{color: FFFFFF ;}</style> Thank you in Advance, Pee-Wee :-)~
-
-
Answer:
Great question, I have been wanting to look this up myself. :) Myspace HTML codes HTML (Hypertext Markup Language) is a markup language used to create documents for publishing on World Wide Web. HTML language includes html codes or html tags that tell a web browser how a webpage should look like. We provide the list of basic html codes that help you to change font style, add graphics, create links, and more to your myspace profile web page. Change font style, add graphics, create links & etc Making text bold in myspace To make text appear bold, use <b> bold </b> around the text. For example: Make <b>this text bold</b> will look like: Make this text bold Making text italic in myspace To make text appear italic, use <i>italic</i> around the text. For example: Make <i>this italic text </i> will look like: Make this italic text Making text underlined in myspace To make text appear underlined (without being an actual link), use <u> underline </u> around the text. For example: Make <u>this text underlined</u> will look like: Make this text underlined Creating line breaks in myspace There are two basic line breaks in HTML. Use <br> to break to the next line or <p> to skip a line. For example: 1<br>2<p>3 will look like: 1 2 3 Changing the size of text in myspace To change the size of text, use <font size="+1"> to look bigger, or <font size="-1"> to look smaller. End with </font>. You can also change the number value if you want to. For example: Make text <font size="+2">bigger</font> or <font size="-2">smaller</font> will look like: Make text bigger or smaller Changing the type of font in myspace There are a few different fonts you can use, and the most common are: Times New Roman: (this is the default for all browsers) Arial or Helvetica: use <font face="Arial, helvetica"> and </font> Verdana: use <font face="Arial"> text </font> Times new roman: use <font face="times new roman"> and </font> For example: Make <font face="times new roman">this font times new roman</font> will look like: Make this font times new roman Changing the font color in myspace There are many different Web-safe colors that you can use in your template. View our HTML Color Codes Chart. To make text appear in a certain color, use the color codes like this: <font color="#FF0000">. For example: Make <font color="#FF0000">this font red</font> will look like: Make this font red To set default font colors for the entire page, use color codes in the <body> command. For example, if you want: font = black link = blue 'visited' link = red 'while being clicked' link = pink use: <body text="#000000" link="#FFFF00" vlink="#FF0000" alink="#FF00CC"> Adding a graphic to free myspace To add a graphic in your myspace, use <img src="URL">. Be sure to require_once the entire URL of the graphic, starting with http://. Ex: <img src="http://www.123mycodes.com/images/netaxis-icon.gif"> Will Display : Adding a link to free myspace To add a link in your free myspace, use <a href="URL"> and </a> around the text of the link. Be sure to require_once the entire URL, starting with http://. For example: Make <a href="http://www.123mycodes.com">this text link to http://www.123mycodes.com</a> will look like: Make this text link to http://www.123mycodes.com
Pee-Wee at Answerbag.com Visit the source
Related Q & A:
- How do you change the font color in myspace?Best solution by Yahoo! Answers
- How do I change text font & color default?Best solution by Yahoo! Answers
- How do I change the font size in my mail text?Best solution by Yahoo! Answers
- HOW do I change font and color in Yahoo email?Best solution by Yahoo! Answers
- How do I change the font style that my printer prints?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.