Announcement

Collapse
No announcement yet.

page width to big!.

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

    page width to big!.

    I have a problem when adding products the my pages, this doesnt happen on all the pages just some. Once i have added text to it i choose " Text to the right of the image" problem is i have to scroll to the right to view the text, how do i sort this? i played around in the templates but not seem to make a difference.


    Benn

    #2
    Sid

    I'm afraid you aren't going to get an help with this unless we can see a URL that shows the problem.

    Comment


      #3
      Hi.

      http://www.links-to-scotland.com/aca...rousers_5.html

      the other pages seem fine, but this page i have to scroll side to side, it would great if i can get the text closer to the side of the pictures on all the pages, its also effected the position of the company header/title.

      Thanks
      Benn

      Comment


        #4
        It could be because you're mixing layouts on the page. Try setting them all the same and see what happens.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          There are some major errors in your Product (and possibly Act_ProductBody.html) templates. Looking at I see
          Code:
          <TABLE WIDTH="100" COLS="1" BORDER="0" CELLPADDING="1" CELLSPACING="0">
           <TR>
            <TD WIDTH=150></TD>
            <TD WIDTH=50></TD>
            <TD WIDTH=150></TD>
           </TR> 
          
           <Actinic:SECTION BLOB="A00012.cat"/>
          
           <TR>
            <TD ROWSPAN="1" VALIGN="TOP" ALIGN="CENTER">
              <IMG SRC="earings1.jpg" ALT="Frosted Thistle Earings" BORDER=0 HEIGHT=197 WIDTH=268 > 
            </TD>
            <TD COLSPAN="2" VALIGN="TOP" ALIGN="LEFT"><A NAME="a24"></A><FONT FACE="ARIAL" SIZE="+1"><B><!-- SEARCHAID1 -->Frosted Thistle Earings<!-- SEARCHAID2 --></B></FONT><FONT FACE=ARIAL SIZE=-1><BR>Sherwood jewellery is hand cut from molten crystal glass rods and finished in five unique styles which enhance the intricate designs .<BR>Each piece of Sherwood crystal is then highly polished to create the clarity required to show the design to optimum effect. Top quality sterling silver anti - tarnish treated chains, pendant loops and earing fittings are used and boxes are stamped sterling to enhance the status of the product<BR><BR><B><Actinic:PRICES PROD_REF="24"><BR><B><Actinic:RETAIL_PRICE_TEXT>Price:</Actinic:RETAIL_PRICE_TEXT>&nbsp;&nbsp;£17.50</B> <FONT SIZE=-5></FONT> </Actinic:PRICES></B></FONT>
          
            </TD>
            </TR>
            <TR>
             <TD COLSPAN="2" ALIGN=RIGHT><P><INPUT TYPE=SUBMIT VALUE="Add To Shopping Cart" NAME="24">
             </TD>
            </TR>
          
            <TR>
             <TD COLSPAN="1">
              <HR SIZE="1" ALIGN="CENTER" WIDTH="600">
             </TD>
            </TR>
          Where you're trying to fit 3 columns into a 1 column 100px wide table.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            To be honost i dont have a clue what im doing when it comes to the html templates.. i just tried to enter different numbers etc and played around with template manager see what changes they make.

            Silly, perhaps.

            what should the templates read then.?.

            Benn

            Comment


              #7
              Hi Benn

              Norman is talking about the following bit of code:

              Code:
              <TABLE WIDTH="100" COLS="1" BORDER="0" CELLPADDING="1" CELLSPACING="0">
               <TR>
                <TD WIDTH=150></TD>
                <TD WIDTH=50></TD>
                <TD WIDTH=150></TD>
               </TR>
              Here the main table is set to 100 pixels, yet the column are set to 150,50,150. You may want to change the main table width to a great value, or simply put in a % sign next to the 100, so the table expands. Maybe that whats missing

              Kind Regards
              Nadeem Rasool
              SellerDeck Development

              Comment


                #8
                Ah thank you, ill give that a try.. im going to set the Table width to 200 and ill give that a go.

                Thanks for you help,
                ill let you know how i get on.


                regards
                Benn

                Comment


                  #9
                  Ermmm, 150 + 50 + 150 = 350

                  200 will not be enough to hold all that, will it?
                  Bill
                  www.egyptianwonders.co.uk
                  Text directoryWorldwide Actinic(TM) shops
                  BC Ness Solutions Support services, custom software
                  Registered Microsoft™ Partner (ISV)
                  VoIP UK: 0131 208 0605
                  Located: Alexandria, EGYPT

                  Comment


                    #10
                    good point


                    Benn

                    Comment

                    Working...
                    X