Announcement

Collapse
No announcement yet.

Adding to main page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adding to main page

    http://www.tempestwebdesign.co.uk/aqua/AquaUK.htm

    If you have a look at that main page ive made id like to add more boxes down the right below where it says "cart details" how would i go about this?

    #2
    Try adding this into your layout:
    <div class="sidebox">
    <div class="boxhead"><h2>Another Box</h2></div>
    My stuff here...
    </div>

    Comment


      #3
      Ok ive added the box but the left hand side of it is missing in the web page preview and when i upload it to the internet most of it dissapears altogether

      Comment


        #4
        Hi,

        Try using:

        Code:
        <table cellpadding="0" cellspacing="0" border="0" width="100%">
           <tr>
              <td valign="top" width="8%" bgcolor="<actinic:variable name="Palette2" />"><img src="theme_tab2_left.gif" /></td>
              <td bgcolor="<actinic:variable name="Palette2" />" width="84%" height="20"><span class="boxheading">Header</span></td>
              <td valign="top" width="8%" align="right" bgcolor="<actinic:variable name="Palette2" />"><img src="theme_tab2_right.gif" /></td>
           </tr>
           <tr>
              <td colspan="3" class="thinborder2" style="padding: 3px;">
                
                   Your stuff goes here
        
        
              </td>
           </tr>
        </table>
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X