my old layout has got some bugs, I need help restoring a very very old layout |
my old layout has got some bugs, I need help restoring a very very old layout |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 34 Joined: Apr 2004 Member No: 11,224 ![]() |
Hi friends
So, when I first started xanga, I used a layout from create blog. Over the years, I kept changing the image, and the colours, (through trial and error - I'm not HTML savvy) and have finally adapted into the bare-bones layout I have now. I love it just the way it is, except! the right, left, and bottom border that should be surrounding each entry have mysteriously disappeared. I've tried to fix it, again, through trial and error, but I'm not sure what the root of the problem is. http://www.xanga.com/thriftstoresecrets take a peek, and if you think you know what the problem is, I'll send you the code I have (just to save space instead of putting it here). Thanks! |
|
|
![]() |
![]()
Post
#2
|
|
![]() always<3. ![]() ![]() ![]() ![]() Group: Official Designer Posts: 242 Joined: Mar 2006 Member No: 387,714 ![]() |
i think i see the problem.
why do you have CODE </textarea></noscript> after CODE <style type=text/css> ? replace CODE <style type=text/css></textarea></noscript> .blogbody {font-family: arial; size: 8pt; color: #000000; width: 497px; line- height:11px; background-color:#FFFFFF; border-top: 0px solid #ffffff; border-left:2px solid #1D1D1D; border-right: 2px solid #1D1D1D; border-bottom: 2px solid #1D1D1D;} .caption, .blogheader { background-image: ( ); background-color: #FFFFFF; font: 16px arial; font-weight: bold; text-transform: lowercase; letter-spacing: -2px; color: #000000; border-bottom: 0px solid #ffffff; border-top: 2px solid #1D1D1D; border-left:2px solid #1D1D1D; border-right: 2px solid #1D1D1D; text-align: right; padding-bottom: 4px; padding-top: 4px; padding-right: 5px; line-height: 100%; width:497px} #pnlEnabled table, .htmleditor { width:400px; } input, option, select{ font-family: arial; font-size:8pt; color:#FFFFFF; background:#CCCCCC; border-top: solid 2px #000000; border-bottom: solid 1px #1c1c1c; border-right: solid 1px #1c1c1c; border-left: solid 1px #d1d1d1;} .mainleft { display:none; } </style> with this CODE <style type="text/css"> .blogbody{ font-family:arial; size:8pt; color:#000000; width:497px; line-height:11px; background-color:#FFFFFF; border-top:0px solid #ffffff; border-left:2px solid #1D1D1D; border-right:2px solid #1D1D1D; border-bottom:2px solid #1D1D1D; } .caption, .blogheader{ background-color:#FFFFFF; font-size:16px; font-family:arial; font-weight:bold; text-transform:lowercase; letter-spacing:-2px; color:#000000; border-bottom:0px solid #ffffff; border-top:2px solid #1D1D1D; border-left:2px solid #1D1D1D; border-right:2px solid #1D1D1D; text-align:right; padding-bottom:4px; padding-top:4px; padding-right:5px; line-height:100%; width:497px; } #pnlEnabled table, .htmleditor{ width:400px; } input, option, select{ font-family: arial; font-size:8pt; color:#FFFFFF; background:#CCCCCC; border-top:2px solid #000000; border-bottom:1px solid #1c1c1c; border-right:1px solid #1c1c1c; border-left:1px solid #d1d1d1; } .mainleft{ display:none; } </style> AND DON'T EDIT ANYTHING! just place it in header. |
|
|
![]() ![]() |