hi, i cant seem to get 2 rectangles side by side it keeps going under the other....can anyone help me with this?
are you talking about rectangle shaped adsense ad units in your page design? can you not use a table <td> tag? That's the simplest way I can think of arranging things, simply from a design perspective
privacynest dot com ....I got google ads on there but i want 300x250 2 of them side by side but when i put in the code one goes up and one is under the other...i tried <td> but for some reason i still couldent get it right
the following always works for me: <table><tr><td> --- ad script 1 ----- </td><td> ---- ad script 2 ---- </td></tr></table> if not, then there must be something wrong with your page overall... strip your page down to test it and figure out where the problem is