Is there a way to have custom modules AND... |
![]() ![]() |
Is there a way to have custom modules AND... |
May 26 2005, 12:39 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2005 Member No: 144,067 |
I found the codes to put custom modules on my xanga, and that's no problem I have done that before, but I also want to use this code...
...to put modules on the right side of the screen as well. Is there anyway that I can do that? Thanks. ///edit On this xanga of mine I want there to be a border around the entire title of the modules. I mean there is no line showing where the title ends and the rest of it begins, is there a way to put a border there? Thanks |
|
|
|
May 26 2005, 05:45 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... For the right-side ones, just make another set of custom modules and add this before <div align="right"> and this after the last module </div>
.... For the titles, edit this section of the CSS. CODE table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; } You need to add this somewhere within that sequence.CODE border-bottom: #FFFFFF solid 2px; Edit those to your heart's content.
|
|
|
|
May 26 2005, 05:53 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2005 Member No: 144,067 |
// edit - - -
err, i'm a dork. i didn't realize that i accidentally deleted all the text in my modules. so strike this post. |
|
|
|
May 26 2005, 06:01 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2005 Member No: 144,067 |
...sorry to double post but...
I tried doing what you said with the modules about creating a new set and adding the div code, but it didn't work, all it did was make another set right next to the others, this is the code I'm using... Custom Header Website Stats Do I need to use a different code or was I doing something wrong? |
|
|
|
May 26 2005, 06:02 PM
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Hate to tell you this, but there wasn't any text to begin with, for me. I thought you just hadn't added anything.
CODE table.module { border: 2px solid #F2197A; width:200px; background-color: #FFFFFF; } It should really look like that, I think.
table.module th { background-color: #FFFFFF;font: 11px veranda; color: #F2197A; border-bottom: #F2197A solid 2px; } |
|
|
|
May 26 2005, 06:09 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2005 Member No: 144,067 |
QUOTE(nyah-nek0 @ May 26 2005, 6:02 PM) Hate to tell you this, but there wasn't any text to begin with, for me. I thought you just hadn't added anything. CODE table.module { border: 2px solid #F2197A; width:200px; background-color: #FFFFFF; } It should really look like that, I think.table.module th { background-color: #FFFFFF;font: 11px veranda; color: #F2197A; border-bottom: #F2197A solid 2px; } haha, yes, i'm sorry, i realized just now that i deleted the navigation. i'm sorry. i'm kind of slow today. |
|
|
|
May 26 2005, 06:11 PM
Post
#7
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Don't feel bad.... You're getting help from the idiot half-wit, who just so happens to be fairly good at stuff like this.
|
|
|
|
![]() ![]() |