phildobbin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t login after upgradingI can’t get through on IRC unfortunately they seem kind of busy…
Forum: Fixing WordPress
In reply to: Can’t login after upgradingIf I change the lines at 301 as in the thread, it takes me straight to index.php instead of logging me into the admin section. If I change it back, I get the same error previously described
Forum: Fixing WordPress
In reply to: Can’t login after upgradingYep, the site URL is correct according to phpMyAdmin.
Forum: Fixing WordPress
In reply to: Changes to wp-layout.cssThanks. That did it.
Forum: Fixing WordPress
In reply to: Changes to wp-layout.cssHere’s the link : http://www.phildobbin.com/wordpress/index.php
Thanks to all.Forum: Fixing WordPress
In reply to: Changes to wp-layout.cssI’ve tried in several different browsers (Safari, Moz, Camino, OmniWeb) some for the first time of looking: same deal.
Forum: Fixing WordPress
In reply to: Changes to wp-layout.cssI’ve changed wp-layout.css so the body tag reads:
body {
border: solid 2px #565;
border-bottom: solid 1px #565;
border-top: solid 3px #565;
font-family: Times, serif;
margin: 0;
padding: 0;
background-color: white;
color: black;
}
but the post is still showing as sans-serif.