not sure where this is supposed to go..., but I need some help! |
not sure where this is supposed to go..., but I need some help! |
Aug 12 2005, 01:06 PM
Post
#1
|
|
![]() a rose by any other name would smell as sweet ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 192,681 |
Yeah, like the title says, I'm not sure which Xanga area this is supposed to go in, but... hey, at least I'm in the right general area! :oD
Anyway... ok, I don't have Premium, but I know there's a way to put a background image in my entry box, I just don't know how to do it... if anyone could give me a code, I'd appreciate it. I've been searching around here, and I've come up with nothing useful--just a headache. I'm not sure if I'm being specific enough... ummm I can provide a link to my xanga, if necessary..?? But, basically, I have my xanga entries boxed in so the entire page is one background image and then my entries are just a separate color... but, I'd like to make the entries an image, I just don't know how to do that. Make sense?? :o\ |
|
|
|
![]() |
Aug 12 2005, 01:13 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Try this
CODE <style type="text/css">table.blogbody {
/* this edits the other the place where the blog is */ background-image: url (Url here); }</style> |
|
|
|
Aug 12 2005, 01:19 PM
Post
#3
|
|
![]() a rose by any other name would smell as sweet ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 192,681 |
Didn't work... should I delete the background color that I have on there now? Will that make a difference?
|
|
|
|
Aug 12 2005, 01:21 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Lemme see if I understand this... I do suffer from temporary brain lapses sometimes. You have your entries in a scrollbox kind of boxed in or just you have borders on them? Because if you have them in a scrollbox, then you can have a background for the entire box.
|
|
|
|
Aug 12 2005, 01:28 PM
Post
#5
|
|
![]() a rose by any other name would smell as sweet ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 192,681 |
I just.... have it in a box... not a scrollbox, I just have a dashed line around it. I'm no html genius, I don't do scrollboxes and fancy stuff. Here... http://www.xanga.com/MissKay37 <--That's my site, simple and boring. I just wanted to know if I could put an image inside the box where my entry is...
...and, while I'm at it, if I could even put one behind where my profile pic and info is.... although I can save that for another day if I have to. :o) |
|
|
|
Aug 12 2005, 01:35 PM
Post
#6
|
|
![]() a rose by any other name would smell as sweet ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 192,681 |
I just.... have it in a box... not a scrollbox, I just have a dashed line around it. I'm no html genius, I don't do scrollboxes and fancy stuff. Here... http://www.xanga.com/MissKay37 <--That's my site, simple and boring. I just wanted to know if I could put an image inside the box where my entry is...
...and, while I'm at it, if I could even put one behind where my profile pic and info is.... although I can save that for another day if I have to. :o) //Edit :: Oops!! I didn't mean to double post this!! Sorry!! :oX |
|
|
|
Aug 12 2005, 01:46 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Try this one
CODE <style type="text/css">
table.blogbody{background-image: url(URL); background-repeat: repeat; background-position: center;}</style> |
|
|
|
Aug 12 2005, 03:38 PM
Post
#8
|
|
![]() a rose by any other name would smell as sweet ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 192,681 |
That worked--yay, thanks!
Now, is there a simple way to also get it to work for the left module? :oD Hehe... If not, no big deal, I'll live! |
|
|
|
Aug 12 2005, 04:17 PM
Post
#9
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
use a stylesheet
you can customize almost everything but for the modules, you're looking for this CODE <style type='text/css'> table.left { /* this edits the menu module */ width:180px; color:000000; background-color:#COLOR CODE; BORDER: #COLOR CODE #px solid;} </style> heres the full stylesheet |
|
|
|
Aug 12 2005, 05:25 PM
Post
#10
|
|
![]() a rose by any other name would smell as sweet ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 192,681 |
Ummm yeah, I have no clue about style sheets 8-\
Just a simple way to put an image on the menu side...? If "simple" is possible. |
|
|
|
Aug 12 2005, 06:26 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
CODE <style type='text/css'> table.left /* this edits the menu module */ {background-image: url(URL); background-repeat: repeat; background-position: center;}</ </style> Here try this for the module. |
|
|
|
![]() ![]() |