layout newbie, whats wrong? |
![]() ![]() |
layout newbie, whats wrong? |
Apr 22 2009, 05:25 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2009 Member No: 724,893 |
hey, having problems with a new layout for our page at www.myspace.com/extremelargeness , as you can see on the page there's a space at the top where some links should be but they don't appear and I'm not sure why. Here's the code for it:
CODE <style> page style info {dont mess with this code} table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:d0ecfe; background-image:url('http://i44.tinypic.com/156vbyb.jpg'); background-attachment: fixed; background-position:top center; background-repeat:no-repeat; } table table { border: 0px } table table table table{border:0px} table table table { border-style:solid; border-width:0px; border-color:000000; background-color:transparent; } table, tr, td, li, p, div { font-family:arial; color:000000; font-size:12px; } .blacktext10 { font-family:arial; color:000000; font-size:11px; font-weight:bold; } .lightbluetext8 { font-family:arial; color:000000; font-size:10px; visibility: hidden; display: none; } .orangetext15 { font-family:arial; color:4b86b2; font-size:10px; font-weight:bold; visibility: hidden; display: none; } .redtext { font-family:arial; color:000000; font-size:9px; } .redbtext { font-family:arial; color:000000; font-size:10px; } .text { font-family:arial; color:000000; font-size:9px; } .whitetext12 { font-family:arial; color:000000; font-size:9px; visibility: hidden; display: none; } a:active, a:visited, a:link { font-family:arial; color:70a1c1; font-size:9px; text-decoration: none;} a:hover { font-family:arial; color:4b86b2; font-size:9px; text-decoration: none;} a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial; color:70a1c1; font-size:9px; } a.navbar:hover { font-family:arial; color:4b86b2; font-size:9px; } a.redlink:active, a.redlink:visited, a.redlink:link { font-family:arial; color:70a1c1; font-size:10px; font-weight:bold; } a.redlink:hover { font-family:arial; color:4b86b2; font-size:10px; } .nametext { font-family:arial; color:000000; font-size:9px; } masthead image and links {dont mess with this code} img { border:0px; } .priority_banner { background-color:transparent; color:cccccc; position: absolute; left: 50%; top: 170px; height: 321px; width: 704px; margin-left: -352px; overflow:hidden; font-family:Arial, Helvetica, sans-serif !important; border-width: 0px; text-align: center; } body table table td { padding-top:450px; } div table table td { padding-top:0px; } body table table table td { padding-top:4px; } .priority_links { background-color:transparent; position: absolute; left: 50%; top: 491px; height: 300px; width: 740px; margin-left: -370px; overflow:hidden; font-family:Arial, Helvetica, sans-serif !important; border-width: 0px; text-align: center; } .store a { display:block; width: 147px; font: bold 14px sans-serif;; padding:125px 0px 0px 0px; background: url("http://i44.tinypic.com/2vv464p.gif"); background-position: 0 0; background-repeat: no-repeat; text-decoration: none; } .store a:hover { background-position: -150px 0; text-decoration: none; } .home a { display:block; width: 148px; font: bold 14px sans-serif;; padding:125px 0px 0px 0px; background: url("http://i42.tinypic.com/x3zdbp.gif"); background-position: 0 0; background-repeat: no-repeat; text-decoration: none; } .home a:hover { background-position: -148px 0; text-decoration: none; } .add a { display:block; width: 149px; font: bold 14px sans-serif;; padding:125px 0px 0px 0px; background: url("http://i40.tinypic.com/15oxkqe.gif"); background-position: 0 0; background-repeat: no-repeat; text-decoration: none; } .add a:hover { background-position: -145px 0; text-decoration: none; } .cmnt a { display:block; width: 132px; font: bold 14px sans-serif;; padding:125px 0px 0px 0px; background: url("http://i41.tinypic.com/28tkeb8.gif"); background-position: 0 0; background-repeat: no-repeat; text-decoration: none; } .cmnt a:hover { background-position: -132px 0; text-decoration: none; } .msg a { display:block; width: 121px; font: bold 14px sans-serif;; padding:125px 0px 0px 0px; background: url("http://i39.tinypic.com/4grequ.gif"); background-position: 0 0; background-repeat: no-repeat; text-decoration: none; } .msg a:hover { background-position: -121px 0; text-decoration: none; } </style> <style>a .text { font-weight: bold; font-family: Arial, Helvetica, sans-serif; }</style> <style> .commentlinks a { font-weight:normal; font-size:9px; } td.columnsWidening img, td.columnsWidening object { max-width:260px; } </style> <style> td.columnsWidening img, td.columnsWidening object { width: ..this.width > 260 ? 260 : true); } </style> <style> .loc2 a small { font-size:12px; } div.srchButton div input#submit { padding:5px 0 5px 0; } div#shortcuts {margin: 4px 0px 0px 5px !important; padding: 7px 0 0 7px !important;} </style> <style> #headerWrap #header #topnav { background: none !important; } </style> <style> body, html {visibility:visible !important; display:block !important} </style> </style> thanks in advance
Reason for edit: Please use [codebox] tags instead of [code] tags when posting longer codes. - Mike
|
|
|
|
Apr 22 2009, 06:20 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
this is only a style sheet. if you have anything extra, like links or images, they won't show up until you put in the HTML for them.
|
|
|
|
Apr 22 2009, 07:06 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2009 Member No: 724,893 |
this is only a style sheet. if you have anything extra, like links or images, they won't show up until you put in the HTML for them. doh! that's what I get for nabbing a layout as a base and changing it so it's nothing like it. useless at coding so I guess it'll have to stay looking daft |
|
|
|
Apr 23 2009, 05:58 AM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Yeah, maybe you shouldn't rip off someone else's layout next time.
Topic closed & moved. |
|
|
|
![]() ![]() |