Announcement

Collapse
No announcement yet.

Components and Tables...all go a bit Awry

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

    Components and Tables...all go a bit Awry

    I have a slight problem with my Components, They appear to have a break after everyone but I cannot find where in the code it is to change this. I want them to follow on the line underneath not have a space. Hope that made sense

    The other thing is the tables I used to use in my templates have all gone a bit mad, they have resized themselves so half are compressed in the centre of the main table and the others are the correct size but the side bars are brought into the centre not on the sides.

    Any thoughts would be appreciated Ta
    Web Developer
    locksonline.co.uk

    #2
    Can you provide a link to a page that demonstrates your issues?
    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


      #3
      No Problem


      This is the problem with the tables

      www.locksonline.co.uk/proof/D_index.htm
      www.locksonline.co.uk/proof/E_index.htm


      And components

      www.locksonline.co.uk/proof/P_index.html

      Cheers
      Web Developer
      locksonline.co.uk

      Comment


        #4
        Your component spacing is being controlled by the <br> tag in this code
        Code:
        </td></tr><tr><td valign="top">
        	<br>
        
        
           <input name="v_D600-Ox_5" type="checkbox">
         
        
        Size 2 - £20.64 + Vat
        
        	
        
        </td></tr><tr><td valign="top">
        	<br>
        
        
           <input name="v_D600-Ox_6" type="checkbox">
         
        
        Size 3 - £31.37 + Vat
        If you navigate to that layout, and remove the <br> tags, things will tighten up.

        The wrongly positioned tables on the right side of those pages is being caused by the way you have the <div>s. The b9 div has an ID the other a class. The ID settings will take precedence over the class - so the settings in the class will be ignored if the same property is already set in the ID.

        I also found what seemed to be several hundred lines of repeated code at the top of the file, and many, many references to images in P_index - highly unusual to say the least. Is this another design botched by DreamWeaver?
        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


          #5
          The tables seem to work ok when I put in a number but not when I put in a percentage is there any reason for that?

          Also cheers I figured the component thing out after looking through you post
          Web Developer
          locksonline.co.uk

          Comment

          Working...
          X