Can someone help me align something on my webpage?

Discussion in 'HTML & Website Design' started by SteamyMcSteam, Jul 19, 2008.

  1. #1
    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
     
    SteamyMcSteam, Jul 19, 2008 IP
  2. kaushik nm

    kaushik nm Peon

    Messages:
    171
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can u PM me the details i can do it for acheap fee even get u custom Design u want ..

    Shoot me a PM
     
    kaushik nm, Jul 19, 2008 IP
  3. faithnomoread

    faithnomoread Peon

    Messages:
    174
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can help as well 4 pretty cheap too.
    PM me if u r interested.
     
    faithnomoread, Jul 19, 2008 IP
  4. SteamyMcSteam

    SteamyMcSteam Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    What a real help this forum is.
     
    SteamyMcSteam, Jul 19, 2008 IP
  5. faithnomoread

    faithnomoread Peon

    Messages:
    174
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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.
     
    faithnomoread, Jul 19, 2008 IP
  6. BlueDevil

    BlueDevil Peon

    Messages:
    19
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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>
    &nbsp;	</p>
    </div>
    <div id="main"><p align="center">&nbsp;	<iframe src="http://astore.amazon.com/ongpdi-20" width="748" height="900" frameborder="0" scrolling="no"></iframe>
    </p></div>
    </div>
    </body>
    </html>
    HTML:
     
    BlueDevil, Jul 19, 2008 IP
  7. SteamyMcSteam

    SteamyMcSteam Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #7
    Thank you very much! I appreciate the help!
     
    SteamyMcSteam, Jul 19, 2008 IP