modules, resize |
![]() ![]() |
modules, resize |
Aug 5 2004, 05:15 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Jul 2004 Member No: 26,839 |
is there any way to resize my modules so there more space for my writing
|
|
|
|
Aug 5 2004, 05:24 PM
Post
#2
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
add this to the style sheet
QUOTE table.left {
/* this edits the menu module */ width:160px; |
|
|
|
Aug 6 2004, 01:23 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
what do you have to add to that to change the color of the modual? I've been playing around with it, but obviously I'm no genius with html.
|
|
|
|
Aug 6 2004, 01:29 AM
Post
#4
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
QUOTE(musicjunkie07 @ Aug 5 2004, 11:23 PM) what do you have to add to that to change the color of the modual? I've been playing around with it, but obviously I'm no genius with html. If you read the rules you would know that you make your own topic for asking a question, don't just randomly post a question in another topic. |
|
|
|
Aug 6 2004, 12:59 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
at least my question was about moduals, and not some random subject. I was wondering what you had to add to the code they were discussing.
|
|
|
|
Aug 6 2004, 01:50 PM
Post
#6
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
QUOTE(musicjunkie07 @ Aug 6 2004, 10:59 AM) at least my question was about moduals, and not some random subject. I was wondering what you had to add to the code they were discussing. Header of module: QUOTE table.left th { background-image: url(); background-color:none; color: #000000; font: bold 9px arial; text-transform: none; text-align:center; border: #000000 1px solid; } Rest of module: QUOTE table.left {
width:180px; color:000000; background-color:#FFFFFF; border: #000000 1px solid; } |
|
|
|
Aug 6 2004, 02:04 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
well, thanks, but that didn't work. it didn't change a thing. when I put it in header, the words showed up at the top of my page. and when I put it in web stats, it didn't do anything at all.
|
|
|
|
Aug 6 2004, 02:06 PM
Post
#8
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
QUOTE(musicjunkie07 @ Aug 6 2004, 12:04 PM) well, thanks, but that didn't work. it didn't change a thing. when I put it in header, the words showed up at the top of my page. and when I put it in web stats, it didn't do anything at all. Use this then, place in custom header: QUOTE <style type="text/css">
table.left th { background-image: url(); background-color:none; color: #000000; font: bold 9px arial; text-transform: none; text-align:center; border: #000000 1px solid; } table.left { width:180px; color:#000000; background-color:#FFFFFF; border: #000000 1px solid; } </style> |
|
|
|
Aug 6 2004, 02:16 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
Thank you, that one worked.
|
|
|
|
Aug 6 2004, 02:21 PM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
Except I still can't change the color of the modual. It let me change the color of the title part, but not the body.
|
|
|
|
Aug 6 2004, 02:27 PM
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
never mind, I figured it out. sorry.
|
|
|
|
![]() ![]() |