View Full Version : i need help with my LJ layout


brokenfaerie
07-12-2005, 06:15 PM
for some reason i cant seem to get my background image to appear, i think that there be some wrong with the coding. can you tell me if it looks wrong?

GLOBAL_HEAD<=

<style type="text/css">
<!--
table {
border: 1px solid #476A73;
}
table table {
border: 0;
}
-->
</style>

<style type="text/css">
<!--
/* change these numbers, must add up to 95% or less*/
table {
width: 40%;
margin-left: 0%;
margin-right: 55%;
}
/* do NOT change these numbers */
table table {
width: 100%;
margin:0;
}
table table table {
width: auto;
}
-->
</style>

<!--
body {
background-image: url(http://img.photobucket.com/albums/v296/brokenfaerie/jakeljlayout.jpg)
;background-attachment: fixed;
background-position: center;
}
-->
</style>

<style type="text/css">
<!--
body {
scrollbar-arrow-color: #aeacc6;
scrollbar-darkshadow-color: #aeacc6;
scrollbar-track-color: #aeacc6;
scrollbar-face-color: #7b96b4;
scrollbar-shadow-color: #aeacc6;
scrollbar-highlight-color: #aeacc6;
scrollbar-3dlight-color: ##aeacc6;
}
-->
</style>

<=GLOBAL_HEAD

please and thank you!!!

edit: sorry this got placed in the wrong section. i thought i was still in a different one so if you'd like to move it to the correct section feel free to. :)

brokenfaerie
07-12-2005, 06:17 PM
sorry this got placed in the wrong section. i thought i was still in a different one so if you'd like to move it to the correct section feel free to. :)

kittycat
07-13-2005, 12:23 AM
Try combining all your different style sections so it looks like this
GLOBAL_HEAD<=

<style type="text/css">

/* change these numbers, must add up to 95% or less*/
table {
width: 40%;
margin-left: 0%;
margin-right: 55%;
border: 1px solid #476A73;
}
/* do NOT change these numbers */
table table {
width: 100%;
margin:0;
border: 0;
}
table table table {
width: auto;
}

body {
background-image: url(http://img.photobucket.com/albums/v...akeljlayout.jpg);
background-attachment: fixed;
background-position: center;

scrollbar-arrow-color: #aeacc6;
scrollbar-darkshadow-color: #aeacc6;
scrollbar-track-color: #aeacc6;
scrollbar-face-color: #7b96b4;
scrollbar-shadow-color: #aeacc6;
scrollbar-highlight-color: #aeacc6;
scrollbar-3dlight-color: ##aeacc6;
}
</style>

<=GLOBAL_HEAD

firewall1
07-13-2005, 07:21 PM
hey that looks good

brokenfaerie
07-13-2005, 09:22 PM
thanks so much!! it works now!