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
|
|
![]() Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 ![]() |
Moved to Xanga Support
It could be one of two things: 1. CODE .blogbody {font-family: arial; size: 8pt; color: #000000; width: 497px; line- height:11px; background-color:#FFFFFF; border-left:2px solid #000000; border-right: 2px solid #000000; border-bottom: 2px solid #000000;} This part at the very end of this code, "#000000;}", there was missing a semi-colon... ad that in like I have it shown above. 2. You need to break it up like this: CODE .blogbody {font-family: arial; size: 8pt; color: #000000; width: 497px; line- height:11px; background-color:#FFFFFF; border-left:2px solid; border-right: 2px solid; border-bottom: 2px solid; border-color: #000000;} With a separate border-color attribute like the above. |
|
|
![]() ![]() |