stupid question |
![]() ![]() |
stupid question |
Dec 6 2004, 01:36 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 34,011 |
yeah, my friend gave me this layout, and i really like it but i hate how the profile is on the right and not the left [like normal] could someone tell me how to fix this?
body{ background:#ffffff url(http://img.photobucket.com/albums/v507/sighlerrocks/bang.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom left; scrollbar-face-color: #000000; scrollbar-highlight-color: #00cc33; scrollbar-3dlight-color: #00cc33; scrollbar-darkshadow-color: #00cc33; scrollbar-shadow-color: #00cc33; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; width: 50% margin-right: 00%; margin-left: 36%; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font: 8pt verdana; color:#cccccc; } div.blogheader, .caption { font: bold 14pt verdana #FFFFFF; text-transform: uppercase; border-left: 4px solid #00cc33; border-right: 4px solid #00cc33; border-top: 4px solid #00cc33; color: #cccccc; text-align: center; width: 390px; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid #00cc33; font: 8pt verdana #FFFFFF; background-color: #000000; color: #cccccc; } table.left { /* this edits the menu module */ width:180px; background-color: #000000; border: 3px solid #00cc33; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #000000; font: bold 8pt verdana; text-transform: uppercase; color: #cccccc; text-align: center; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #000000; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #000000; border-left: 4px solid #00cc33; border-right: 4px solid #00cc33; border-bottom: 4px solid #00cc33; width: 390px; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border-color: #000000; width: 400px } </style> <style type="text/css"> /* Footer Remover - xanga.com/add_ons */ table.footer, table.footernav {display: none;}; </style> <script language="Javascript"> var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> <p align=center><style><!-- A:link { text-decoration: underline; color: #cccccc; font: 8pt verdana; } A:visited { text-decoration:underline; color: #cccccc; font: 8pt verdana; } A:active { text-decoration: underline; color: #ffffff; } A:hover { color: #00cc33; cursor: n-resize; font: bold 9pt verdana; text-transform: uppercase; text-decoration: none; border: 2px solid #00cc33; } //--> </style> |
|
|
|
Dec 6 2004, 01:41 AM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Do you have an example?
And is there anything that you put in the Website stats? |
|
|
|
Dec 6 2004, 01:47 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 92 Joined: Feb 2004 Member No: 3,709 |
Remove this
QUOTE <script language="Javascript">
var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> |
|
|
|
Dec 6 2004, 02:01 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 34,011 |
cool thanks, but i when i do that it well
http://www.xanga.com/home.aspx?user=no_5withabullet looks like that yeah and its left aligned and all...at least i think. how do i get it centered again? |
|
|
|
Dec 6 2004, 02:19 AM
Post
#5
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Did you set your xanga to middle aligned on the General Page Settings?
|
|
|
|
Dec 6 2004, 02:54 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 34,011 |
yeahh i did and it still does it
|
|
|
|
Dec 6 2004, 03:51 AM
Post
#7
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Try putting
CODE <!-- begin code provided by createblog.com --> <div align=center> <!-- end code provided by createblog.com --> At the very top of your Custom Header. |
|
|
|
Dec 6 2004, 02:27 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 34,011 |
yeah its still doing it. i guess i should just find a new layout?
kinda new at this stuff. if anyone could tell me where i could get a layout...something like this http://www.xanga.com/home.aspx?user=k1ss_the_GUN yeah, its much appericated. just looking to having it centered again. thanks<3 |
|
|
|
![]() ![]() |