Log In · Register

 
how do you do this?, :/
AZNxGAY
post Dec 22 2004, 07:16 PM
Post #1


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



EX: http://www.xanga.com/xXfoodfolifeXx you know how it has the background on the modules? i know how to get that but when i put it on my module it goes behind the links that say profile & guestbook so you can't see the font but AS you can see on his xanga the links go on top of the images, you know what i mean? please tell me how to do that or gimme the code, THNX biggrin.gif
 
2 Pages V   1 2 >  
Start new topic
Replies (1 - 41)
AZNxGAY
post Dec 22 2004, 07:23 PM
Post #2


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



ANYONE? cry.gif
 
AZNxGAY
post Dec 22 2004, 07:34 PM
Post #3


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



NEONE?!
 
AZNxGAY
post Dec 22 2004, 07:34 PM
Post #4


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



NEONE?!
 
lovescream
post Dec 22 2004, 07:36 PM
Post #5


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



dont friggin triple + one post. be patient OR EDIT.
my goodness. _dry.gif
anyway, what picture? i do not see any pictures..
 
kellyannie
post Dec 22 2004, 07:36 PM
Post #6


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



hey hey calm down someone will help you. im not to sure i understand what you are asking?
 
AZNxGAY
post Dec 22 2004, 07:37 PM
Post #7


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



on the module background
 
lovescream
post Dec 22 2004, 07:38 PM
Post #8


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



nothing on the background =\
IS IT JUST MY COMPUTER; I DO NOT SEE ANYTHING.
 
kellyannie
post Dec 22 2004, 07:39 PM
Post #9


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



i see a small picture at the top, is that what you are talking about?
 
AZNxGAY
post Dec 22 2004, 07:40 PM
Post #10


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



a picture of a ring that says WWJD
 
kellyannie
post Dec 22 2004, 07:42 PM
Post #11


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



i think it's because he put it as the background of the module HEADERS and not actual module. you can try that.
 
Relentless
post Dec 22 2004, 07:44 PM
Post #12


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



Oh, i know what he is talking about.. there is a backround on the side modules..

CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
table.left th {
/* on your menu module, this edits the title part of it */

 background-image: url(URL of picture);
background-repeat: no-repeat;
 background-position: center;
 background-color: #Color;
 font: bold 11px arial;
 color: black;
 border: 1px #colorhere;
 }
</style>

<!-- end code provided by createblog.com -->
 
AZNxGAY
post Dec 22 2004, 07:44 PM
Post #13


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



i'm not sure how to do that.. can you PLEASE get me the code?
 
kellyannie
post Dec 22 2004, 07:45 PM
Post #14


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



the code Ralph501 gave you should work...
 
AZNxGAY
post Dec 22 2004, 07:48 PM
Post #15


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



that did work, but thats not what i'm looking for.. the place at the top is too small so the picture gets half cut on mine but i'm using the same pic but his don't get cut
 
Relentless
post Dec 22 2004, 07:48 PM
Post #16


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



QUOTE
i'm not sure how to do that.. can you PLEASE get me the code?


You put in in.. INput to your header

where it says COlor here.. put a color Number or a Color name..
 
AZNxGAY
post Dec 22 2004, 07:50 PM
Post #17


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



i know that part but.. that did work, but thats not what i'm looking for.. the place at the top is too small so the picture gets half cut on mine but i'm using the same pic but his don't get cut
 
Relentless
post Dec 22 2004, 07:50 PM
Post #18


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



Yes, its becuase its on the HEADER of the module.. try this.. this would be in the module backround, instead of header..


CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
table.left {
background-image: url(URL of picture);
background-repeat: no-repeat;
background-position: center;
background-color: #Color;
font: bold 11px arial;
color: black;
border: 1px #colorhere;
}
</style>

<!-- end code provided by createblog.com -->


CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
table.left th {
background-image: url(URL of picture);
background-repeat: no-repeat;
background-position: center;
background-color: #Color;
font: bold 11px arial;
color: black;
border: 1px #colorhere;
height: Number herepx;
}
</style>

<!-- end code provided by createblog.com -->


THis code.. it will be on the very top.. like the site u were talking about.. where it says Number here.. thats the height of the pic u want.. put the number there..

This post has been edited by Ralph501: Dec 22 2004, 07:54 PM
 
AZNxGAY
post Dec 22 2004, 07:53 PM
Post #19


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



i don't know why but i don't work
 
kellyannie
post Dec 22 2004, 07:56 PM
Post #20


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



just add line-height:20px to the module header code, and it will get bigger. make the number bigger or smaller depending on how big your pic is

so it will be like this:

CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
table.left th {
/* on your menu module, this edits the title part of it */

background-image: url(URL of picture);
background-repeat: no-repeat;
background-position: center;
background-color: #Color;
font: bold 11px arial;
color: black;
border: 1px #colorhere;
line-height:20px;
}
</style>
<!-- end code provided by createblog.com -->
 
AZNxGAY
post Dec 22 2004, 07:57 PM
Post #21


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



i already had the codes to do these before, read my ENTRY CAREfully please for what i wanted
 
Relentless
post Dec 22 2004, 07:58 PM
Post #22


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



did you try the 2nd code... where it has Height:.. than it will work.. if you put the right size for your picture.

Hope me & mychemicalromance helped you.. =]

Well.. i read the ENTRY carefully..

Well anyway, ITs a backround.. it suppose to.. do that.. than the links and stuff will go over it..

