Annoying margin in profile, ...and other things |
![]() ![]() |
Annoying margin in profile, ...and other things |
Aug 20 2005, 09:36 AM
Post
#1
|
|
![]() what the heck is a custom member title? ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Dec 2004 Member No: 76,834 |
i want to submit this skin but i still have a few more problems.
1. there is this annoying margin or gap in the profile section and the trim and background are yellow. not in my code but in my own settings i put yellow but i can't change it in the code. 2. in my guestbook the dates are really big. again, in my own settings i put 5 font because i wanted to make sure my coding was working. and again, i can't find a way to change it in the code. 3. the read subs link won't work... clickie clickie |
|
|
|
Aug 20 2005, 12:00 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Well for this part
CODE <AREA SHAPE="rect" ALT="" COORDS="243,529,285,537" HREF="="http://www.xanga.com/private/subs.aspx"> you have two of those =" you only need one try taking one of those out. Also instead of using this. CODE font,td,p,xmp {color:#CE8D8C; font-face: veranda; font-weight:normal; font-size:8pt; text-align:justify;} Try this CODE .left, table.footer, .standard, .leftmodulefontcolor, p, td { /*site text*/ font:normal 10px veranda; color:#CE8d8c; text-align:justify; } Well for the profile you kinda have to edit it witout using html so you have to edit it by using xanga's default options in the left module section., and I'm not tooo sure about the gap. This post has been edited by FroZenCloud104: Aug 20 2005, 12:11 PM |
|
|
|
![]() ![]() |