left side module, resize |
left side module, resize |
Oct 3 2004, 07:44 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,357 Joined: Jul 2004 Member No: 28,115 |
How do you resize the left side module? Like, making the width smaller?
|
|
|
|
![]() |
Oct 3 2004, 07:51 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Yet another request I can fulfill.
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.left { /* this edits the menu module */ border: 1px dashed #008000; width: 160px; background-color: #Transparent; } </style> <!-- end code provided by createblog.com --> Input yer own values. |
|
|
|
Oct 9 2004, 01:46 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2004 Member No: 41,690 |
is there a code where you can make the width of the place where your entries are smaller?? i removed my module, and i want the width of the place of my entries to be smaller. much smaller.
|
|
|
|
Oct 9 2004, 01:50 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Sure....
Didn't I give it to you already tho? CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ border: 1px dashed #008000; background-color: #Transparent; width: 400px; } </style> <!-- end code provided by createblog.com --> (Change the values please.... ^_^) |
|
|
|
![]() ![]() |