Hi, I am trying to add two banners to the top of the page. When I try to add a second one the first one disapears. I then used html to put both in the one place but I am getting small squares where I put spaces. Can someone tell me how to do this?
You can see what I am talking about at Newbies Central's JV Giveaway
Also no matter what I make the header to it is off a little bit to the left. How do I correct?
|
You mean like this:
 My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Ya like that. How did you do it?
|
First get rid of all those spaces or whatever character that was. Next make the table width 998px instead of 100%. Then add margin: 0 auto; to the table style. Add float: left; to the left image style, and float: right; to the right image style. You can get rid of all those align attributes. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thanks for the help. I forgot all about the float left and right commands. I haven't used them in a while. |
Anybody have any ideas on the header. No matter how big I make it the header is off to the left. At 998 in width it goes back to only 3/4 of the width of the page. At 1000 and above it goes to where it is now. No bigger and wont center. Am I missing a setting somewhere? |
You really should get the firebug plugin for Firefox. Then disable all caching in admin. Those two things will go a long way in letting you know where to find the CSS info for each element on your page. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thanks for the tip. I have never heard of that plugin. I have firefox and will look into getting that tonight. Sounds like a great feature that will help me in my other sites creations as well. |
First get rid of all those spaces or whatever character that was. Next make the table width 998px instead of 100%. Then add margin: 0 auto; to the table style. Add float: left; to the left image style, and float: right; to the right image style. You can get rid of all those align attributes.
what site is it you used on? so that i can collect teh html code with firebug? sicne i am not good with spacing and coding etc.
|
Not sure what you mean. Can you clarify? The site I am trying to get help with has a link in the first post. |
You mean like this:

How do I add those AD blocks on the header? what do I need to edit?
|