Unless you use the code i gave you.. the 2nd one.. and put a height number.. than u will probably have a PIcture without no links, etc. would be on it...
 
kellyannie
post Dec 22 2004, 07:58 PM
Post #23


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



did you do the line-height thing i posteD?
 
AZNxGAY
post Dec 22 2004, 08:02 PM
Post #24


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



is it possible to get rid of where it says WELCOME back & BLOGRINGS $ etc
 
Relentless
post Dec 22 2004, 08:04 PM
Post #25


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



Nopes its not.. well you can put a font color as the same as backround.. than you wouldnt see it..
 
AZNxGAY
post Dec 22 2004, 08:07 PM
Post #26


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



nope cuz my pic is big and the size thing MyChemicalRomance. told me don't work SADLY..
 
Relentless
post Dec 22 2004, 08:08 PM
Post #27


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



QUOTE
nope cuz my pic is big and the size thing MyChemicalRomance. told me don't work SADLY..


did you put it exactly..?

line-height: #px;
 
AZNxGAY
post Dec 22 2004, 08:09 PM
Post #28


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



can't cuz the pic is too big and what MyChemicalRomance. told me about the resizing SADLY don't work..
 
AZNxGAY
post Dec 22 2004, 08:10 PM
Post #29


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



oops, i'm REALLY sorry for the double post but YES I DID PUT IT EXACTLY. CAN YOU PLEASE EXACTLY DO IT FOR ME INCASE I'm doing something wrong?
 
Relentless
post Dec 22 2004, 08:10 PM
Post #30


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



QUOTE
can't cuz the pic is too big and what MyChemicalRomance. told me about the resizing SADLY don't work..


well.. since its not WORKING.. why dont you just RE-SIZE the picture yourself on MS paint.. or some paitn program..
 
AZNxGAY
post Dec 22 2004, 08:13 PM
Post #31


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



but when you resize it it will get all crocket and weird. CAN YOU JUST TELL ME HOW TO RESIZE THAT THING CUZ HE MIGHT HAVE GAVE ME THE WRONG CODE
 
Relentless
post Dec 22 2004, 08:15 PM
Post #32


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



QUOTE
but when you resize it it will get all crocket and weird. CAN YOU JUST TELL ME HOW TO RESIZE THAT THING CUZ HE MIGHT HAVE GAVE ME THE WRONG CODE


it is the right code, your probably resizing it wrong..

open your picture.. if you go to the CORNERS of the picture.. it will have some kind of a diagonal mouse.. click & hold.. and move your mouse... which will make it bigger or smaller without ruining/stretching the pic..
 
AZNxGAY
post Dec 22 2004, 08:17 PM
Post #33


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



0ok thnx bye
 
Relentless
post Dec 22 2004, 08:19 PM
Post #34


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



Please, do not put pornographhy pictures on ur signatures.
 
staircase wit
post Dec 22 2004, 08:24 PM
Post #35


because i'm cool like that.
****

Group: Member
Posts: 208
Joined: Dec 2004
Member No: 70,603



OH MY GOD AM I THE ONLY ONE WHO IS NOTICING THAT THERE IS A VERY DISTURBING PICTURE IN THIS MAN'S SIGNATURE?!!?
 
Relentless
post Dec 22 2004, 08:28 PM
Post #36


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



Yes, i know. I noticed it already and told him not to put pornography in your SIGNATURE/AVATAR!!
 
kellyannie
post Dec 22 2004, 08:29 PM
Post #37


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



its still in his profile pic though stubborn.gif
 
rnrn897
post Dec 22 2004, 08:33 PM
Post #38


^ moo...
*****

Group: Member
Posts: 962
Joined: Jun 2004
Member No: 25,212



O_O_O_O_O_O;
WTF! take that off man
 
AZNxGAY
post Dec 22 2004, 08:33 PM
Post #39


GAY AND PROUD
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 73,534



oh please, its no BIG deal, its not the first you ever saw in you LIFE
 
Relentless
post Dec 22 2004, 08:52 PM
Post #40


sang loves hayden.
*******

Group: Staff Alumni
Posts: 3,373
Joined: Feb 2004
Member No: 5,687



Actually its kind of a deal. We obviously know your gay, so you dont have to show all these naked men to this site.

This site is suppose to be PORNLESS.. and your avatar shows MAJOR porno picture. Just take it off, or you might get banned from the moderators, just to let you know. This is a Xanga/blogger/other journal sites,etc. Not a place to show naked pictures to everybody.
 
kellyannie
post Dec 22 2004, 08:55 PM
Post #41


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



this is getting off-topic of xanga help anyway.
 
sherryvu
post Dec 22 2004, 08:56 PM
Post #42


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



QUOTE(AZNxGAY @ Dec 22 2004, 8:17 PM)
0ok thnx bye

http://www.createblog.com/forums/index.php?showtopic=970
^ Community Guidelines by MICRON
Please read all of the rules and guidelines pinned at the top of EACH forum.
QUOTE
Appropriate Content
These forums are to be pg13 - that means no explicit images and/or text. Please remember that we have some young people browsing through the forums.
PICTURES: No nudity of any type is allowed on the boards.
Your profile pic is inappropriate. This is your first warning. If you do it again, your warning level will be raised and you may be suspended.

The topic starter's question has been answered. Please refrain from posting anything off topic. If there is something that needs to be taken care of, please PM the member or one of the mods. Thanks.

[ Profile picture removed and topic closed ]
 

2 Pages V   1 2 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: