leonpyoder
Forum Replies Created
-
What is inline CSS? Also, if I already have several pages of text typed into MS Word, can I cut and paste it into a text editor, then put it in my post? Would that correct the formatting?
Can I cut and paste my text from word into the text editor, then post it to wordpress? Would this clean up all the formatting or do I have to type it in from scratch. I’m going to use Notepad++ as my text editor. Do you know if it allows you to import text from Word? I have been looking for that option but I can’t find it.
Sorry for not checking the header.php folder by myself. I’m just learning this stuff and I’m not good with code yet. It turns out there is some kind of category called “logo” which is a jpg file that the blog name points to. I couldn’t figure out how to remove this category completely, but I was able to manually type in the name to the blog. Because I did it this way the title does not link to the homepage anymore so I will need to change it at some point when I figure out how to.
Thanks for your help.
I just used that and typed on the blog title but it still didn’t change the blog name in my header. Could it be that the header is using a custom image with the name already preloaded?
I already have the blog title entered in there but the theme won’t read it. It keeps in the preloaded title. I think it is something more complicated.
I am using the same browser. The resolution is different on each computer but I don’t think that is the main issue. You are right that the size of the browser window is bigger on the laptop, but the problem is that after I made a few changes on the desktop, when I went back to the laptop, the page switched from being centered on the page to being justified to the left. I didn’t change anything major on the desktop…just font family and color.
Forum: Fixing WordPress
In reply to: When I add weather widget it messes up my sidebarI’m sorry but I don not know how to do that. What do I add to the sidebar.php file and where do I add it? The entire code for the weather widget? I think I already tried doing that and it didn’t work.
Forum: Fixing WordPress
In reply to: WP-Print pluggin is not displaying links to print after my postsThank you very much. I didn’t realize there were readme files with the pluggins. Sorry…I am very new to this. One last question. It inserted the link before my post. Do you know if there is a way to put it after the post?
Forum: Fixing WordPress
In reply to: How to move adsense block to top of sidebar? It is at the bottom.I’m not sure how to do that. Here is what the code looks like. What should I change?
<div id=”sidebar”>
<?php if (is_home()) { $check_home = ‘1’; } else { $check_home = ‘0’; } ?><div class=”sidebar_left”>
- <?php include(‘adsense_sidebar.php’) ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>
</div>
Forum: Fixing WordPress
In reply to: Can’t get adsense ads to work on websiteI think I may have it working. But my adsense box appears at the bottom of the sidebar instead of the top of the sidebar. How do I move it to the top? Edit the theme files somehow?