Home Page HTML

iChaos
by iChaos · 8 posts
14 years ago in IMVU Homepage Codes
Posted 14 years ago · Author
Hello :]
How do you do a home page like this ? In other color

Image

Thx.
Posted 14 years ago
If you have FireFox, go to that page and press Ctrl+U .
The rest is easy, and it's on your own.

If you still occur problems, PM me the link of that homepage.
Posted 14 years ago · Author
Ok, I sent you a message, I'm not good in html :)
Posted 14 years ago
Okay, I'll see what I can do. If I can't steal the code, I will just write one for you in HTML, using CSS ^^

EDIT: Lol, apparently all that buzz is just a picture, and she used a text. not hard at all, ^^.

She hid every panel, except the about me panel.

This is how to change EVERY info in your about me panel:

Code
<div style="position:absolute; left:170px; padding:15px; top:30px; width:350px; height:200px; background-color:#FF0000; overflow:auto;"
<b>Your Username</b>
<br>
<br>
Avatar since: 00/00/0000
<br>
<br>
Age:
<br>
Country: something
<br>
Last log on / last connection: 2 min.
</div>


Anyways, if you don't want that stuff to appear and want everything like that girl, delete everything except the first paragraph, the [code] thing.

IMPORTANT: add > after auto;" LIKE THIS: overflow;auto;">


Now, she doesn't use a HTML code to create those borders and such, but an image. Here is the link to it:

http://i960.photobucket.com/albums/ae82 ... anx3-3.png
Here's the code for a HTML Image:

img src="http://i960.photobucket.com/albums/ae82/jolynnhall/vivaanx3-3.png" alt="some_text"/

ONCE AGAIN, REMEMBER TO ADD > at the end. This time at the beginning, too. <img ...blahblahblah....some_text"/>



May you try out this code for me, please? Log off, and go to your avatar's page, and tell me if it's good enough. If it is, you can edit the pic with text and stuff. But it's not clickable, lol. I'm kind of busy right now to do such.




style type="text/css">
/* by makethishappen published on http://imvu.at/ic381 under CC-Share-alike license */
#aboutme_panel {
width: 900px !important;
height: 300px !important;
overflow: hidden !important;
}
#rightColumn {
margin-top:320px !important;
}
</style
<div style="position:absolute; left:170px; padding:15px; top:30px; width:350px; height:200px; background-color:#FF0000; overflow:auto;"
img src="http://i960.photobucket.com/albums/ae82/jolynnhall/vivaanx3-3.png" alt="some_text"/


Remember to add <before> after overflow:auto:" , and then <before> after some_text"/

Lol, and you can go to this page for cool codes:
http://www.imvucodes.net

If you need more help, just ask me.
Posted 14 years ago · Author
Ok... :shock: I will try

Edit: I think it's me who doesn't understand (I'm just a french xD) but I do it:


Code
<div type="text/css">
/* by makethishappen published on http://imvu.at/ic381 under CC-Share-alike license */
#aboutme_panel {
width: 900px !important;
height: 300px !important;
overflow: hidden !important;
}
#rightColumn {
margin-top:320px !important;
}
</style
<div style="position:absolute; left:170px; padding:15px; top:30px; width:350px; height:200px; background-color:#FF0000; overflow:auto;"<before>
<img src="http://i960.photobucket.com/albums/ae82/jolynnhall/vivaanx3-3.png" alt="some_text"><before>
Last edited by iChaos on Thu Jul 15, 2010 8:53 am, edited 1 time in total.
Posted 14 years ago
thank's too for this info
Posted 14 years ago
Image
Had some fun makin it lol

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT