• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Review my site!

dak1ng995

New Member
Well, I didn't create the design myself. I took a pre-made one and modded it to what I liked. Unfortunately, I can't mod it any farther, because I'm not an expert on CSS. Anyways, check out my site designs...

My Blog: http://tgenews.com/

My Web Hosting Site: http://wpmhosting.com/

-BTW check out my blog in Firefox! I can't get menu transparency to work in IE.

P.S. I'm also looking for writers for my blog (you have to be able to write reviews and news, etc.), because I need a little help. Just use the contact page and I'll get back to you.
 
I have checked your blog using Flock. Looks not good for me. Bad layout. And lots of empty space on the left column. If I were you I would completely redesign it.
 
put a wrapper div on the layout for the hosting site.

HTML:
<style>
#wrapper {
width: 100%;
}
#main {
[B]width: 980px;
margin: 0 auto;[/B]
}
</style>

//html part
<div id="wrapper">
<div id="main">
all other stuff in here...
</div>
</div>

and that will center the page properly.
 
I have checked your blog using Flock. Looks not good for me. Bad layout. And lots of empty space on the left column. If I were you I would completely redesign it.

No, it doesn't. Also, it's hard to get web design looking good across all browsers. Most css themes are geared towards IE, Firefox, Safari, and Opera, which mine is.

Also, thanks for the advice on the wrapper, I'll fix it!
 
Back
Top