Leave a comment

Comments 116

kennycreeper May 19 2007, 05:29:05 UTC
Also taking and crediting thank you, I love minimal designs.

Reply


mangeusedetemps May 19 2007, 07:04:50 UTC
Thank you for this beautiful layout! I use it and credit :)

Reply


tipsiturvi May 19 2007, 07:40:30 UTC
Love this. Using it. Credited in profile. ^^

Reply


tipsiturvi May 20 2007, 05:13:28 UTC
Hey, I tried to add a header to the layout and for some reason it's not lined up right, it sits to far to the left. I use Firefox, any ideas how to fix it?

Thanks in advance and hope I'm not a bother. ^^;

Reply

hellogoodmornin May 20 2007, 06:48:36 UTC
Yeah... sorry about this!
I actually just recently updated the coding to fix this... but I looks like you got the older version of the coding... so this what you do..

Go here...

.headerimage
{
position: relative;
width: 830px; < -- CHANGE THAT TO 630px
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-repeat: no-repeat;
/* THIS IS WHERE YOU WOULD ADD YOUR HEADER --- HEADER IMAGE LOOKS BEST AT EXACTLY 630 PIXELS WIDE */
background-image: url("http://www.omochakou.net/ljheader.png");
height: 338px; /* hight of header image */
}

It should work now!
Let me know if you need anymore help! :)

Reply

tipsiturvi May 20 2007, 07:38:02 UTC
Thanks so much!

Reply


gunther_funk May 20 2007, 08:26:27 UTC
Using it, thank you.

PS-any idea how I can show the tags for all of my entries?

Reply

hellogoodmornin May 20 2007, 17:39:41 UTC
underneath actual entry.... or are you talking about the actual tags page with the list of it?

Reply

gunther_funk May 21 2007, 20:37:26 UTC
Underneath the actual entry

Reply

hellogoodmornin May 22 2007, 04:37:57 UTC
go to this part of the coding

.ljtags
{
display: none; < -- REMOVE THAT
font-family: "lucinda grande", tahoma;
color: #808080;
background-color: #404040;
font-size: 7pt;
position: left;
margin-top: 0px;
position: relative;
text-transform: lowercase;
top: 13px;
border: 0px solid #C8C8C8;
}

hope this helps. :)

Reply


Leave a comment

Up