Skip to main content
Solved

Column layout in Word template

  • May 6, 2022
  • 3 replies
  • 77 views

hmccabe
Rising Star
Forum|alt.badge.img+1

In Attain, you are allowed to choose the a one or two column layout for the Webpage entity. Is there a way set the column layout in the Word template? Right now the instructions are displayed in a two column format in Word and we want to change it to one column.

 

1 column layout

 

2 column layout

 

Best answer by Morten

Hey @hmccabe 

 

Click on Language Settigs and then Language Template Editor

 

3 replies

Morten
Community Manager
Forum|alt.badge.img
  • Community Manager
  • May 9, 2022

Hi @hmccabe 

 

In your project publishing template, you can navigate here:

 

So basically what it reads is that on every step, it should be formatted like this:

<newtable/><r><c><txt/></c><c><img/></c></r>
 

make a new table, start a row, start a column, put in the text, end that column, start a new column, add the image, end that column and finally end the row.

 

try adjusting it to this:

<newtable/><r><c><txt/><nl><img/></c></r>

 

that should become: new table, start a row, start a column, add the text, do a line-change, add the image, end the column, end the row.
 

You may have to do the same for the group and note steps, but try to mess with it and see what you end up with.

 

Unfortunately we do not get a whole ton of control over the word document, but there are some things you can do of course. I can recommend this video if you haven’t watched it - its for classic, but its the same thing.

 

Good luck! :)


hmccabe
Rising Star
Forum|alt.badge.img+1
  • Author
  • Rising Star
  • May 9, 2022

How do I get to this screen?

Here are the options I have.

 


Morten
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • May 10, 2022

Hey @hmccabe 

 

Click on Language Settigs and then Language Template Editor