bt62190
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The uploaded file could not be moved to .I guess this would work fine on a linux based server, but what about a windows based server where permissions cannot be changed?
Forum: Themes and Templates
In reply to: WordPress is adding a “<p>” before the page’s contentIn the settings you can change the main text entry box to be more simplified instead of the real time display deal. When you do this it seems that the p tags are not automatically added. Also I believe returns are added such as (‘\\n’ aka: chr(13)). The breaks can and prabably should be added later anyway, using a javascript or php function which will replace the return character with a br tag.
Forum: Themes and Templates
In reply to: WordPress is adding a “<p>” before the page’s content…
Forum: Installing WordPress
In reply to: Login problemThat will effect all your image links that are stored in the database for sure. And also any configuration entries that include your (old) domain name.
Forum: Themes and Templates
In reply to: WordPress is adding a “<p>” before the page’s contentIs it possible to use CSS to style the p tag…
p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}…or something like that.