sara1086
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: changing order of postsSince I have you here…LOL…my website looks different in firefox compared to internet explorer. In IE, the titles on the sidebar are different, the info on the pages seems to be slightly shifted to the left, and the footer does not appear. I fixed all the problems I had to validate the website, but it still looks different. Does this happen a lot?
Forum: Fixing WordPress
In reply to: changing order of postsTHANK YOU SO MUCH!:):):)
Forum: Fixing WordPress
In reply to: E-mail LinkThanks so much! ??
Forum: Fixing WordPress
In reply to: changing order of postsThis is my index.php:
<?php get_header(); ?>
<div id=”wrapper”>
<div id=”content”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div><p class=”postmetadata”>
Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’,”,’|‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?>
</p></div>
<?php comments_template(); ?>
<?php endwhile; ?>
<p align=”center”><?php next_posts_link(‘« Previous Entries’) ?> <?php previous_posts_link(‘Next Entries »’) ?></p>
<?php else : ?>
<h2 align=”center”>Not Found</h2>
<p align=”center”>Sorry, but you are looking for something that isn’t here.</p>
<?php endif; ?></div>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
where do you think I should put the code that they are talking about in that post that you referred me to?
Forum: Fixing WordPress
In reply to: Different web-browsersI fixed all of the errors ?? However, I’m still having trouble with the website viewed on IE as compared to FireFox. My footer still does not appear on IE, the page titles are still completely off (it seems the the page titles and even the page content itself is off), the colours aren’t the same for some things (titles, sidebar stuff), etc. ??
Forum: Fixing WordPress
In reply to: Error with imageAdvice taken =)
have a good day!Forum: Fixing WordPress
In reply to: Error with imageI’ve been working on this website for about 3 months now..I’ve read a lot, and I’ve been trying to do things using my own knowledge (I have a little bit of knowledge about CSS). Sometimes I need a little bit of help, like everyone else on here, so sorry if it is so inconvenient. Maybe you shouldn’t judge people and stop assuming we’re all the same.
Forum: Fixing WordPress
In reply to: Error with imageThanks…
But I do not appreciated being talked to like that…and I do not appreciate how rude you just were.
I’ve been reading, trust me, and I’m having a bit of a hard time with all of this. If helping me is so out of your way then don’t do it.Forum: Fixing WordPress
In reply to: Error with imageHrm..ok..but that is what PayPal told me to copy and paste…I had to copy and paste all of the code from paypal in order to allow people to donate from my website. What would you suggest I do?
Forum: Fixing WordPress
In reply to: Error with imageThis is what it says:
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the “Strict” document type with a document that uses frames (e.g. you must use the “Transitional” document type to get the “target” attribute), or by using vendor proprietary extensions such as “marginheight” (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Forum: Fixing WordPress
In reply to: Error with imageCould you help me out with another error? This is my last one to validate my site:
<input type=”image” src=”https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”></input>
This is from my PayPal on my website. It says there’s something wrong with border =”0″
Forum: Fixing WordPress
In reply to: LinksThanks, I’ll read through it and hopefully find my way out of the mess that I’m in, lol.
Forum: Fixing WordPress
In reply to: Error with imageOh wait… I think I figured it out.
Forum: Fixing WordPress
In reply to: Error with imagewhat is alt text? sorry if that is a dumb question but I do not know much about this.
Forum: Fixing WordPress
In reply to: LinksI’m new at this website stuff, but I’m trying my hardest. Someone please help!!!!!!!