Is there some one to help me. I'm the webmaster of www.home-remodeling4u.com site. I've recently launched or you can say that updated my index page. On the index page I could aslo have a banner for affiliate, now when i copied text from my editor and pasted it into body text area of the site, it could automatically mixed up with body text, and the banner goes right side of the side or some time disappeared. What should I do, I think its a problem of some CSS.

Thanks

Bilal

Comments

mirko’s picture

What banner are you talking about? I didn't see any other banner except the adsense ones.

Maybe you can put the code and the css here so that we can have a better look.

Home Remodeling Webmaster’s picture

Actually I resolved it by manually. I have deleted the banner from the page bottom but now I'm pasting it again for your consideration. Thanks For Replying my query. You can see on the site the banner and the adscene goes on to right side of the site i.e. just close to the right navigation.

Site: www.home-remodeling4u.com
Banner Code:
<a href="http://click.linksynergy.com/fs-bin/click?id=IpzC8Qht3GA&offerid=80228.10000122&type=4&subid=0"><IMG alt="ServiceMagic, Inc." border="0" src="http://www.servicemagic.com/ls/468x60HSv4.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=IpzC8Qht3GA&bids=80228.10000122&type=4&subid=0">

Thanks

Bilal

mirko’s picture

You can try to wrap your banners (img and adsenses) in a new

(eg.
)

Then you should be able to make it look like a block easier and center the banners in it.
Add something like:

.banners {
      display:block;
      clear:both;
}

and maybe this for your tables...

.entrytext table {
      display:block;
      clear:both;
}

Not sur if it'll work, but you can give it a try.

Home Remodeling Webmaster’s picture

Hey Thanks Mirko for giving me your valueable time and suggestions... I'll be on my way for geting this solved.

Thanks

Bilal
PS:-If this will not work there, I may probably come again.