ltaylor Posted April 10, 2019 Share Posted April 10, 2019 I'm using the script below for a document and as it is, there's too much space between the text and bullets. Is there any way to decrease that space? var bulletString = ""; for (item=1;item<=4;item++) //there are 4 bullets here. If you need to add more, change the 4 { var itemName="bullet" + item; if (Field(itemName) != "") //if the bulletfield is not empty { bulletString += "<p>•<t>"+Field(itemName); //add a bullet, a tab and then the bulletfield } } return bulletString; Quote Link to comment Share on other sites More sharing options...
jimmyhartington Posted April 11, 2019 Share Posted April 11, 2019 I think you need to change the tab-value for the paragraph in the text editor. Quote Link to comment Share on other sites More sharing options...
ltaylor Posted April 11, 2019 Author Share Posted April 11, 2019 Stupid question - what's the best way to do that? Quote Link to comment Share on other sites More sharing options...
jimmyhartington Posted April 11, 2019 Share Posted April 11, 2019 You do it by editing the text frame. Then choose Tabs in the text options and make your settings. See this gif: Quote Link to comment Share on other sites More sharing options...
ltaylor Posted April 11, 2019 Author Share Posted April 11, 2019 Brilliant!!! Thanks so much for the detailed post - that helps so much!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.