aymie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: page template vs layout HELP!I fixed it at the moment with:
td {
vertical-alignment: top
}It moves everything to the top, I’m yet to try this with divs
Forum: Themes and Templates
In reply to: sidebar and header imagewell for the moment I’ll use tables for this layout–less stressful…I have everything working but yes it does put off my xhtml and css validation >_<
I’m already working on a new layout so Peiqinglong I’ll keep your email handy.
Thanks.
Forum: Themes and Templates
In reply to: Sidebar Issuesfor your secondary, try:
margin-right: whatever%;
e.g. margin-right: 10%;
instead of float…may help
Forum: Requests and Feedback
In reply to: TinyMCE – editting html ?Yeah it’s still there. It’s HTML next to the ? button in write
Forum: Themes and Templates
In reply to: page template vs layout HELP!Ok, I figured out that when there’s only 1 post or a little bit of writing on a page, it sits in the middle and puts the design off and frustrating to view without thinking: “WTF?!” so, is there any way to align the post or page to the top of the page? I know it’s to do with the “while” code for if posts etc. because offline without the code, the layout works fantastic…online, well that’s another story.
I added to my about page, it moved all the text up, but if it’s a paragraph or so…everything stays in the middle.
So I know it’s a single post/little bit of text on a page, that’s doing this.Forum: Themes and Templates
In reply to: Free WordPress Template:Hectic LifeNice layout. Are the category titles meant to be a little to the left of the box but still over-lapping the grey box? Or is it just Fire Fox? Either way I like the effect, it’s different.
Forum: Themes and Templates
In reply to: Footer displays in posts (IE only)Why not try the CSS code for IE which tells IE the minimum height (if you already have next / prev page displayed so you know the maximum length of your posting page).
So basically it starts the footer at something like this:
html>body {
min-height: 900px;
}or do:
.page {
min-height: 900px;
}I can’t remember which one it is exactly, but I do know it’s min-height CSS which forces the page to have a minimum height so you can position your footer…anyways, it’s a suggestion, or at least a start.
Forum: Plugins
In reply to: Adding avatar files to comments, detect username on comment form.Well I found this http://garinungkadol.com/downloads/post-avatar
for posts, but I’m not sure if it’s what you want.Though I also found this for comments: http://www.connectedinternet.co.uk/2006/12/31/new-plugin-latest-comments-with-avatar/
and this http://www.johntp.com/2007/03/01/wordpress-plugin-myavatars/Hope that helps
Forum: Themes and Templates
In reply to: sidebar and header imageCouldn’t edit my own message…so anyways, I used table now so it’s perfect.
Forum: Fixing WordPress
In reply to: archives in a select box?Ah thanks I must have been putting in the wrong search words. Thanks.
Forum: Themes and Templates
In reply to: sidebar and header imageGah I give up, everytime I add something to my blog in the sidebar my content moves down so I have to add more to the px to move the content up, then I have so much space at the bottom…I bleeping hate divs and css *has an mental breakdown*!
Forum: Themes and Templates
In reply to: Sidebar IssuesWhy not try: margin-right: 0px; or for IE
html>body margin-right: 0px;That way FF and IE read it as no margin on the right.
Or you can do this:margin-left: 780px; (depending how wide your template is), that positions your sidebar left or right, the higher the px the more right, the lower the px the more left.
Forum: Plugins
In reply to: Adding avatar files to comments, detect username on comment form.Why not use a gravatar? That’s what it does.
Forum: Themes and Templates
In reply to: sidebar and header imageI’m actually playing the content now–I gave up with the header and just “glued” the pattern under the image to the image using my image editor.
Thanks for the compliment. Everything is done using <div>s but now my content is refusing to play with me due to my sidebar…as that expands my content pushes down.
Any suggestions? I’ve tried: position: absolute; top:285px; position: relative; top 285px; and position: inherit; top:285px; and nothing works >_< I’ve even tried magins etc. and tried setting to 0…
I’m pulling my hair out with it!
I may have to give up and redesign it in tables >_<EDIT: I’ve managed to position the content at the top, now I have all this space at the bottom, any ideas how to get it rid of it?
Sorry for being a pain, I’m still tinkering with CSS and Divs it’s quite the headache though
Forum: Fixing WordPress
In reply to: Can’t Log inTry reinstalling WordPress or make sure you have wp-admin content & the files… but if it works on every other PC and not that one you’re using…maybe it’s your PC?