View Full Version : Brochure in column
pnagames
22-Jan-2006, 10:33 PM
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...
jont
24-Jan-2006, 02:53 PM
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
pnagames
24-Jan-2006, 07:12 PM
you lost me there jont
jont
24-Jan-2006, 07:20 PM
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:
!!<<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
jont
24-Jan-2006, 07:22 PM
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
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.