Synukoo
09-05-2005, 08:53 PM
I’m trying to make a layout that looks like this: http://www.geocities.com/nemurenai1/ACTUAL.htm (except without the global head and bullets of course)
But I have NO clue how the overrides work; I just know basic html and css. So, in my overrides, all I have is
GLOBAL_HEAD<=
<style type="text/css">
<!--
body {
background-color: black;
background-image: url(http://i6.photobucket.com/albums/y216/Synukoo/background.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
}
table {
width: 47%;
margin-left: 39%;
margin-right: 14%;
}
table table {
width: 100%;
margin:0;
}
table table table {
width: 0;
}
div {
background-image: url(http://i6.photobucket.com/albums/y216/Synukoo/final.jpg);
background-repeat: no-repeat;
background-position:absolute; top:0; left:0px;
padding-top: 747;
text-align: center;
}
div div { background: none; width: auto; height: auto; padding: 2; }
div table { width: 640; }
div table table { width: 100%; }
div table table table { width: auto; }
div table table table table { width: 100%; }
-->
</style>
<=GLOBAL_HEAD
Which can be seen on www.livejournal.com/users/glamour_eyes
So how would I go about converting it all into some livejournal will allow?
But I have NO clue how the overrides work; I just know basic html and css. So, in my overrides, all I have is
GLOBAL_HEAD<=
<style type="text/css">
<!--
body {
background-color: black;
background-image: url(http://i6.photobucket.com/albums/y216/Synukoo/background.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
}
table {
width: 47%;
margin-left: 39%;
margin-right: 14%;
}
table table {
width: 100%;
margin:0;
}
table table table {
width: 0;
}
div {
background-image: url(http://i6.photobucket.com/albums/y216/Synukoo/final.jpg);
background-repeat: no-repeat;
background-position:absolute; top:0; left:0px;
padding-top: 747;
text-align: center;
}
div div { background: none; width: auto; height: auto; padding: 2; }
div table { width: 640; }
div table table { width: 100%; }
div table table table { width: auto; }
div table table table table { width: 100%; }
-->
</style>
<=GLOBAL_HEAD
Which can be seen on www.livejournal.com/users/glamour_eyes
So how would I go about converting it all into some livejournal will allow?