View Full Version : New Entertainment Blog
Blogmaster
Dec 13th 2005, 8:25 pm
What do you guys think about the look? The blog is mainly going to be about Entertainment News (http://www.thehit.us/) :)
ServerUnion
Dec 13th 2005, 8:42 pm
really like it. Good luck
Where did you find that theme?
How did you go about getting the text to wrap the image?
romitm
Dec 13th 2005, 8:46 pm
I think you Recently Launch this site. Good Site.
Blogmaster
Dec 13th 2005, 8:46 pm
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
ServerUnion
Dec 13th 2005, 9:13 pm
One thought, might want to look into permalinks to create static url's on your site.
Riboflavin
Dec 13th 2005, 9:16 pm
Thanks, I'll investigate that right now :)
ServerUnion
Dec 13th 2005, 9:52 pm
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;
}
smindsrt
Dec 13th 2005, 10:08 pm
What do you guys think about the look? The blog is mainly going to be about Entertainment News (http://www.thehit.us/) :)
I think you should blog about my AI forums and give a good link to it. ;)
Blogmaster
Dec 13th 2005, 11:00 pm
I think you should blog about my AI forums and give a good link to it. ;)
Stay tuned :D
aristoncc
Dec 13th 2005, 11:26 pm
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.
Riboflavin
Dec 14th 2005, 7:28 am
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;
}
And you are applying class="alignright" to your image?
ServerUnion
Dec 14th 2005, 7:33 am
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.
ServerUnion
Dec 14th 2005, 7:40 am
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;
}
wrmineo
Dec 14th 2005, 7:49 am
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.
Blogmaster
Dec 14th 2005, 7:52 am
Thank you! :)
Riboflavin
Dec 14th 2005, 3:13 pm
I have added 2 new articles, how do you guys feel about the Link Unit in the header?
Riboflavin
Dec 21st 2005, 7:31 pm
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.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.