1 jazzjeppe Sep 23, 2005 18:55
3 jazzjeppe Sep 23, 2005 19:26
...there is a problem as soon as I edit the main.php....it is as if the page loses all the css stuff and go totally bananas. I will leave the blog like this for some time and hopefully someone will see what I am talking about, , then I will change it back to the "better looking" page again. Why does this happen?
4 nate Sep 23, 2005 19:40
Right now your blog is not finding a css file. It's good practice to put your css files in the same directory as your particular skin. Right now your _main.php page is searching for css files at ../Application%20Data/Ipswitch/WS_FTP/Storage/01_style0101.css. If you put the css files in the same directory as your _main.php file then you should only have to type <link rel="stylesheet" href="01_style0101.css" type="text/css" /> and it should work.
5 yabba Sep 23, 2005 19:55
I don't know if you're in the middling of changing it, because your css is in skins/leaf, so all you need do is change the stylesheet links as Nate said.
¥
6 jazzjeppe Sep 23, 2005 20:11
crap! Yeah i see it...why does my ftp software interfere in this?? Arrrrgh! >:-<
Well thanks a lot! I got it now! I will never do the mistake of go "edit" in the ftp software again, always transfer the file directly and then edit :)
Oh, by the way, when you edit themes and templates in admin, it seems that you can only edit custum template. Is that normal?
Many thanks!
7 yabba Sep 23, 2005 21:50
Oh, by the way, when you edit themes and templates in admin, it seems that you can only edit custum template. Is that normal?
Yeah .... but..
there's a hack on the forum to allow "any" skin
or
you could just delete custom and rename leaf to custom
¥
1/ find this section of code in leaf/main.php and delete it (or comment it out)
2/ find this section of your code and add the red bits
*edit*
3/ add <img src="http://www.yoursite.com/image/jpg" width="##px" height="##px" alt="a picture" /> to your blog short description
¥