troubleshooting, layout problems |
troubleshooting, layout problems |
Apr 13 2004, 07:30 PM
Post
#1
|
|
![]() Feh... I want ramen!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 928 Joined: Feb 2004 Member No: 3,203 |
problematic page
how do you make it so the blog doesn't scroll?? (as in it just keeps stretching down if your posts are really long without scrolling) and while i'm at it, how do you get rid of the space between the left module and the main and the space between the main and right side? (in the box, i mean.) |
|
|
|
![]() |
Apr 14 2004, 09:03 AM
Post
#2
|
|
![]() Feh... I want ramen!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 928 Joined: Feb 2004 Member No: 3,203 |
heres my code:
CODE <!-- begin code provided by createblog.com --> <center><img src="http://users.adelphia.net/~jguo/reminiscence/banner.jpg"><center> <DIV style="align=center; border: 3px solid; border-color:#000000; width: 1px"> <DIV id= scroll style="overflow: auto; background-color: #333333; HEIGHT:100%; width: 594px"></style> <STYLE type=text/css> BODY { SCROLLBAR-FACE-COLOR: #333333; SCROLLBAR-HIGHLIGHT-COLOR: #999999; SCROLLBAR-SHADOW-COLOR: #3a3a3a; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #6a6a6a; SCROLLBAR-DARKSHADOW-COLOR: #000000 } </STYLE> <STYLE type="text/css"> <!-- P {font-family:arial; color: #212121; font-size: 8pt} B {font-family:arial; color: 212121; font- size:8pt} I {font-family:arial; color: 212121; font- size:8pt} TD {font-family:arial; color:212121; font-size: 8pt;} TH {font-family:arial; color:999999} A:link{color:8a3324;text-decoration:none; text-transform: lowercase; font-size:8pt;} A:visited{color:000000; text-decoration: line-through; font-size:8pt;} A:active{color:8a3324;text-decoration:none;font- size:8pt;} a:hover{color:800000; filter: blur(add=100, direction=90, strength=40); height: 1}--> </style> <STYLE type="text/css"><!-- BODY, P, TD { font-family:arial; color: 212121; letter-spacing:0pt; word-spacing: 5px;} --> </STYLE> <style> table.module { /* this edits the menu module */ border: 4px solid #000000; width:140px; background-color: #a6a6a6; } table.blogbody { /* this edits the place where the blog is */ border: 4px solid #000000; background-color: #a6a6a6; width:410px; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 300px; } hr { /* horizontal divider */ border: 2px solid #212121; } </style> <STYLE> /*top bar remover - xanga.com/add_ons*/ table.navigation, table.footer {display: none;}; </STYLE> <style type=text/css> /* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 4px solid #000000; width:140px; background-color:a6a6a6; } table.module th { background-image: url(http://users.adelphia.net/~jguo/reminiscence/moduletitle.jpg); background-color: #a6a6a6;font: bold 9pt arial; text-transform: uppercase;color: #212121; border: none; } table.module td { color: #a6a6a6; text-align: left; border: none; background-image: none; } </style> <!-- add this below all the CSS --> <table border=0 width="660"><tr><td valign="top" width="140"> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module"> <center><img src="http://p.xanga.com/destinedsoul/profile.jpg"></center><p> <!-- edit for your information --> <b>name:</b> doeman <br> <b>state:</b> merf<br> <b>gender:</b> genderqueer </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module"> <!-- Add your subscriptions here --> <a href="http://www.xanga.com/SOMEONE">SOMEONE</a><br> <a href="http://www.xanga.com/SOMEONE">SOMEONE 2</a> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module"> <!-- Add your blogrings here --> <a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">createBlog.com</a> </td></tr></table><br> <!-- Here's your CUSTOM MODULE.. copy and paste as needed --> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module"> INSERT CHATTERBOX HERE </td></tr></table><br> </td><td width="350" valign="top" align="left"> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> though i don't know what you mean by "but your entry box left a little piece of kenshin's head on top.. " ?? |
|
|
|
Fireshrieker troubleshooting Apr 13 2004, 07:30 PM
Spirited Away if you can post your code, i might be able to tell... Apr 13 2004, 09:07 PM
Spirited Away i think you fixed it already.. but your entry box ... Apr 13 2004, 09:57 PM
Spirited Away on your second line of DIV
QUOTE<DIV id=... Apr 14 2004, 12:14 PM![]() ![]() |