Announcement

Collapse
No announcement yet.

Choice layout width

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

    Choice layout width

    I have spent the last 4 hours trying to increase the width of the Choice Box/table.

    At the moment it is 290 Pixels wide, I would like to increase it to, say 400 pixels wide. On some products the choice texts is longer & wraps. I want to avoid the text wrapping.

    I have searched all places I can think of but obviously not figured out how to do it!

    Please help a lost soul...

    www.yandles.co.uk
    www.websilk.co.uk
    Today is the tomorrow that I worried about yesterday.
    So far, all is well. Am I still worried? YES! Watch some b.....d mess it up!

    #2
    Try this...
    In the component list layout, change the list layout settings (start of list) from say:
    <table cellpadding="2" cellspacing="0" border="0">
    to say:
    <table width="400" cellpadding="2" cellspacing="0" border="0">

    Comment


      #3
      Thanks Duncan. However I tried that& it doesn't like it.

      Just putting the definition 'width=' with any number is makes it go wierd. even defining the width="290" ....It seems that the width is defined elsewhere - as I say, I spent many hours looking for it!

      EDIT: SORTED!

      I was adding the ' width="400" ' straight into the Layout Settings & not via the 'edit' button....

      Thanks again Duncan, your post made me revisit that area again....

      FURTHER EDIT:
      Your reply was spot on - I am still perplexed why it did not work last night. I must have tried that 7 or 8 times. I spent many hours looking elsewhere because it didn't work! Maybe my computer needed rebooting, which I did this AM...

      Funny how a reboot fixes many problems.... I should have thought about that at 2am!

      This morning, worked first time!
      www.yandles.co.uk
      www.websilk.co.uk
      Today is the tomorrow that I worried about yesterday.
      So far, all is well. Am I still worried? YES! Watch some b.....d mess it up!

      Comment

      Working...
      X