module titles |
module titles |
Nov 26 2005, 03:00 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,152 Joined: Oct 2004 Member No: 57,818 |
CLICK.
See how the date is out of the entry box? How do I get the titles of the modules (LILLIE_X, SUBSCRIPTIONS, etc.) outside the modules? Thanks. |
|
|
|
![]() |
Nov 26 2005, 03:02 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <style type="text/css">
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color:none; color: #000000; font: bold 10pt trebuchet ms; text-transform: none; text-align:center; border: #000000 0px solid;} </style> |
|
|
|
Nov 26 2005, 04:50 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,152 Joined: Oct 2004 Member No: 57,818 |
That's basically what I have already
|
|
|
|
Nov 26 2005, 04:52 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Yes, but the border needs to be 0. In CLAF too.
|
|
|
|
Nov 26 2005, 04:58 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
This part in your code should kinda look like this...
CODE table.left { /*menu module*/ border: 0px solid black; width:178px; background: #ffffff;} table.blogbody { /*blogs */ border: 1px solid black; background: #fffff; width: 300px;} table.left th { /* title part of menu module */ background: #transparent url(); font-family: tahoma; text-transform: uppercase; font-size: 20px; letter-spacing: -2px; font-weight: bold; color: #000000; text-align: right; border: 0px solid black} table.left TD { /*body part of menu modules*/ background: #ffffff); color: black; text-align: CENTER; border: 1px solid black;} sorry since i kinda viewed your source. |
|
|
|
Nov 27 2005, 01:00 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,152 Joined: Oct 2004 Member No: 57,818 |
Haha, it's okay. Let's see if it works now....
Mods, you can close this now. |
|
|
|
![]() ![]() |