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 - 24)
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..
 

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