ttw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Space Between ParagraphsGreat, thanks. Worked perfectly
Forum: Themes and Templates
In reply to: Code For Adding A Thumbnail?I’ve got all it all working now. Thanks for all your help
Forum: Themes and Templates
In reply to: Code For Adding A Thumbnail?Oh ok, thanks. I’ve set up the thumbnails now but they’re still not appearing. Did I position it correctly (code in previous post)? Thanks again
Forum: Themes and Templates
In reply to: Code For Adding A Thumbnail?I positioned the code as such:
<?php the_post_thumbnail(array(100,100), array('class' => 'alignleft')); ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class() ?>> <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <small><?php the_time('l, F jS, Y') ?></small>
I’m not too sure If I assigned the thumbnails correctly? I selected the upload button, uploaded my picture and then inserted it into the posts? Thanks
Forum: Themes and Templates
In reply to: Code For Adding A Thumbnail?I just added in the code but have not noticed any difference. Could you please check I inserted the code in the correct position? Thanks
Forum: Themes and Templates
In reply to: Code For Adding A Thumbnail?Great, thanks! I’ll give it a go
Forum: Themes and Templates
In reply to: Word spacing error?That’s great, thanks! I couldn’t find
text-align: justify
so instead I added intext-align:left
and all is working now. Thanks againForum: Your WordPress
In reply to: Site Opinions?Oh ok, don’t worry. Thanks again
Forum: Your WordPress
In reply to: Site Opinions?Thanks, I really appreciate it! Just a side note, do you know how to make the footer float to the bottom of the page? I’ve played around with a few bits of code but it always ends up messing my page up. Thanks again
Forum: Your WordPress
In reply to: Site Opinions?Great, thanks! I’ll play around with that, I haven’t yet seen it with javascript disabled. Any other negatives/things you dislike? I’m trying to push my site for release next friday so I’m trying to find out all the things which people like and dislike.
Forum: Themes and Templates
In reply to: Site help????Sorry, I answered my own question! All I needed to do was adjust the height of the header *facepalm*
Forum: Fixing WordPress
In reply to: Padding Error?Cool, thanks ?? I guess i’ll go start and get rid of the errors
Forum: Fixing WordPress
In reply to: Page Resize Problem?Thanks for your reply, I’ve managed to sort it out now and all seems to be good ?? As for the content being halfway off the screen, that was my error because I’d removed a section of code which had forced me to position the content -300px;
Forum: Fixing WordPress
In reply to: Padding Error?Also could you please tell me what version of firefox you’re using. My site displays perfectly as it does in Safari (What i code on) in both 3.0 and 3.5
Forum: Fixing WordPress
In reply to: Padding Error?That’s how it’s appearing in all web browsers at the moment because I’m going around my site getting rid of some messy parts of code and redoing them to try and make it more browser friendly. So far it’s going quite well I’ve nearly managed to get the header working on IE 7, 8, Firefox, Safari, etc but below the header it’s all screwed up at the moment (i’m working from the top to the bottom). What’s the problem with the footer? Would getting rid of the errors make it work in multiple browsers then? Thanks