how to make a xanga skin!, this code ALWAYS works for me! |
how to make a xanga skin!, this code ALWAYS works for me! |
Oct 11 2004, 07:28 AM
Post
#1
|
|
|
artzysmartz ![]() ![]() ![]() Group: Member Posts: 76 Joined: Aug 2004 Member No: 41,209 |
this is the code i used to make all my skins! hope you enjoy it! change all the ###'s to real numbers and make sure you delete the (put image mapper code here) if you dont have an image mapper code!
CODE <!-- begin code provided by createblog.com -->
<script language="JavaScript"> document.title=('TITLE HERE!')</script> <<<-----put the image mapper code here! (if you have one!)----->>> <div id="content" style="margin-top: -###px; margin-lefT: ###px; width: ###px; height: ###px; margin-right: ###px; margin-bottom: ###px; overflow: auto; filter: none;"> </script> <style type="text/css"> /* Footer Remover - xanga.com/add_ons */ table.footer, table.footernav {display: none;}; </style> <style type=text/css> texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} </style> <style type="text/css"> body { scrollbar-arrow-color: #CODE; scrollbar-track-color: #CODE; scrollbar-shadow-color: #CODE; scrollbar-face-color: #CODE; scrollbar-highlight-color: #CODE; scrollbar-darkshadow-color: #CODE; scrollbar-3dlight-color: #CODE; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal #px FONT; line-height: #px; color: #COLOR; letter-spacing: #px; text-align:justify;} table.footer TD { /* this makes the footer at the bottom centered */ text-align: center;} a:link, .footernav.link, a.footernav:link, a.footernav:active { color: #COLOR OF LINK; text-decoration: none;} a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #COLOR OF LINK VISITED; text-decoration: none;} a:hover { /* edits when user mouseovers the links */ color: #COLOR OF LINK WHEN MOUSE HOVERS OVER IT; cursor: CURSOR WHEN MOUSE HOVERS OVER LINK; text-decoration: none;} div.blogheader, .caption { background-repeat: no-repeat; background-position: left; font-family: Tolkien; text-transform:none; font-size:16px; line-height:20px; font-weight:italic; color:#000000; letter-spacing:1px; background-color:transparent; text-align: left; } table.blogbody { /* this edits the other the place where the blog is */ border: 0px solid COLOR; background-color: transparent; width: ###px;} table.search TD, table.announcements TH { border: 0px solid #CODE; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: ###px; } hr { /* horizontal divider */ border: 1px solid #COLOR OF LINE THAT SEPERATES EVERY BLOG ENTRY; } </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |