jefpatat
Forum Replies Created
-
Forum: Your WordPress
In reply to: Should I change the font?Give us a link so we can compare, personally I prefer Verdana above any comic font
Forum: Your WordPress
In reply to: Please help me release my first themexmlrpc.php is the only page not validating, but I did not make any changes to that file.
Considering I don’t get any other comments I suppose the site looks ok?
Forum: Fixing WordPress
In reply to: Using themes outside blogmakes sense, but I’m still learning, how can I get this path correct, no matter where the code is used. So I do not need to change the code for every page.
thanks for the quick help
EDIT: found out myself using
<?php
$path = getcwd();
echo “Your Absoluthe Path is: “;
echo $path;
?>Forum: Themes and Templates
In reply to: adding image to backgroundThanks doodlebee! I try to understand what I code and I don’t care about IE5 on Mac so I removed that code.
I was now trying to solve the 1px offset in IE and FF but I’ve been playing a bit too much I suppose, my header background is now removed in FF and IE and I don’t seem to be able to get it back. I feel like a complete idiot.
Everything should work as in Opera. Also, the images in IE are scaled which mess up my menu, but that’s something else.
All help is appreciated very much, in the meantime I’ll try to solve it myself.
https://www.jefspalace.be/blog
Kind regards!
Forum: Themes and Templates
In reply to: adding image to backgroundAha, now I see. I understand the hack. It works out great in Opera although in FF and IE there is a 1px offset. I’ll try to figure this out myself, but if you can help me, any help is welcome.
Many thanks!
Forum: Themes and Templates
In reply to: adding image to backgroundWow, that’s all I can say, I don’t even have a clue what this is supposed to solve. I will try it tonight, can you add a little more expanation what this fixes and how?
Apperently this is somekind of hack, but then only in non-IE browsers? Is IE then the only one showing it correctly? (:sick:)Kind regards and of course many thanks, hope it works out, I will inform you guys later on.
Forum: Themes and Templates
In reply to: Can’t find how to change right margin of contentsvery nice, thanks a lot, although not the correct place, can you briefly explain the difference?
Forum: Themes and Templates
In reply to: Can’t find how to change right margin of contentsyes I did, I left it like this for your evaluation. This is what is in the code.
.narrowcolumn {
float: right;
margin: 10 10 10 10;
padding: 10 10 10 10;
width: 350px;
background-color: #aaaaaa;
}any other ideas?
kind regards, Jef