basketball
Forum Replies Created
-
Forum: Your WordPress
In reply to: End PegReally like your choice of colours, site looks great!
Forum: Your WordPress
In reply to: Moved from Pivot to WordPress – The Armageddon ProjectYour logo on the right looks wicked 🙂
Forum: Your WordPress
In reply to: My Weblog, review if you like :)Design looks nice, the gallery and everything just seem to work well together.
Forum: Themes and Templates
In reply to: New Theme Based on Connections..I am not the biggest fan of the sidebar colours, but great job on the theme.
Forum: Themes and Templates
In reply to: Colored TableFirst of all there are no tables in that layout. Your best bet would be to download and study the code, or you can search up a few basic ~~!!CSS!!~~ ( cascading style sheets) tutorials up.
Forum: Plugins
In reply to: Organizing Posts VerticallyHrm I tried it and it works pretty well. I remember I tried that on my site but it didn’t work very well for me just because I had other floating parts in it. Like I had my post content float: left, then I also had a expandible menu which when expanded added a huge gap of white space to the page so I had to do something other than use float: left to try it.
Anyways whatever works
Forum: Fixing WordPress
In reply to: One more question about theme namesFount out how to do it! Mine might be a little different because I still use some coding from Wp 1.2. But mine is organized by when they were uploaded into the directory. I deleted all the files in the theme directory and uploaded them one by one and woila! Works perfectly. Thanks for all your help though, and Kafkaesqui I would’ve never found the file without your help. 🙂
Forum: Fixing WordPress
In reply to: Question about theme-editor (Assigning Names)Ahhh Excellent, thanks Kafkaesqui. Just one more question, is there a way I can output those files in alphabetical order?
Forum: Plugins
In reply to: Organizing Posts VerticallyWould that work? That might just float one thing to the left and the next one overlapping it or underneath of it. Might work in firefox but not sure about IE. Give it a try though if it works it is a much more simple solution!
Forum: Plugins
In reply to: rotator.php stopped working?I have been using this for about a year now, has never failed me. You can rotate ads/images or whatever
Forum: Plugins
In reply to: static paragraphSo regardless of category/archives or any page they are in you want the paragraph to show up? You could just add that right into the php file (index and archives). Something like
<p>Welcome bla bla bla</p>Right before the loop
Forum: Plugins
In reply to: Organizing Posts VerticallyJust a thought, I am not sure if it’ll work, but you could add
<li></li>
tags within the loop around each post, set a width to it in your stylesheet and display inline so someting like
<div class="content">
<li>Post</li>
<li>Post</li>
<li>Post</li>
</div>in your styleshet
.content li {width: 150px; display: inline;}Also if you do decide to do it that way, you’re going to have to make your posts shorter and limit the number of them.
Forum: Plugins
In reply to: Awstats pluginCool plugin, I’ll try it out later. Just a question though, if your awstats is only accessible via cpanel will it still work? Reason I am asking is because my log file is in the same folder as public_html so I don’t I can access it via domainname.com/log.txt
Forum: Fixing WordPress
In reply to: Safari Specific HacksI’ll try that, thanks fuzzy_logic
Forum: Your WordPress
In reply to: Deviations of Sanity, my redesignLooks good, the logos are cool too.