View Full Version : =0 I have no idea what I'm doing! Can someone help me please?


Kiwamarinai
10-16-2005, 03:31 PM
Hi there, I'm a completely new to coding and making LJ layouts (really... I don't have the slightest clue on what to do) and currently I've wanted to change my LJ background and found a very nice layout but I don't know how to format it so that LJ will accept it. If you could please help me I'd be VERY VERY grateful =D.

Actual layout that I want my LJ to look like: http://kashiori.crystallite.net/previewlayouts/lunarflower/
I got it from:
http://kashiori.crystallite.net/anime.php

The coding:
(gosh this is so sad... I don't even know how to put the coding into those scroll bar boxes T_T)


body{
background-image: url(repeat.png);
background-repeat: repeat-y;
background-position:top right;
cursor: crosshair;

body {
scrollbar-face-color:black;
scrollbar-face-color:black;
scrollbar-highlight-color:black;
scrollbar-3dlight-color:black;
scrollbar-shadow-color:black;
scrollbar-darkshadow-color:black;
scrollbar-track-color:black;
scrollbar-arrow-color:#800000;
}


a:link{color:#800000; text-decoration:none}
a:active{color:#800000; text-decoration:none}
a:visited{color:#800000; text-decoration:none}
a:hover{color:#FFB3B3; cursor:crosshair; text-decoration:none;}


</style>
</head>
</head>

<body bgcolor="#000000" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div style="position:absolute;right:-1;top:0">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="484" HEIGHT="467">

<TR>

<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="116">
<IMG NAME="Image200" SRC="Image20_1x1.png" WIDTH="121" HEIGHT="116" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="116">
<IMG NAME="Image201" SRC="Image20_1x2.png" WIDTH="121" HEIGHT="116" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="116">
<IMG NAME="Image202" SRC="Image20_1x3.png" WIDTH="121" HEIGHT="116" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="116">
<IMG NAME="Image203" SRC="Image20_1x4.png" WIDTH="121" HEIGHT="116" BORDER="0"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image204" SRC="Image20_2x1.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>

<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image205" SRC="Image20_2x2.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image206" SRC="Image20_2x3.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image207" SRC="Image20_2x4.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image208" SRC="Image20_3x1.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image209" SRC="Image20_3x2.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>

<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image2010" SRC="Image20_3x3.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image2011" SRC="Image20_3x4.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image2012" SRC="Image20_4x1.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image2013" SRC="Image20_4x2.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image2014" SRC="Image20_4x3.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>

<TD ROWSPAN="1" COLSPAN="1" WIDTH="121" HEIGHT="117">
<IMG NAME="Image2015" SRC="Image20_4x4.png" WIDTH="121" HEIGHT="117" BORDER="0"></TD>
</TR>

</TABLE>
</div>

<div id="Layer1" style="position:absolute; z-index:0; right: 25px; top: 354px">
<! -- NAVIGATION-PLEASE EDIT LINKS!! -- !><b>
<font face="verdana" size=1">
<center>
<a href="#">L</a><br>
.<br>
<a href="#">U</a><br>

.<br>
<a href="#">N</a><br>
.<br>
<a href="#">A</a> <br>
.<br>
<a href="#">R</a> <br>

</b>
</div>


If you could just tell me how to edit this I'd appreciate it very much =). I have a feeling it won't be too easy but eh I'll do whatever it is. Once again thank you very much! This site is the best for lost people lol =D.

StarWay
10-18-2005, 12:01 AM
Those are HTML layouts; LJ uses CSS. You should go to the howto journal (http://www.livejournal.com/users/howto/info) and search through the memories for help. (Read about GLOBAL_HEAD before you do anything, though.)