Click me to see why these adverts are here

Login:
or Register


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help and future tutorial
29-12-2009, 03:46 AM
Post: #1
Help and future tutorial
I've asked this before but I must ask it once again;
How do you get text above your profile?

I was told last time that to get it up there you must put it in Customization
but when I tried to put some text up there today it appeared but it didn't change sizes.

If you don't know what I'm talking about go to Jeremiah's profile and see where he wrote 'we have past the point of no return...'

That is what I'm trying to do and it won't let me change the size of the font.

If you guys could even put a tutorial up on how to do it so people will know how to do it in the future.
I'm sure most of the members here don't even know they can do it.
Quote this message in a reply
29-12-2009, 05:48 AM
Post: #2
Re: Help and future tutorial
I didn't know we could do this either until you asked me. xD
But a tutorial would be good. :3

[center][Image: CrowdSpringSiggy.jpg]
[/center]
Quote this message in a reply
01-01-2010, 03:29 AM
Post: #3
Re: Help and future tutorial
Oh that's simple really. You just put the following right in your Customization box on your Ultimate Profile.

    <div style="text-align: center;">
    *text/image here without stars*
    </div>

If you want spacing between the top header and the information on your profile, just throw a few <br/> tags before and after your text.

ex;

    <div style="text-align: center;">
    <br/><br/><br/>
    Welcome to my profile!
    <br/><br/><br/>
    </div>

To change the size (and color) of your text you need to add a little more code though.

ex;

    <div style="text-align: center;">
    <font size="5" color="#FFAAFF">
    Welcome to my profile!
    </font>
    </div>

This will give you pink text at the top of your page, at a reasonable size, that says "Welcome to my profile!". Just increase or decrease the "5" to get larger or smaller text, and replace the numbers after the # to get different colors, or remove the #FFAAFF altogether and put a generic color (so, color="red blue white black green yellow purple fuchsia cyan" <- put ONE of those colors!). Also put in those <br/> tags so things aren't as crowded.

-----

I could make a tutorial of how to change aspects of profile pages if people want.. >__o;; I've got most, if not all of it figured out.
Quote this message in a reply
02-01-2010, 12:20 AM
Post: #4
Re: Help and future tutorial
Wow thanks Big Grin

And yeah I think you should post up a tutorial on how to do various things.
Quote this message in a reply
03-01-2010, 12:43 AM
Post: #5
Re: Help and future tutorial
Welcome. :3

And uhm, I'll see what I can do. Maybe I'll put a few things up in my profile or make a thread here if enough people want it.
Quote this message in a reply
04-01-2010, 10:34 AM
Post: #6
Re: Help and future tutorial
You could make that shorter by putting your font and colour selection in your div style tag;

<div style="text-align: center; color:#FFAAFF; font-size:5pt;">
     Welcome to my profile!
 </div>

But both should work fine  Big Grin

Also, instead of putting <BR /> tags in, you could use padding, for example;

<div style="text-align: center; color:#FFAAFF; font-size:5pt; padding-top:10px">
    Welcome to my profile!
</div>

Hope that helps Smile

I'm always happy to help! If you need anything, just send me a personal message (PM) and I'll try help if I can...
Quote this message in a reply
04-01-2010, 10:00 PM
Post: #7
Re: Help and future tutorial
Hurray Matt! Thanks Big Grin
Quote this message in a reply
05-01-2010, 05:48 AM
Post: #8
Re: Help and future tutorial
(04-01-2010 10:34 AM)Matt link Wrote:You could make that shorter by putting your font and colour selection in your div style tag;

<div style="text-align: center; color:#FFAAFF; font-size:5pt;">
     Welcome to my profile!
</div>

But both should work fine  Big Grin

Also, instead of putting <BR /> tags in, you could use padding, for example;

<div style="text-align: center; color:#FFAAFF; font-size:5pt; padding-top:10px">
     Welcome to my profile!
</div>

Hope that helps Smile

<div style="text-align: center; color:#FFAAFF; font-size:5pt;">
     Welcome to my profile!
</div>

^This didn't seem to work for me, man. Dunno why though, it should work. ;~;
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)