virg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: why does <p style> appear in my posts HTML?herb I’m with you.. WP is great but they should fix these kind of glitches.. I don’t think they’re a major thing to fix.
also the lack of line break problem is an annoying issue.
Forum: Fixing WordPress
In reply to: why does <p style> appear in my posts HTML?I have been switching from visual to HTML…
I don’t really want to but I think I’ll disable my visual tab.
Forum: Fixing WordPress
In reply to: changing background just for login.cssRVoodoo
I don’t like using plugins for theme styling because (from my experience) some of them don’t work or cause some glitch in the theme. And with plugins I can’t do most things I would in the core files.
But I guess i’ll just have to upload the core files every time I upgrade..
Forum: Fixing WordPress
In reply to: changing background just for login.cssxdesi thanks! the color appears now but the body ends at the bottom of the #form id. Is there a way to extend it all the way down? I tried height:100% but nothing happened..
Forum: Fixing WordPress
In reply to: why does <p style> appear in my posts HTML?thanks, I would do that but I’m afraid it will erase other HTML that I want to keep..
Forum: Fixing WordPress
In reply to: Download a file from a post or page.thanks, I tried that to upload a .psd and I get File type does not meet security guidelines. Try another.
Is there another method I can use?
Forum: Fixing WordPress
In reply to: How to add read more to this themethanks khiangte! I want to try the code but I don’t know where exactly to place it.
Forum: Fixing WordPress
In reply to: How to add read more to this themethanks for the links shane but I can’t use the plugins because I have no excerpt. And I can;t find them in the index.. the theme I purchased is just weird.
Forum: Fixing WordPress
In reply to: How to add read more to this themerainemaida, thanks for the reply!
I looked in my index and there is no <?php the_excerpt(); ?> or <?php the_content(); ?>
am I looking in the wrong place?
Forum: Fixing WordPress
In reply to: How to add read more to this themeForum: Fixing WordPress
In reply to: Obtaining text content from your clientsoh sorry, this was a bit off-topic. I meant just general text content that goes on Web pages. Like “abouts us” etc
Forum: Fixing WordPress
In reply to: finding my wordpress databasethanks! Using your method I have found the right wp database!
Forum: Fixing WordPress
In reply to: Google type footerOh I see! Will do! Thanks again for the help. Learned new things today. 😉
Forum: Fixing WordPress
In reply to: Google type footerso sorry but I forgot to ask why you added the <script type=”text/javascript”> Cufon.refresh(); </script>
Forum: Fixing WordPress
In reply to: Google type footeryup did it! and thanks for sharing
#footer { border-top: 1px solid #dddddd; clear:both; } #footer .right{float:right;} #footer .left{float:left;}I didn’t know I can put a class div within a class div!