Hi. I have limited HTML and CSS skills, as I usually use an editor Frontpage or Dreamweaver. Now I'm using dreamweaver to build my webpage, and I have a shoppingads.com banner code, and an amazon Astore frame code. The problem is I put the code where the cursor is in dreamweaver, but the amazon frame seems to take up the entire section, while the shoppingads.com banner is placed below. I need them placed side by side so it looks neat. What should I do? Thanks. The site is w w w. onlinegpsdiscounts . com . I cannot post links yet. Thanks
Well, If I had a whole lot of time I would help everyone for free, but I'm broke and need work. Maybe I can look at it and do something in my own time. I'll PM you.
Hi, I edited your source code and this should do the trick. It would be better if I had more time. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- body { background-color: #dfe4e8; background-image: url(sideborder.jpg); background-repeat: repeat-y; text-align:center } #container{width:872px; margin:auto;} #main{margin-left:125px;} #left{float:left;} --> </style></head> <body> <div id="container"> <div align="left"></div> <div align="center"><img src="header_logo.jpg" width="765" height="318" /></div> <div id="left"> <p><script type="text/javascript"><!-- shoppingads_ad_client = "315cc3694bc4f43e080e"; shoppingads_ad_campaign = "default"; shoppingads_ad_width = "120"; shoppingads_ad_height = "600"; shoppingads_ad_kw = "gps"; shoppingads_color_border = "FFFFFF"; shoppingads_color_bg = "d2d2d2"; shoppingads_color_heading = "00A0E2"; shoppingads_color_text = "000000"; shoppingads_color_link = "008000"; shoppingads_attitude = "true"; shoppingads_options = "n"; --></script> <script type="text/javascript" src="http://ads.shoppingads.com/pagead/show_sa_ads.js"> </script> </p> </div> <div id="main"><p align="center"> <iframe src="http://astore.amazon.com/ongpdi-20" width="748" height="900" frameborder="0" scrolling="no"></iframe> </p></div> </div> </body> </html> HTML: