Trouble Coding Xanga, Custom Xanga Settings |
Trouble Coding Xanga, Custom Xanga Settings |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 216,108 ![]() |
I got the bright idea to make a semi-friendly PSP xanga. It seems to actually work fairly well, but I'm having trouble getting the layout to act properly though. So far it's proved to be nothing but a headache to me. lol
I mostly wanted to cut down the width of the left modules, which I've done using this code in the Custom Header section: In turn it made the title bar disappear so I added this code to into the Custom Header section as well: Preview My Xanga Here It seemed to have worked for the most part, but the area where the posts show up are a little too far from the left module. I'd like it to be closer. I'm pretty stumped as to how to add code for the entry sections. The effort I put into seraching creatblog have been in vain b/c people mostly want something different. Where as I'd like to keep the exact layout that you see in the link. Including the way it indents itself after the days date. I would like to get rid of the subscriptions and calendar module as well w/o sacrificing the feature you get without obliterating the Private section. I found code for the modules HERE, but it jacks everything up. Including the Navigation Toolbar and adjusts the entry section to an width that stretches as far as the banner does. Sorry for the long first post. Any help is appreciated. Hello btw. :D |
|
|
![]() |
![]()
Post
#2
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Aug 2005 Member No: 216,108 ![]() |
I figured it out. I'm not irritated anymore.
Here's the code I used. This one for the left module adjustment. CODE <style type="text/css"> table.left { /*whole menu module*/ width:130px;} </style> This one for the table adjustment. CODE <style type="text/css"> texttable.left, td.mainleft, table.left, { width: 140px; padding-right: 0px;} </style> It worked fine. Happy day! Although, I do notice that Playstation Portable does infact ignore the Remove Calendar and the Extra Module code. lol So that sucks. |
|
|
![]() ![]() |