Announcement

Collapse
No announcement yet.

Brochure in column

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

    Brochure in column

    I have a question

    i want on my brochure the first section to appear as it is now but i want the other to appear vertically

    how can i do that

    i know from the knowledgebase they have instructions but i pressume that this will change all fragments to vertical...

    #2
    I do something similar but add in (I hate to admit) another nested table into the fragment text area twixt !!< >!! tags

    Actinic does not like CSS entered into description areas for some reason as a <div> tag would be a much better solution


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      you lost me there jont

      Comment


        #4
        Originally posted by pnagames
        you lost me there jont
        Sorry - confuse myself half the time.

        Create a fragment with text only .. in the text field enter the code to create a new table with 2 cells eg:

        Code:
        !!<<table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td valign="top"><div align="center">
        
        The left hand column content goes here
        
        
        </div></td>
            
        
            <td valign="top"><div align="center">
        
        Right hand column content here
        
        
        </div></td>
          </tr>
        </table>>!!
        This creates a 2 columns to enter text, images etc. I use it to add in an <iframe> command to an affiliate.

        May not be what you are seeking but may be of use.

        Hope that makes more sense


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          You can set up your tables in say Dreamweaver and copy and paste the table code into Actinic between !!< and >!! so Actinic knows it is HTML and not raw text


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment

          Working...
          X