Hey Everyone, I have a website http://coupon.dealspower.com where I have inputed some javascript code. If you notice the main body of the blog is showing the coupon section. The issue I am having is it is not centered and was hoping you would know how to fix this. Also I was looking to raise the coupon section so its closer to the header. Any quick fixes? Thanks, Chris
Hey Everyone, I am currently utilizing some code that I put on my site for a coupon site. I am looking to center this and as well raise it a bit so its closer to the header. Here is the code and the site where it's located is http://coupon.dealspower.com - <script language="javascript" type="text/javascript"> var ci_cap_scriptId = "2238"; var ci_cap_bid = "1158050001"; var ci_cap_format = "718x940"; var ci_cap_bannerType = "3"; </script> <script language="javascript" src="http://bc.coupons.com/" type="text/javascript"> </script> Is there anything I can add to this to center it and raise it? Thanks, Chris
I looked at your site. I see that this is a wordpress. In that sea of CSS code, I had not the nerve to ask for reasons why your coupon is not close to header. But I'm at your place, I would put the entire coupon into a new div and used the negative value for top-margin and margin-left positioning of coupons. Something like this: <div style="width:720px; height:942px; margin-top:-20px; margin-left:30px;"> Your script </div> Code (markup):
It does looks prety much center in FF. Screencap indicating the issue would be great. And I belive you've created a duplicate thread here http://forums.digitalpoint.com/showthread.php?t=2078057