Log In · Register

 
my overrides...please help!!!
sydneybean20
post Mar 11 2006, 03:28 PM
Post #1


Member
**

Group: Member
Posts: 12
Joined: Jan 2006
Member No: 360,225



hi! im having a lot of trouble with the overrides to this layout! i just cant figure it out!

ok, so first of all, i cant get my new links to show up, and i cant figure out what is wrong with them.

also, my username keeps showing up in the center of my screen! i would like it to be hidden, so if i could do that, that would be best. if thats not possible, i would be able to settle with just having it to the left by my userpic.

here are my overrides:

CODE
GLOBAL_HEAD<=
<style type="text/css">
<!--
body, td, font, div, p {
font-family:tahoma;
font-weight: normal;
font-size:8pt;
line-height: 8pt;
letter-spacing: 0pt;
text-transform:none;
color:;
text-align:left;
}

p table table td.caption {
text-transform:uppercase;
color:;
background-color:#38638e;
border:0px;
font-weight:bold;
padding:2px;
text-align:left;

}

body {
margin-top: 150px !important;
}


p.index, .index {
text-transform:uppercase;
color:;
background-color:#38638e;
border:0px;
font-weight:bold;
padding:2px;
text-align:right;
}

.index {
font-size: 8pt;
color:;
text-transform: uppercase;
}

table table table td.meta {
font-family:tahoma;
font-size: 8pt;
color:;
font-weight: normal;
text-transform: uppercase;
}

td.caption {
background-color:#38638e;
font-size: 8pt;
color:;
text-transform: uppercase;
}

.comments {
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
color: #4e5051;
background-color: #FFFFFF;
font-weight: bold;
text-align: right;
}


