Why do my look and feel links dissapear?, I made a skin and my links dissapear |
![]() ![]() |
Why do my look and feel links dissapear?, I made a skin and my links dissapear |
Sep 2 2004, 06:44 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Aug 2004 Member No: 41,547 |
[FONT=Arial]
I figured out (sorta) how to make a skin, so I made one, and each time I try it out, the links keep on dissapearing! So I have to delete the code and start all over again, I can't figure out whats wrong!! Also, could you help me adjust the PX so it can be centered on the page? Thanks! <div style=" overflow: auto; width: 700px; height: 700px; margin-top: 00px; margin-left: 0x;"> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <style type="text/css"> /*Sunset Bay Beach*/ /*by tropicaltide071*/ body { background-image:url(C:\Documents and Settings\KELLY!!\My Documents\My Pictures\Beach.jpg); background-repeat: none-y-x; background-color: #FFFFFF; scrollbar-face-color: #000000; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #9933FF; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; } #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.blogbody { width:WIDTH OF THE BLOGpx; font-family: Arial; font-weight: none; font-size: 12pt; color: #FFFFFF; text-align: justify; padding: 0px; margin-top: 2px; } .caption, .blogheader { width: 500px; padding: 3px; font-family: arial; font-size: 8pt; text-align: center; color: #FFFFFF; background-color: #CCFFFF; text-transform: lowercaps; margin-top: 10px; } div.smalltext{ width: WIDTHpx; padding: 3px; text-align: left; } P, B, I, TD, TH {font-family: arial; color: #FFFFFF; font-size: 8pt; } A:link, A:visited, A:active {color:#FF00CC; text-decoration:bold; font-size:8pt;} a:hover {text-decoration: underline; color:#COLOR; font-size: 8pt; );} b, strong, i, u, { /* edit colors when bold italic underline */ font-family: arial; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-transform: lowercaps; </style> <IMG SRC='C:\Documents and Settings\KELLY!!\My Documents\My Pictures\Beach.jpg' border=0 width=0height=0='#imgmap'> <div style="position:static; margin-left: 400px;margin-top: 0px;border: 0px solid #COLOR CODE; width: 0px; height: 0px;background: none; overflow: auto"> <table border="0" width=100%><tr> <td colspan=2> <b class=nav>About Me</b> <tr> <td colspan=2><br> KeLLy <3 <tr><td colspan=2><br> <b class="nav">Navigation</b><br> <a href="http://www.xanga.com/">Xanga</a><br> <a href="http://www.xanga.com/signin.aspx">Sign In</a><br> <a href="http://www.xanga.com/logout.aspx">Sign Out</a><br> <a href="http://www.xanga.com/private">Back to my site</a><br> <a href="http://www.xanga.com/claf">Look & Feel</a><br> <a href="http://www.xanga.com/Private/subs.aspx">Your Subs</a><br> <a href="http://www.xanga.com/guestbook.aspx?user=tropicaltide071">Guestbook</a><br> <a href="http://www.xanga.com/profile.aspx?user=tropicaltide071">Profile</a> (<a href="http://www.xanga.com/Private/profilebasic.aspx">Edit</a>)<br> <a href="http://www.xanga.com/private/tracking.aspx">Comments</a><br> <a href="http://www.xanga.com/Private/feedback.aspx">Feedback</a><br> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=tropicaltide071" target="blank">Add Me</a><br> <tr> <td colspan=2> <b class="nav">Subscriptions</b> <tr> <td> <a href="http://www.xanga.com">link</a><br> <a href="http://www.xanga.com">link</a><br> <td> <a href="http://www.xanga.com">link</a><br> </tr> </table> </div> <div align="center" class="blogspace"> |
|
|
|
Sep 2 2004, 07:10 PM
Post
#2
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 |
this part needs to be changed: CODE <!-- begin code provided by createblog.com --> <div style=" overflow: auto; width: 700px; height: 700px; margin-top: 00px; margin-left: 0x;"> <!-- end code provided by createblog.com --> into this: CODE <!-- begin code provided by createblog.com --> <div style=" overflow: auto; width: 700px; height: 700px; margin-top: 00px; margin-left: 0px;position: static"> <!-- end code provided by createblog.com --> im not gonna change the px around for u..or ne body else for that matter. it takes a long time to do dat. remove this part to fix the links: CODE <!-- begin code provided by createblog.com --> .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} <!-- end code provided by createblog.com --> n ur problem should be dealt with |
|
|
|
![]() ![]() |