Announcement

Collapse
No announcement yet.

Line in left and right margins

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

    Line in left and right margins

    I use Actinic V7 with the Smart theme. I added some extra boxes to the left and right hand margins and entered some text. I now want to remove them but regardless of what I do I am left with a single thin line running horizontally in the right and left margin. Its the width of the table (150 px) but I can't get rid of them. They appear to be left over from the boxes I created which held some information text.

    I think the offending code may be as below as everytime I edit it, other things in the marign area seemed to be shoved over to the right or left :

    <table width="150" border="0" cellspacing="0" cellpadding="0">
    <tr>
    </tr>
    <tr valign="top">
    <td class="thinred2">
    <table width="100%" border="0" cellpadding="2" cellspacing="2" class="actxxsmall">
    <tr>
    </tr>
    </table>
    </td>
    </tr>
    </table>


    Any ideas please? I had to chop bits out of this code to get rid of the boxes and I guess my amateur attempts have corrupted something. But is there anything in the above code that would cause a thin line to be displayed in the margin area?

    regards

    #2
    <td class="thinred2">

    remove the class="thinred2" so that the bare table cell tag <td> is all that is left.

    the css class thinred2 specifies a set of 1 pixel wide borders.
    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
      Thank you very much. That works perfectly.

      Comment


        #4
        Originally posted by wjcampbe
        class="thinred2"
        A fine example of coding styles poorly - change of colours then mean nothing down the line when trying to track code snippets. I have always wondered why Actinic choose this class name?


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Movie - The thin red line?
          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


            #6
            LOL

            They must have been watching Mission Impossible or Code Breakers when coding the v8 stylesheet.


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment

            Working...
            X