A:link {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:visited {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:active {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:hover {
color: #4e5051;
background-color:;
font-weight: bold;
cursor:default;
text-decoration:none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

BODY{
overflow-x:hidden;
margin-top:0px;
background-image: url(http://img529.imageshack.us/img529/930/mkalayout91di.jpg);
background-position: right;
background-repeat: no-repeat;
background-attachment: fixed;
}

h2 {
FONT-WEIGHT: bold;
FONT-SIZE: 35pt;
LINE-HEIGHT: 20pt;
COLOR: #614f39;
FONT-FAMILY:tahoma;
LETTER-SPACING: -3.5pt;
text-transform: none;
}

u {
color: #4e5051;
}
</style>

<style type="text/css">
<!--

table {
width: 365px;
margin-left: 0%;
margin-right: 100%;
}

table table {
width: 365px;
margin:0%;
}

table table table {
width: 365px;
}



table table {
border: 0;
}
-->
</style>




<=GLOBAL_HEAD

LASTN_HEAD<=
<!-- start hide the defaults and make new links visible -->
<style type="text/css">
<!--
table table table table .meta {
visibility: hidden;
}
table table table table table .meta {
visibility: visible;
}
-->
</style>
<!-- end hide the defaults and make new links visible -->
<=LASTN_HEAD

LASTN_OPT_ITEMS=>20

LASTN_DATE_FORMAT=>%%monshort%%%%dd%%%%yy%%

LASTN_WEBSITE<=
<tr>
<td class="meta" colspan="5">
<!-- start new set of links -->
<table cellspacing="0" cellpadding="0" border="0" summary="0">
<tr>
<td class="meta">[</td>
<td class="meta" align="right"> <b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/userinfo.bml?user=layout_test_syd">userinfo</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/users/layout_test_syd/memories">memories</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/users/layout_test_syd/friends">friends</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/users/_42wallabyway">credit</a></td>
<td class="meta">]</td>
</tr>


</table>
<!-- end new set of links -->
</td>
</tr>
<=LASTN_WEBSITE



and you can see my layout HERE


thank you soooooooooooooooooooooooooooo much!!!! im desperate! ohmy.gif
 
 
Start new topic
Replies (1 - 6)
Mulder
post Mar 11 2006, 03:47 PM
Post #2


i lost weight with Mulder!
*******

Group: Official Designer
Posts: 4,070
Joined: Jan 2005
Member No: 79,019



CODE
GLOBAL_HEAD<=
<style type="text/css">
<!--
body, td, font, div, p {
font-family:tahoma;
font-weight: normal;
font-size:8pt;
line-height: 8pt;
letter-spacing: 0pt;
text-transform:none;
color:;
text-align:left;
}

p table table td.caption {
text-transform:uppercase;
color:;
background-color:#38638e;
border:0px;
font-weight:bold;
padding:2px;
text-align:left;

}

body {
margin-top: 150px !important;
}


p.index, .index {
text-transform:uppercase;
color:;
background-color:#38638e;
border:0px;
font-weight:bold;
padding:2px;
text-align:right;
}

.index {
font-size: 8pt;
color:;
text-transform: uppercase;
}

table table table td.meta {
font-family:tahoma;
font-size: 8pt;
color:;
font-weight: normal;
text-transform: uppercase;
}

td.caption {
background-color:#38638e;
font-size: 8pt;
color:;
text-transform: uppercase;
}

.comments {
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
color: #4e5051;
background-color: #FFFFFF;
font-weight: bold;
text-align: right;
}


A:link {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:visited {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:active {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:hover {
color: #4e5051;
background-color:;
font-weight: bold;
cursor:default;
text-decoration:none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

BODY{
overflow-x:hidden;
margin-top:0px;
background-image: url(http://img529.imageshack.us/img529/930/mkalayout91di.jpg);
background-position: right;
background-repeat: no-repeat;
background-attachment: fixed;
}

h2 {
FONT-WEIGHT: bold;
FONT-SIZE: 35pt;
LINE-HEIGHT: 20pt;
COLOR: #614f39;
FONT-FAMILY:tahoma;
LETTER-SPACING: -3.5pt;
text-transform: none;
}

u {
color: #4e5051;
}
</style>

<style type="text/css">
<!--

table {
width: 365px;
margin-left: 0%;
margin-right: 100%;
}

table table {
width: 365px;
margin:0%;
}

table table table {
width: 365px;
}



table table {
border: 0;
}

table table table table .meta {
visibility: hidden;
}
table table table table table .meta {
visibility: visible;
}

-->
</style>




<=GLOBAL_HEAD

LASTN_OPT_ITEMS=>20

LASTN_DATE_FORMAT=>%%monshort%%%%dd%%%%yy%%

LASTN_WEBSITE<=
<tr>
<td class="meta" colspan="5">
<!-- start new set of links -->
<table cellspacing="0" cellpadding="0" border="0" summary="0">
<tr>
<td class="meta">[</td>
<td class="meta" align="right"> <b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/userinfo.bml?user=layout_test_syd">userinfo</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/users/layout_test_syd/memories">memories</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/users/layout_test_syd/friends">friends</a></td>
<td class="meta">]</td>
</tr>
<tr>
<td class="meta">[</td>
<td class="meta" align="right"><b></b></td>
<td class="meta" align="center">|</td>
<td class="meta" align="left"><a href="http://www.livejournal.com/users/_42wallabyway">credit</a></td>
<td class="meta">]</td>
</tr>


</table>
<!-- end new set of links -->
</td>
</tr>
<=LASTN_WEBSITE


see if that helps
 
sydneybean20
post Mar 11 2006, 03:49 PM
Post #3


Member
**

Group: Member
Posts: 12
Joined: Jan 2006
Member No: 360,225



thanks! but it didnt help :/

but thanks for trying
 
Mulder
post Mar 11 2006, 04:02 PM
Post #4


i lost weight with Mulder!
*******

Group: Official Designer
Posts: 4,070
Joined: Jan 2005
Member No: 79,019



i just tried out your original overrides and they look fine.

technically there should be problems..butt..

skinattempts.livejournal.com
 
sydneybean20
post Mar 11 2006, 06:03 PM
Post #5


Member
**

Group: Member
Posts: 12
Joined: Jan 2006
Member No: 360,225



really? i wonder if its just my computer? i dont know..?

but ill try that site! thanks!

oh oops! i thought that was a help site! haha silly me!

but, thats so weird, idk why it wouldnt be working for me!
 
Mulder
post Mar 11 2006, 06:10 PM
Post #6


i lost weight with Mulder!
*******

Group: Official Designer
Posts: 4,070
Joined: Jan 2005
Member No: 79,019



i promise you i didnt change a thing.
 
sydneybean20
post Mar 11 2006, 06:33 PM
Post #7


Member
**

Group: Member
Posts: 12
Joined: Jan 2006
Member No: 360,225



ok, i made a change. everything is good now, EXCEPT that now the LINKS are in the center of the screen. its so weird, i cant figure out how to get them over to the side so that they are above the entries. here are my overrides, if you think you can maybe figure this out

CODE
GLOBAL_HEAD<=
<style type="text/css">
<!--
body, td, font, div, p {
font-family:tahoma;
font-weight: normal;
font-size:8pt;
line-height: 8pt;
letter-spacing: 0pt;
text-transform:none;
color:;
text-align:left;
}

p table table td.caption {
text-transform:uppercase;
color:;
background-color:#38638e;
border:0px;
font-weight:bold;
padding:2px;
text-align:left;

}

body {
margin-top: 150px !important;
}


p.index, .index {
text-transform:uppercase;
color:;
background-color:#38638e;
border:0px;
font-weight:bold;
padding:2px;
text-align:right;
}

.index {
font-size: 8pt;
color:;
text-transform: uppercase;
}

table table table td.meta {
font-family:tahoma;
font-size: 8pt;
color:;
font-weight: normal;
text-transform: uppercase;
}

td.caption {
background-color:#38638e;
font-size: 8pt;
color:;
text-transform: uppercase;
}

.comments {
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
color: #4e5051;
background-color: #FFFFFF;
font-weight: bold;
text-align: right;
}


A:link {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:visited {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:active {
color: #4e5051;
font-weight: bold;
text-decoration: none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

A:hover {
color: #4e5051;
background-color:;
font-weight: bold;
cursor:default;
text-decoration:none;
font-family: tahoma;
line-height: 10px;
font-size: 8pt;
}

BODY{
overflow-x:hidden;
margin-top:0px;
background-image: url(http://img529.imageshack.us/img529/930/mkalayout91di.jpg);
background-position: right;
background-repeat: no-repeat;
background-attachment: fixed;
}

h2 {
FONT-WEIGHT: bold;
FONT-SIZE: 35pt;
LINE-HEIGHT: 20pt;
COLOR: #614f39;
FONT-FAMILY:tahoma;
LETTER-SPACING: -3.5pt;
text-transform: none;
}

u {
color: #4e5051;
}
</style>

<style type="text/css">
<!--

table {
width: 365px;
margin-left: 0%;
margin-right: 100%;
}

table table {
width: 365px;
margin:0%;
}

table table table {
width: 365px;
}



table table {
border: 0;
}

table table table table .meta {
visibility: hidden;
}
table table table table table .meta {
visibility: visible;
}
tr.caption {
display:none
}
.shadowed td div {
visibility: hidden;
position: absolute;
top: 1px
}
-->
</style>




<=GLOBAL_HEAD

LASTN_OPT_ITEMS=>20

LASTN_DATE_FORMAT=>%%monshort%%%%dd%%%%yy%%

LASTN_WEBSITE<=
<style type="text/css">
<!--
table table table table .meta {visibility:hidden;position:absolute;top:1px}
table table table table table .meta {visibility:visible;position:relative;top:1px}

tr.caption{
display:none
}
.shadowed td div{
visibility: hidden;
position: absolute;
top: 1px
}
-->
</style>

<span id="navigation">
<p align="left"><a href="livejournal.com/layout-test-syd/info">userinfo</a><br>
<a href="livejournal.com/layout-test-syd/friends">friends</a><br>
<a href="livejournal.com/layout-test-syd/memories">memories</a><br>
<a href="www.livejournal.com">website</a><br>
<a href="livejournal.com/_42wallabyway">credit</a>
</p></span>

<=LASTN_WEBSITE



by the way, thank you SOOO SOO SOOOOOOOOO much for all your help. its really..helpful! :D
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: