dimensions |
dimensions |
Mar 31 2005, 03:06 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 45 Joined: Mar 2005 Member No: 110,345 |
i was wondering if u could set the width of ur left module and the width of ur entries different sizes.
|
|
|
|
![]() |
Mar 31 2005, 03:10 PM
Post
#2
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
i think u could use this for the entries
CODE <style type="text/css"> .custom{ width: 200px; height: 200px; z-index:100; overflow: visible; border: px #000000 solid; background: #ffffff; }</style> u could also change the colors of the border and backround.. and for the modules i dont think u could but im not sure whats the code but if u use custom module script u could change the width and height http://www.createblog.com/forums/index.php?showtopic=178 |
|
|
|
Mar 31 2005, 03:15 PM
Post
#3
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
CODE <style type="text/css"> table.left { width:##px; } .blogbody { width:##px; } </style> changes the width of the modules and blogbody seperately. I'm not sure if the second one is the correct class, as I'm doing these from memory. |
|
|
|
![]() ![]() |