Question:

Can someone help me with MySpace code?

by  |  earlier

0 LIKES UnLike

I have a few problems! >.<

[ www.myspace.com/mandahutton ]

1 - Where my name is above my default picture there is some extra peace signs and stuff. I wana take that away so it's just black.

2 - You can't see my mood or status. :[

3 - And, I want all the sentances in my 'about me' section to be on a different line each. But I don't want them to be <address > sort of thingc cause I don't want them italic.

4 - Also, can someone tell me how to make your font smaller, bigger nad colourful. Atm I've been using <small > and <big > but I want them smaller and bigger. Hah.

Thanks muchly!! :]

 Tags:

   Report

2 ANSWERS


  1. HTML can be used to customize your page.

    For a line break  (move following text to next line) use the code &lt;br&gt;

    Here is what I believe you need.

    She is Manda Jane Hutton. &lt;br&gt;

    She is 17. &lt;br&gt;

    She has short, brown hair and hazel eyes. &lt;br&gt;

    She doesn&#039;t cover herself 2 inches thick of make-up. &lt;br&gt;

    She is who she portrays. &lt;br&gt;

    She has a beautiful daughter, Rubyannah. &lt;br&gt;

    She still holds a special place for him. &lt;br&gt;

    She attends Launceston College [somedays]. &lt;br&gt;

    She lives in Launceston, Tasmania. &lt;br&gt;

    She was born in Rockhampton, Queensland. &lt;br&gt;

    She misses her Mummy. &lt;br&gt;

    She has four brothers [2 losers]. &lt;br&gt;

    She is extremly lucky to have such postive influences in her life. &lt;br&gt;

    She smokes. &lt;br&gt;

    She drinks rarely. &lt;br&gt;

    She doesn&#039;t do drugs. &lt;br&gt;

    She swears. &lt;br&gt;

    She really dislikes skinny chicks. &lt;br&gt;

    She perfers upfront people. &lt;br&gt;

    She believes Gunns Pulp Mill should go ahead. &lt;br&gt;

    She has msn; your.muted@hotmail.com

    Line breaks do not require you to do &lt;br&gt;Stuff&lt;br&gt; that will give you double line breaking. Once before and once after the text.

    To change the color and size you can use the &lt;font&gt; tag. This tag can have different attributes, such as color and size. Here are some examples:

    &lt;font size=&#039;+2&#039; color=&#039;red&#039;&gt;A Test Message&lt;/font&gt;

    &lt;font size=&#039;+2&#039;&gt;A Test Message&lt;/font&gt;

    &lt;font color=&#039;red&#039;&gt;A Test Message&lt;/font&gt;

    HTML &amp; CSS offer more options for modification. Reffer to the links below.

    Hope this helps!


  2. all i can help with it #3....

    Before each sentence put &lt;br&gt;

    meaning &#039;break&#039;

    each time you do that it will move everything after it down one line

    put two breaks and that leave and empty line between the last line and everything else

    3 Breaks there are to empty lines, and so on

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.