mickej
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add padding to images in editorHi there,
I have some thoughts and questions about images.
First of all: Why do you need “display: inline;” for the left and right aligned images? Seem to show the same without it.
Second: Why is the top margin set to 0px and why is there padding? Instead of just adjust all (top, right, bottom, left) only with margin? I have done this in my blog. You can see an example in this post:
http://mickej.se/blogg/tallinnkryssningen
In my CSS I have:
img.alignright {
margin: 10px 0px 7px 14px;
float: right;
}Third: If not touching the original wordpress style sheet at all. And using the ordinary align=”right”. Why does it show up like this
http://bilder.mickej.se/wordpress.PNG
instead of this
http://bilder.mickej.se/orig.PNG
Don’t care about the font beeing Times New Roman att the second one. Did’n care to change.
No. I’m not good at CSS. ð
Looking forward to answers and/or thoughts.
—
MickeForum: Fixing WordPress
In reply to: Change font used in the editorHi again,
Thank you for you answer.
Does not seem to work. Is it baecause I use Advanced TinyMCE?
Forum: Fixing WordPress
In reply to: Meta tag questionsDon’t bother. No anwers needed anymore.
Forum: Plugins
In reply to: Counterize strange URINp. It’s me you are emailing with about the feature I want in counterize. ð
Forum: Plugins
In reply to: Counterize strange URII putted the hole adress there, it hepled. Thx!
Now counterize doesn’t count any of the .ico-hits. Nice!
Forum: Plugins
In reply to: Counterize strange URIpodz: Yes i have, and i DO have an favicon.ico. So the URI from http://www.myblog.com/wp-content/favicon.ico in Counterize should be there, but why does the browser try to find the favicon.ico in http://www.myblog.com/posts/2006/2/18/somepost/wp-content/favicon.ico if someone adds http://www.myblog.com/posts/2006/2/18/somepost/ to their bookmarks? That is the question… :S
Forum: Plugins
In reply to: Counterize strange URIAhaaaaa… if someone put a post in his/her bookmarks it looks for the favicon.ico. Sure… But why does it look for it where it i not even supposed to be? I just tried it with my own IP, booth above occured.
Forum: Fixing WordPress
In reply to: IIS and permalink problemsIt did not work for me wither on a windows server.
Forum: Fixing WordPress
In reply to: Embedding VideoOk, using 1 and 0 instead of true and false works in booth browsers.
To get the video playing in IE you need to have an object right?
Another thing is that the code i use to embed the videos made the page look like shit in FF, but not in IE. A div with a br above it solved it.
The code i use:
<br>
<div>
<object classid=”CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95″ width=”320″ height=”256″ codebase=”http://www.microsoft.com/”>
<param name=”autostart” value=”0″></param>
<param name=”autoplay” value=”0″></param><param name=”clicktoplay” value=”1″></param>
<param name=”controller” value=”1″></param>
<param name=”pluginspage” value=”http://www.microsoft.com/”></param>
<param name=”target” value=”myself”></param>
<param name=”type” value=”application/x-oleobject”></param>
<param name=”src” value=”http://media1.break.com/dnet/media/content/skatmanrace.wmv”></param>
<embed src=”http://media1.break.com/dnet/media/content/skatmanrace.wmv” width=”320″ height=”256″ autostart=”0″ autoplay=”0″ controller=”1″ border=”0″ pluginspage=”http://www.microsoft.com/” target=”myself”></embed>
</object>
</div>seem to work in both IE and FF…
Anything that is bad/wrong with this solution?
Forum: Fixing WordPress
In reply to: Embedding VideoMine autoplays both with autoplay=”false” and autoplay=”true”.
Any solution not to?
Also: The code i use works in firefox but not ni IE:
<embed SRC=”http://clip.break.com/dnet/media/content/skatmanrace.wmv” WIDTH=”400″ HEIGHT=”320″ AUTOPLAY=”true” ></embed><br>As seen on Break.com
Forum: Requests and Feedback
In reply to: Disable Self-PingbacksThis may be an ugly solution that i use, but it seem to work:
http://ww.wp.xz.cn/support/topic/60763?replies=5#post-327154
Forum: Fixing WordPress
In reply to: Disable self-pingbackI tried an ugly solution to the “problem” (I don’t want my own post to become comments in my other posts that i link to):
I just added my blogs TITLE to the exclude list under Settings -> Discussion
I.e.:
whatever.com – my blog
Hopefully no one writes exactly that in their comments. ð
Seem to work fine. Is it a VERY bad solution?
Forum: Fixing WordPress
In reply to: Disable self-pingbackI would also like to know how to disable it.
Why is it even enabled default? Very unnecessary?
Forum: Fixing WordPress
In reply to: WYSIWYG wont workIt must be something with tinymce! I have tried to delete the tinymce directory and then uploaded a new one, but some files jus twont. GAH! maybe it is the web hotel anyway….
Forum: Fixing WordPress
In reply to: Comment author’s linksWell, your script worked fine! Thx very much!