rasmuskarlsen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Small icons linked to php line not showing in IE but in firefox?It’s Karlsengroup.dk
Forum: Themes and Templates
In reply to: Small icons linked to php line not showing in IE but in firefox??
Forum: Installing WordPress
In reply to: Error in WP-dTree v. 3.3?newer mind. problem solved
Forum: Fixing WordPress
In reply to: Error on my site? (When loading)Firebug reports an error with something like:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
2<html xmlns=”https://www.w3.org/1999/xhtml” dir=”ltr” lang=”da-DK”>Forum: Fixing WordPress
In reply to: WordPress / My site is extreme slow – Why?Root > What do you mean?
Lukadium > I have tried this once, but there was a lot of problems with my map plugin and my forum, when using the wp-cache, so i disabled it. And if i enable it again, i can’t figure out which files to cache, or which files not to cache!
Forum: Fixing WordPress
In reply to: How to post a topic (advanced or what you call it)Okay, but i’m having trouble pasting the code in the article.
I’m opening my theme foler: “/K2/style.css”, and i see all this. But where should i paste the lines mentioned!? Ex:
p img { padding: 0; max-width: 100%; }
ORimg.right { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
If tried adding the code from the page (Without border code) Added it below the whole style.css:
p img { padding: 0; max-width: 100%; } img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; } .right { float: right; } .left { float: left; } img.centered { display: block; margin-left: auto; margin-right: auto; }
Hmm, but it don’t seem to work?
My style.css:
——————————————————-
[moderated: Wow, that was sure a lot of code to dump into a post! Let’s just offer a link to the style.css on your site -or- consider putting it in a pastebin service such as https://wordpress.pastebin.ca/ instead]
Forum: Fixing WordPress
In reply to: How to post a topic (advanced or what you call it)Or am i wrong?
Forum: Fixing WordPress
In reply to: How to post a topic (advanced or what you call it)Hmm as far i can see it’s about wrapping text around images. I don’t want to wrap the whole way around the image.
Just positioning the image at the left. And then add the text to the right of the image…