shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PostingThe MORE tag basically cuts off the text on the front page of your blog at whatever point it is inserted.
Forum: Fixing WordPress
In reply to: Problems with inserting picturesAccording to your source you have no image inserted at all.
<p><img height="80" width="80" /></p>Please show us the code you have in place for this particular image.
Forum: Fixing WordPress
In reply to: Everything links back to the homepageIf you provide a link we have a better chance of helping you fix the problem.
Forum: Fixing WordPress
In reply to: Problems with inserting picturesYou have uploaded it successfully first and have linked to it using the corect address?
Do you have an example of one that is not woking as it should?
Forum: Plugins
In reply to: [Plugin: Search Everything] Compatible with 2.3?I have it working on a new theme running on 2.3 and had no problems whatsoever.
Forum: Fixing WordPress
In reply to: text butts right against imagesAdd a margin-left and/or margin-right to your img css, like:
margin-left:4px;margin-right:4px;Forum: Installing WordPress
In reply to: Blogger Import — manual approach?Try this maybe? The 3rd option:
http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/
Forum: Themes and Templates
In reply to: size problem on thatothereden themeTry
margin-bottom: -30px;in body but if that isn’t successful, drop it into your footer.I know this one is staring me in the face – I must be tired.
Forum: Themes and Templates
In reply to: size problem on thatothereden themeOk, I need to go right over your css code and see what is causing this. But, I have run out of time for the minute, so hopefully some other kind soul might jump in, otherwise I will get to it when I can.
Forum: Themes and Templates
In reply to: size problem on thatothereden themeDon’t forget to close it with a
;Forum: Plugins
In reply to: Configuring Post to appear DailyAre you talking about posts which have not been posted yet? If so, I am not sure of a plugin, but manually is possible via the timestamp function.
Forum: Themes and Templates
In reply to: size problem on thatothereden themeOk,
In body, add:
margin-bottom: -20px;Forum: Themes and Templates
In reply to: size problem on thatothereden themeWhat are you wanting to do now? Move that black area underneath the footer image?
Forum: Installing WordPress
In reply to: need help installing wordpress softwareIf you have signed up for the freeservice, you need to go and visit http://wordpress.com. That is another site altogether. This WP forum is for users of the WordPress package on their own domains.
Forum: Themes and Templates
In reply to: size problem on thatothereden themeNow change this in your footer:
padding:10px 150px 10px 120px;}to
padding:10px 150px 0 120px;}