Hi, I have put two ads under a topic title. They are just adjacent to each other. I want to add a space between two ads, to make it look better. I have attached a screenshot. Please have a look at it and give your opinion. http://i42.tinypic.com/2n8u6tl.png Code (markup):
The screenshot doesn't help much. Is the ad code javascript, or are they just linked images? If they are just linked images, you can just add styling to them If you have no control over the image styling, then you may have to place them in a box and set the spacing that way: http://www.w3schools.com/tags/att_div_align.asp
You might already have fixed the issue... Otherwise just: 1. click on the left image, and choose the corner image to "edit image" 2. go to "advanced settings" (found on the op of the page) 3. add some code to Styles: margin-right: 10px; (where "10 px" sets the margin to the other picture) Set this distance to it fits your page and pictures.
these are the adsense ads, below post title in wordpress blog. Will it work for the styling you've mentioned above?
HTML boxes will work pretty much anywhere. When all else fails, you can always wrap it in a box and set spacing or padding accordingly.
Many people prefer to do it with CSS, but I think HTML will be easier to follow for now: http://www.wickham43.net/divboxes.php It's always good to know how to make a box. You never know when they will come in handy.