Medizinische Abkuerzungen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: single quotes not converted???Backslashes are added for security-reason (to secure the database).
Normally they are deleted before sending.
There is only one old thread:
https://www.ads-software.com/support/topic/467?replies=21Forum: Themes and Templates
In reply to: Bulletpoints and header help, please?#1 use the style-tag list-style-type:none
like
<ul style=”list-style-type:none”>#2 do not use a <ul ></ul >. Put the imgs in a container (div) and add styling to it:
<div style=”margin-left:50px;”><img…></div>
(50px is just an example…)
Forum: Themes and Templates
In reply to: Ignore stylesheetFirst you put the img in a container (div) with no border. But this has no effect on the img.
You have to format the img directly.To late…
Forum: Fixing WordPress
In reply to: image marginTell me your URL.
Forum: Themes and Templates
In reply to: Bulletpoints and header help, please?Do you have an url?
Forum: Fixing WordPress
In reply to: image marginYes with the style
margin:10px;or
margin-left:10px;or
margin:10px 0px 10px 0px;
(top and bottom 10px)Forum: Fixing WordPress
In reply to: Missing Link BulletsWrong css file?
Do you still have the old one?
Forum: Fixing WordPress
In reply to: Getting “cannot find server” pageAre you sure, you got the url right? mysite.com?
Forum: Plugins
In reply to: include php on a pagePerhaps I didn’t get it right the first time.
If you have two different applications in two different paths, the easiest way is this:
Create themes for both
Use a static doorwaypage to switch from first to second application. Otherwise you have to process all links to the new application.
Forum: Installing WordPress
In reply to: Font Too Large In SidebarDo you mean of `Controlling Distance for example?
It doesn’t look so big?
Forum: Fixing WordPress
In reply to: Using HTML in blog title?It is not possible to add html to a page-title (<title></title> in html)
Forum: Plugins
In reply to: Plugin to make links out of specific wordsThere are different ways.
In the wikipedia all links are marked (with [[]]) after processing a page they replace the markers by links.
Another possibility is to use a database (or textarray) and search through your html-output for matches.
The third possibility is written in Javascript and does a client-side search through the webpage.
I suggest you look for something like #2?
Forum: Fixing WordPress
In reply to: Missing Link BulletsFrom another Thread:
The img are defined as a background-img in the css-file. But I didn’t see anything in your source.
Forum: Themes and Templates
In reply to: Sidebar leaps to right in Firefox onlyI do not know, why your text moves to the right, if you delete the float-Tag, but it does.
I had a look at your css, but I do not have the time to work over the complete thing.
SorryForum: Fixing WordPress
In reply to: I don’t know how to describe this but …..I think that you found two << because the second one is the start of the php-Coe (<?php) or the start of a html-tag.
I had a look. It worked, didn’t it?