go41

the info you need to know


von Joern
Keine Kommentare

in style.css you can write comments like this:/* standard link behaviour */this '/*' is the start of a HIDDEN comment, this '*/' is the endso in your entrybody { background:/*url(images/backgrounds/vtile.png) repeat-x 0px 0px #252525*/ #19110A;color: #000;padding: 13px 0 25px 0;}there is a HIDDEN part, this:/*url(images/backgrounds/vtile.png) repeat-x 0px 0px #252525*/HIDDEN means…


von Joern
Keine Kommentare

If you have in arthemia a category without any post, the structure breaks. Basically, all pages look fine but when you try to browse categories, the sidebar jumps outside the template to the right of the screen.Here is how to fix 'No posts found. Try a different search?' in Arthemia.Find…