Announcement

Collapse
No announcement yet.

Centre Slideshow

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

    Centre Slideshow

    This Is The Code I have for My SLideshow on my Homepage, what do I need to change to centre the slideshow as its appearing to the left currently, also Id Like To Put a Small Introduction to the site underneath the slideshow, how do i get this to appear under the slideshow as currently is appears next to the slideshow as shown on the site www.abovenbeyondworld.co.uk

    !!<<TABLE width="100%" cellpadding="5" cellspacing="5">
    <TR>
    <TD align="centre" width="350">
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 350, 200, 0, 3000, 1, "R")
    </script>
    </TD>
    <TD align="centre">
    Welcome to AboveNBeyondWorld! Here you will find your non-stop shop for all your TV & Movie Merchandise needs. This Site has been specially created with fans in mind, we specialise in those hard to find Products and Merchandise unseen within the UK and surrounding Europe.
    </TD>
    </TR>
    </TABLE>>!!
    !!<<TABLE width="100%" cellpadding="5" cellspacing="5">
    <TR>
    <TD align="centre" width="100%">
    <font size="4">Orders Of Over £25.00 Will Receive 5% Discount, If Your Order Is Over £50.00 You Will Receive A 10% Discount And If Your Order is over £100.00 you will receive a 12.5% Discount </font>
    </TD>
    </TR>
    </TABLE>>!!

    #2
    where you have.......

    </TD>
    <TD align="centre">

    add to it to create ...

    </TD></tr><tr>
    <TD align="centre">

    will produce the desired effect, but not the best table code in the world in use there, but will get you what you want.

    Comment


      #3
      Originally posted by Support@Techno- View Post
      where you have.......

      </TD>
      <TD align="centre">

      add to it to create ...

      </TD></tr><tr>
      <TD align="centre">
      Don't forget the internet is American ... "center"


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Superb, thanks for that, now how do I centre the Slideshow as its appearing to the left of the screen and not centred, thanks for your help, really appreciated

        Comment


          #5
          Originally posted by jont View Post
          Don't forget the internet is American ... "center"
          You need correct code, i.e. centre in the TD should be center ....

          I was not looking at that originally, but jont pointed it out.

          Comment


            #6
            Ive done that but its still alligned to the left, any other suggestions

            !!<<TABLE width="100%" cellpadding="5" cellspacing="5">
            <TR>
            <TD align="center" width="350">
            <script type="text/javascript">
            //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
            new fadeshow(fadeimages, 350, 200, 0, 3000, 1, "R")
            </script>
            </TD></tr><tr>
            <TD align="center">
            <font size="3">Welcome to AboveNBeyondWorld! Here you will find your non-stop shop for all your TV & Movie Merchandise needs. This Site has been specially created with fans in mind, we specialise in those hard to find Products and Merchandise unseen within the UK and surrounding Europe.</font>
            </TD>
            </TR>
            </TABLE>>!!
            !!<<TABLE width="100%" cellpadding="5" cellspacing="5">
            <TR>
            <TD align="center" width="100%">
            <font size="3">Orders Of Over £25.00 Will Receive 5% Discount, If Your Order Is Over £50.00 You Will Receive A 10% Discount And If Your Order is over £100.00 you will receive a 12.5% Discount </font>
            </TD>
            </TR>
            </TABLE>>!!

            Comment


              #7
              Not being funny, but a basic understanding of html is needed if you want to delve into the layouts...

              <TD align="center" width="350">

              You are setting a width for that TD, so it is restricted to those dimensions.

              Change to 100% like the other one further down and it will span the same as the text does below it.

              Comment


                #8
                If still no joy, then your java script code is aligned to the left probably forcing it that way within its container...

                Comment


                  #9
                  My Apologies for all the questions, you are correct and I have just started a HTML course to help with the site, I just wanted to get a jump start on some of the problems, youve been very patient and helpful, the problem has been sorted with your last suggestion so a huge thank you, I have one last stupid question to ask.
                  On each product section I have a page with a picture and a link to merch, news etc, the image at the top is appearing to the left, much like the slideshow was, the code is below, any suggestions on how to centre it

                  !!<<P>>!!!!<<BR><P><TABLE width="100%" align="center"><TR><TD width="33%" align="center"><B><A HREF="abw_24_shop.html">Merchandise</A></B></TD><TD width="33%" align="center"><B><A HREF="abw_24.html#news">News</A></B></TD><TD width="33%" align="center"><B><A HREF="abw_24.html#cast">Cast & Crew</A></B></TD></TR></TABLE></P>>!!!!<<P>>!!Created by: Joel Surnow & Robert Cochran!!<</P><P>>!!!!<<P>>!!In this concept drama, each season takes place within one 24 hour period!!<</P><BR>>!!

                  Comment


                    #10
                    The image is only appearing on the left if your text does not fill the space (left to right enough) beneath it.

                    Afraid going out, so can not look in more depth, but on sections where you have plenty of text beneath the image, then the image is centered on the page, so a solution one way or another.

                    Comment


                      #11
                      PS: Apology not needed - just making a point - badly I would also say - apols myself... Nite

                      Comment


                        #12
                        Restaurant thread?

                        Comment


                          #13
                          "Restaurant Thread?"

                          ??

                          Comment

                          Working...
                          X