How to edit page :|

This forum is for help with this web site. Please read the FAQ and then search this forum before asking questions here; most likely the question you are about to ask has already been answered.

How to edit page :|

Postby Vanity » Mon Mar 16, 2009 11:35 pm

Oki ive seen poeple being able to edit their page like a post but i can't seem to do that....I try to type my info by typing something on a amv announcement and then copy paste it on my profile but doesn't seem to work....how do i add all the goodies to my profile like everyone else =/
User avatar
Vanity
 
Joined: 28 Dec 2007
Location: Everywhere, yet no where
Status: XIII

Re: How to edit page :|

Postby JaddziaDax » Tue Mar 17, 2009 1:02 pm

are you talking about adding links or something? or adding images/text colors and what not?
User avatar
JaddziaDax
Crazy Cat Lady!
 
Joined: 16 Mar 2004
Location: somewhere i think O.o
Status: I has a TRU Arceus

Re: How to edit page :|

Postby Vanity » Tue Mar 17, 2009 8:00 pm

:up: yeah thats exactly what im talking about
User avatar
Vanity
 
Joined: 28 Dec 2007
Location: Everywhere, yet no where
Status: XIII

Re: How to edit page :|

Postby Kariudo » Wed Mar 18, 2009 1:53 am

<a> tags and css my friend (works in profile and video information page)

Code: Select all
<a style="display:block; background:url('url to your image here, yes keep the single quotes'); height:[height of image in px]px; width:[same thing as height]px; background-repeat:no-repeat;"></a>


as an example...here's some code from my profile page
Code: Select all
<a style="display:block; height:100px; width:100px; background:url('http://img64.imageshack.us/img64/4677/smalllafielissmallmw5.jpg'); background-repeat:no-repeat;">


everything inside of style is css. If you want to learn more, I found this site to be extremely helpful
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Re: How to edit page :|

Postby Anicsi » Sun Aug 23, 2009 7:04 am

I hope you don't mind me picking up this thread.
Well, I have the same issue, too, however, I only want to add a picture, nothing more.
Isn't there just a simple way to do this? I mean without having to learn the whole process. Something like an order I can use, only with adding the URL name and (if needed) wide and height?

Would be really greatful :)
Anna
User avatar
Anicsi
 
Joined: 18 Jun 2007

Re: How to edit page :|

Postby Kariudo » Sun Aug 23, 2009 8:32 am

Using css is the only way right now, but you pretty much just have to copy/paste the code in my last post (and change the url, height and width.)

In addition to my last post...
You'll probably have to change the position of the image you put into your profile. To do that, put the following somewhere into the css:
Code: Select all
position:relative; top:[x]px; left:[y]px

more code from my profile
Code: Select all
<a style="display:block; position:relative; background:url('http://img369.imageshack.us/img369/2/haseoup1.png'); width:215px; height:300px; left:300px; top:-20px; margin-bottom:-300px;"></a>
(margin-bottom is just for aesthetics, makes it so that there is no gap between whatever was before the pic and what comes next)

+edit 4/29/10: <img> can now be used in the video description page...so yeah, use that instead
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!


Return to Site Help & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest