really like it. Good luck Where did you find that theme? How did you go about getting the text to wrap the image?
The theme is called Wuhan and was picked out of Alex Kings theme browser, and put through some modifications. As for the image wrap this template happened to have it built in, simply apply the "alignright" or "alignleft" class to your image and your done, if your template does not have this, you can add it with something like this placed in your css img.alignleft { padding: 4px; margin: 0 7px 2p
Here is the complete code, still doesn't seem to work. Might just be this theme I am using. img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
Looks like a good beginning. Nice header image. I used Wuhan for a short time on my WordPress blogs, but didn't find the sidebars useful enough. I know that the blog is still in development so I'd recommend you create some categories initially. What's nice is that they can be adjusted later on, but splitting your content into categories at the onset will make management much easier later down the road. For the blogroll, I'd recommed moving that to a separate page and off of the main page. The goal is to keep readers on your site, not direct them off. Plus on a separate page you can provide more details on the links rather than just the names. Some web goers are a little jumpy at clicking on links that don't explain where they are going.
http://www.nathandrach.info/archives/26.html Here is the image coce: <img src='/wp-content/geek_workout.jpg' alt='geek workout' class="alignleft" /> I dont see anywhere in the css that states alignment though.
Ok guys, might as well geve the css code I got to work: img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; float:right; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; float:Left; }
Very nice Mike - there's a lot to be said for keeping things simple and not over complicating; I like it. Well done; good luck with it.
Well, I hate to double post, but we are back on page 4 and its been a few days so why not. Lots of new content added, and the adsense has been re-aranged.