Phone directory - mass text formating

Hi,
I had question concerning tabs and leaders and figured it out with the help of the forum but I am having trouble with some other things. Please share your thoughts on the following.
My task:
- I need to take a excel file (or csv) (see attached file) That has about 6,000 phone directory listing entries ( Name, Address, Phone number) and pull it into my document (Indesign) and format it exactly like the the old phone directory was done (see attached sample indesign file).
- The white pages format is: Name+(2 spaces)+Address+(leader periods that expand or retract as needed)+Phone number
- for the names and addresses that are to long for the first line I will need to kick the Address and phone number to the next line with a hanging indent I think it is called, at .0625 inches.
- I am obviously trying not to have to put in spaces and returns for 6,000 entries. For the spaces maybe I can use some style with a en or em space or nested style?
- I am wanting to format the type once, however Indesign would do that.
- So how do I do this with Indesign or even some other inexpensive plugins. I understand if some of this cant be done in Indesign but just let me know what you think.
Files attached: file size total 2.3mb
- the excel file of phone listings
- The Indesign file sample of about 7pages is extracted from the 178 page previous Phone directory. Disregard it being messy, cutting up the document made things shift but you will see how it is formated from pages 4-7. Disregard any notice for missing links to images.
- fonts
Thanks

Kenneth C. Benson wrote:
Your attachment is still queued, however, here are my thoughts.
I'm guessing your Excel file has Name, Address, and Phone Number in three columns (or more). I would format each column with a unique code, like {1} for Name, {2} for Address, {3} for Phone Number. Save to CSV, import into ID. Now you've got something like:
{1}Ken Benson, {2}129 Longview Dr.,, Chatham,, NY 12037, {3}(123) 456-7890
Search for double commas (the "real" commas) and replace with another code, like {comma}. Search for single comma followed by space and delete them all. Search for {comma} and replace with a comma. Now you should have:
{1}Ken Benson{2}129 Longview Dr., Chatham, NY 12037{3}(123) 456-7890
Search for {2} and replace with an em space. Search for {3} and replace with a tab. Search for {1} and delete it.
Swipe the whole thing and format with a style that applies a hanging indent and a right-aligned leader-dot tab.
Done. Should take about 15 minutes.
In reality, your Excel file probably has separate columns for Address1, Address2, Town, State, etc. Just put in unique number codes in every column and collapse them to spaces or commas, as appropriate, in Indesign.
Ken
PS: I have a feeling this is what Data Merge or XML is supposed to do. Haven't figured them out yet.
I've notified the appropriate people that the file is still queued.
Indeed Data Merge is useful for this kind of work (said without seeing the files), but you get a separate frame for each record, which can be a pain, so I'm not sure it's any easier. You need a script (I think Peter Kahrel wrote one) to thread the frames when you are done.
To further complicate things, there are a number of problems reported in CS4's data merge which were not present in earlier releases, most having to do with empty fields in a record.
Peter

Similar Messages

  • Phonebook / Phone directory solution investigation

    Hello,
    I'm currently trying to find a solution in the perspective of editing a professional phonebook (+50000 entries in total) wich deals with mixed visual ads and text entries {name addresses and phones}.
    My phone book key points are the following :
    1) 3 columns layout.
    Conditional master selection on a cyclic basis (to cycle trough 4 header and footer advertisement)
    2) Text entries are :
    Letter categorized (A|B|C|D|...for users pages, and pro categories on pro pages)
    Conditionally formatted : 3 styles for handling 3 different type of text entries (normal lines, textad->black lines, textad->redlines)
    plus handling of letter spacing in case the lenght of the entry is too long to fit the column.
    3) Graphics entries :
    12 differents graphics ads sizes to detect and import, Conditional Positionning/Anchoring of image blocks upon their size. 300dpi CMYK.
    4) and for sure phone book style header management (eg. aa-ac)
    5) At production time, I project to process data as chunks of 3000 entries at a time, thus representing 30pages or so.
    I want minimal hand job once the file automatically processed.
    As form what I read so far Indesign and counterperts plugins offer the possibility of automating it.
    What I want to know is to wich point ?
    Does someone in here did ever worked on something similar, would like to share toughts ?
    As I investigate further I'll post my experience in here.
    INVESTIGATION AREA WILL COVERS THE FOLLOWING:
    DATAMERGE
    I forgot about DataMerge wich seems too slow to perform huge amount of data.
    EMSOFTAWARE INDATA
    CACIDI
    My very best regards.
    Please also have a look at the electronic version of our phone directory we produced with our team : www.annuaireopt.pf

    ********EMSOFTWARE INDATA INVESTIGATION********
    I'm using the demo version of Indata 5.1.4.0 along with Indesign CS3 v5.0.4. Indata allows to easily build conditions and process data.
    My following prototype does not handle yet : Conditional master, header management, & letter spacing.
    Prototype :
    «fields nom, prenom, adresse, phone, cat, lgn, lgr, pix, pixsize
    «set pictureposition to framefit»«set picturefolders to .\images\»
    «if cat is not prev cat»«cat»«endif»
    «--different block style and anchoring applied according to the pics sizes»
    «if pixsize = 56x09--C2»«set filename of picture 1 to pix»«endif»
    «if pixsize = 56x15--C3»«set filename of picture 2 to pix»«endif»
    «if pixsize = 56x23--C4»«set filename of picture 3 to pix»«endif»
    «if pixsize = 56x30--C5»«set filename of picture 4 to pix»«endif»
    «if pixsize = 56x40--C6»«set filename of picture 5 to pix»«endif»
    «if pixsize = 56x85--C7»«set filename of picture 6 to pix»«endif»
    «if pixsize = 56x265--C8»«set filename of picture 7 to pix»«endif»
    «if pixsize = 180x85--L1»«set filename of picture 8 to pix»«endif»
    «if pixsize = 118x265--L2» «set filename of picture 9 to pix»«endif»
    «if pixsize = 180x130--L3»«set filename of picture 10 to pix»«endif»
    «if pixsize = 180x175--L4»«set filename of picture 11 to pix»«endif»
    «if pixsize = 180x265--CL»«set filename of picture 1 to pix»«endif»
    «if phone --if the phone exist then its not an image entry»
    «if lgn --lgn font style»«nom» «prenom»«if adresse is not empty»«adresse»«endif»......«phone»┐«endif»
    «if lgr --lgr font style»«nom» «prenom» «if adresse is not empty»«adresse»«endif»......«phone»┐«endif»
    «else --normal font style»«nom» «prenom» «if adresse is not empty»«adresse»«endif»......«phone»┐
    «endif»
    «else»┐«endif --if phone»
    With this little piece of "code" I'm already almost to it.
    Normal text entries, Texads and GraphicAds are processed nicely into my layout.
    The only thing is that I have to manage the biggest GraphicsAds (like full page) by hand because they do not fit when inserted in the middle of a page. And if I anchor the full page Ad to page border, the Ad overlaps all of the text that is before its entry point...This is also true for some of the smaller GraphicsAds but in general all the smaller GraphicsAds (anchored at entry point) wich will represent 75% of the total are quite nicely distributed.
    By the way, I found that Indesign itself seems to be quite limited when graphics are anchored inside of text blocks.
    It's abylity to flow the text around it seems to me too much limited...
    My problem is that sometimes image blocks overlaps either over text either over another image block(s) on the next column.
    The real problem is that the image blocks are inserted inside the text block as if it was a text entry, and thus the text entered before the entry point of the image block cannot flow under it...
    I guess the problem here is my Indesign layout. Or maybe just a limitation of Indesign...
    Either way I guess I'll have to position manually some of the elements once the static file is generated (thing I would like to avoid).
    Anybody : Any toughts on the subject ?

  • Cisco Phone Directory - Max 32 DirectoryEntry object

    Cisco SPA525G
    3CX Ver 11 Windows 7 Pro IIS
    We are able to access the Corporate Phone directory from the Cisco phones. However, it lists only the first 32 phone contacts.
    Cisco documentations states:
    http://www.cisco.com/en/US/docs/voice_i ... #wp1033491
    "A single CiscoIPPhoneDirectory object can contain a maximum of 32 DirectoryEntry objects. If more than 32 entries must be returned, use multipleCiscoIPPhoneDirectory objects in subsequent HTTP requests."
    3CX only maintains one XML file for all contacts found in the 3CX system. Ours has over 50 contacts listed in the file.
    This explains why the Cisco phones successfully downloads only the first 32 objects found in the file and the rest are discarded.
    Possible Solution:
    Create a program which when run, reads and breaks the 3CX Corporate Directory XML file into a series of alternative XML files each containing only 32 objects each.
    This I understand…
    However, I am confused on how to implement Cisco’s method of “…subsequent HTTP requests."
    Based in the information below, I believe that somehow I am to add to the HTTP response a “HTTP Refresh Setting” with the time parameter = 0, and the URL path of the next XML file that should follow in the directory listing.
    Can some explain or point me to documentation on how to do this?
    Thanks,
    David
    http://docstore.mik.ua/univercd/cc/td/d ... .htm#25866
    HTTP Refresh Setting
    The HTTP headers sent with any page from an HTTP server can include a Refresh setting. This setting has two parameters: a time in seconds and a URL. These two parameters direct the recipient to wait the time given in the seconds parameter, then get the data pointed to by the URL.
    The Cisco IP Phone HTTP client properly supports this setting, which gives a great deal of power to service developers. It means that any XML object being displayed can be replaced with a new page after a fixed amount of time.
    Figure 8 shows a good example of how the refresh setting can be used. This sample page shows the user the current value of Cisco's stock. It first brings up a splash screen that displays the Yahoo logo. After a very short time, it displays the numeric Cisco stock parameters. Finally, it shows a graph of Cisco's intra-day stock performance. The display then repeatedly cycles between the final two views.
    Figure 8 Sample Refresh Display
    All of this can occur without user intervention, as the display automatically cycles if a timer parameter is specified. However, on any given screen, the user can force an immediate reload by pressing the Update soft key. Also, if a timer parameter of 0 was sent in the header, the page will never automatically reload. In that case, the display will only move to the next page when the Update soft key is pressed. If no refresh URL is specified, the current page will be reloaded.
    MIME Type and Other HTTP Headers
    Delivering pages with the proper MIME type and other formatting items is not difficult, but it requires moderately in-depth knowledge of your web server. The following code excerpt, written in JavaScript and used with Microsoft's IIS and ASP, sets these values in a few lines:
    <%@ Language=JavaScript %>
    <%
    Response.AddHeader( "Refresh",
    "3; url=http://services.cisco.com/s/q.asp");
    Response.ContentType = "text/xml";
    . Additional page content here
    %>
    Usually, you can set the MIME type for pages in any web server by simply performing an association to the .xml file extension. Your web server's documentation should explain how to accomplish this. This allows you to serve static pages without the need for writing script.
    If you want to deliver dynamic content using the other supported HTTP headers, you will need to understand how to generate the HTTP headers using the desired programming language and have CGI or script access on the target web server.
    Content Expiration Header Setting
    The expiration header can control what URLs are added to the phone's URL history. This is slightly different behavior than traditional web browsers but is implemented to perform the same function. Disable the back button functionality to avoid calling a URL twice.
    This functionality allows you to expire the content of any page that is sent to the phone. When a user presses the Exit soft key, they are taken back to the last URL that was not expired when it was loaded. This differs from traditional browsers by not considering the current freshness of the data but the freshness of the data when the URL was requested. This requires you to expire a page when it is first loaded and to not set a time and date in the future.
    The following example shows how to expire content on IIS using Active Server Page (ASP):
    <%@ Language=JavaScript %>
    <%
    Response.ContentType = "text/xml";
    Response.Expires = -1;
    %>
    The "Expires" property is the number of minutes to wait to expire the content. Setting this value to -1 subtracts 1 minute from the request time and returns a date and time that has already passed.
    DBPlus2
    New User
    Posts: 8
    Joined: Thu Apr 05, 2012 5:45 pm

    It seems you are asking in wrong forum. AFAIK, you are asking "how to add HTTP header to response generated by my own script". It depend on WWW server we are speaking of and language of script itself. If you will fail to found solution within documentation of the HTTP server and/or scripting language you are using, then the better place for your question is a forum related to such language and HTTP server.
    In meantime, you can try other solituin. The "Refresh: 0;..." header is required for correct function of SoftKey:Next which is displayed by default. But you can redefine the content of SoftKey area using your own key. Such configuration is part of DirectoryObject you sent to phone. See definition of SoftKey 3 in example bottom. It's not original SoftKey:Next that depend on Refresh header. It's my own custom soft-key named "Next" with exact URL defined as part of key definition (replace 'N' with number of next page). It doesn't depend on Refresh header in any way. You should consider such advice as "temporary workaround". You should discover how to send HTTP header 'Refresh'  from your script. Note, it's not possible to redefine one SoftKey only. If you wish to redefine a soft-key, then all soft-keys need's to be defined by you.
    ... followed by Title, Prompt,up to 32 ...
    Dial
    SoftKey:Dial
    1
    EditDial
    SoftKey:EditDial
    2
    Next
    https://an-url-to-your-server-and-script/test-Directory.asp?page=N
    3
    Cancel
    SoftKey:Cancel
    4
    Exit
    SoftKey:Exit
    5

  • How do I fix the problems with text formating functions in hotmail and other text based sites?

    In a Mailing list provider site it disables the text formating functions, instead only showing a 'loading' message. The functions never appear. In Hotmail the scroll arrows on the right hand side does not work. Sometimes the email toolbar becomes 'grey' and the buttons do not work. When forwarding an email sometimes the email does not show in the new email message.
    == This happened ==
    Every time Firefox opened
    == Firefox was reinstalled March 2010.

    The only possible fix was turning the phone off immediately and burying it in a bag of dry rice for a week at least. That might...just might...have worked.  But you're way beyond that and I see no fixes.  In fact the phone is probably going to get more problems before finally gving up the ghost.  Continued use is just shorting out more and more of the circuitry.  For that reason I don't think repair is much of an option. Go to an Apple Store and buy an out-of-warranty replacement.

  • MASS TEXTING NOT WORKING!!!! IOS 7

    ?????? APPLE PLEASE FIX THIS!!!!!!

    Its all software that sends mass text. They even said that they are trying to get apple to fix the issue in the next update. This company i am using says it is the ios 7 version. But they also stated that iOS 7 has issues that diasble the mass texing to more then 50 guests, when ios6 sent to at least 700 people on every ios change since ios 5. I just paid $744.00 to buy a new iphone that has ios 6. IF YOU ARE ONE THAT DOES ALOT OF MASS TEXTING LIKE ME AND HALF OF THE PROMOTERS ACROSS AMERICA, DO NOT UPDATE TO IOS 7. IT WILL DISABLE YOUR PHONE, AND APPLE WILL NOT LET YOU DOWNGRADE NO MATTER HOW MUCH IT AFFECTS YOU.

  • How to save data acquired from NI-DAQ in text format instead of TDMS using the DAQ-mx ANSI C code?

    Hi,
    I wanted to save data acquired from NI-DAQ (for example, NI 9234) in a file using the DAQ-mx ANSI C Code. The response I got was as follows:-
    One way to do it is with TDMS logging. DAQmx comes with functions designed to log to a TDMS file. This is a special file type that is used for collecting data in a logical format. It can be displayed in a TDMS viewer where data is separated into groups and channels. NI-DAQmx provides examples for how to log to TDMS. Look at the TDMS examples in the C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Analog In\Measure Voltage directory.
    However, now I want to know is there a way that using that same C code, can we save the data in a .txt file format (Text File) instead of a TDMS file? We actually want to access that file through MATLAB (that's why we want to save it in text format).
    Also on an other note, is there a way we can access & open TDMS files by MATLAB?
    Thanks,
    Sauvik Das Gupta

    There's a way you can access TDMS files in MATLAB:
    http://zone.ni.com/devzone/cda/tut/p/id/7446

  • Force email download in HTML or text format on iPhone/iPad with ActiveSync (Exchange 2010 SP3)

    Hi,
    When an HTML email with attachment is received on iPhone/iPad (iOS 8.2),
    it can be downloaded in three cases of
    intermittents ways :
    - The full message is downloaded in HTML format
    - The message is download in text format and a
    "Download full message" link is displayed
    at the bottom of the message
    - The message is displayed in text format,
    but continues to download the rest of the message.
    When the download is complete, the message is displayed
    in HTML format.
    This behavior is intermittent. The Apple's support
    says it is a particular configuration on Exchange server
    that causes this behavior.
    I want to know if there is a way to fix
    this problem and force download email
    either in text or HTML format ?
    This problem occurs on iPhones/iPad
    (iOS8.2) with ActiveSync account (Exchange 2010
    SP3). It occurs also with Outlook.com account.
    On the Exchange 2010 SP3 server, The MaxEmailBodyTruncationSize
    and MaxEmailHTMLBodyTruncationSize settings are
    unlimited in ActiveSync policies.
    Thank you for your help.

    Hi,
    We can configure Exchange ActiveSync Mailbox Policy Properties to force device download HTML or text format email.
    Use the EMC to view or configure Exchange ActiveSync Mailbox Policy by the following steps:
    In the console tree, navigate to Organization Configuration >
    Client Access.
    In the result pane, click the Exchange ActiveSync Mailbox Policies tab, and then select the policy you want to view or configure.
    In the action pane, click Properties.
    Under the Sync Settings tab, check or uncheck the box
    Allow HTML-formatted e-mail. Select this check box to enable e-mail messages that are formatted in HTML to be synchronized to the mobile phone. If this check box isn't selected, all e-mail messages will be converted to plain text before synchronization.
    And use this command to configure whether allow text messaging on the mobile phone. The Exchange Enterprise Client Access License is required to change the values of this setting.
    Set-ActiveSyncMailboxPolicy -Identity PolicyName –AllowTextMessaging $True
    For more information, please refer to this document.
    https://technet.microsoft.com/en-us/library/bb123484(v=exchg.141).aspx
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

  • Responding to Mass Text Messages

    When I respond to a mass text that is sent out my response ends up going to everyone that received the test and when I send a mass text out others can mass respond.  How can I make it so that when i respond back to a mass text it only goes to the sender and when I send out a mass text all responses go ONLY to me? Thank you!!!

    I am not familiar with Picture Messages, do not know what you all mean by MMS or  SMS. But I have ONE friend who claims that everytime I send a text message typed on my iPhone (AT&T ),he does not see the text, he gets a "Picture message"which he cannot read. He is the only one and he states he gets text messages from other people using iPhones.
    What gives? NO one else complains about my text messages?  I text to the friend's mobile phone number.
    Very puzzled about this- will appreciate any help

  • Sending mass texts

    I am a team mom for my son's football team and I have to send mass texts at least once a week to all of the parents.  Some use email and some do not.. But all have, and prefer text messaging.  How do I send a mass text to one group of about 22 contacts without disclosing phone numbers or breaking up the group into smaller groups? 

    Search the app store for "Group SMS" or something similar. The built in Messages app dosen't do group texting especially well.

  • ReportEntr​y Text Format

    Question No 1.
    Is there any documentation available on the ReportEntry Text Format . Lets say for the Numeric tests I see some entry like this  
    Limits:
    Low: 49.25
    High: 50.25
    ~
    How would it look like for other type of test steps ?
    I want to change them to another format in the ModifyReport Callback and the parsing function(s) needs to know what text will be sent to it by TS.
    I am using Testand3.0.
    Question No 2.
    Also this new format has to be generated along with the existing one. Do I have to write a custom routine that creates a file and appends all these entries to this file and then closes this file some where in the ssequence file?
    Like I said I still need the existing report format also as the operators have got used to looking at it . The new extra format is to fecilitate some other automation tool to collect these reports data automatically.I already have the ModifyReport used once, so do I just copy some of the test report generation steps to generate another report - what's the best of doing please sugggest.
    Thanks
    Sumit

    Hi
    The TestReport callback in the ProcessModel for your sequence file is where the ResultsList returned from your sequence file is processed into the format that is seen in the results file.  You can choose to override this callback in your sequence file or modify it directly in the process model.  If you want the same modifications to appear in the test report for multiple different sequence files I suggest you modify the ProcessModel directly.
    NOTE.  Be sure to copy the NI ProcessModel you are using to your User directory before commencing your edits.
    Question 1
    One way to get the test report format is create a dummy sequence and run it, this will be useful later when you are testing your modifications.
    You can also modify the results format from Configure->Report Options in the sequence editor.
    Question 2
    If you want to maintain the old report you will have to create new steps to process the ResultsList to create, populate and save your new format.  Take a look at how the existing steps manipulate the results data, these will get you thinking about what is required.
    Regards
    Steve
    There are 10 types of people in the world that understand binary, those that do and those that don't.

  • Mail.app - Moving email with attachment to a subfolder causes the email to convert to text format and lose the attachment

    I am Lion on Mac Book pro.
    When I move a mail with attachement to a folder, sometimes, it loses its mime-type and becomes a text formatted message. Hence the contents of the attachments are added as text to the mail and I cannot download the attachments then.
    This does not happen always, but almost 3/10 times.
    Thanks.
    Regards,
    Viraj

    What type of mail account is this (POP, IMAP, .Mac)? If IMAP or .Mac, what are your Preferences > Accounts > Mailbox Behaviors > Drafts settings?
    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list. Turn OFF all the port configurations except the one needed to connect to Internet and see whether that helps — if it doesn’t, turn ON again the ones you want enabled.
    Open Keychain Access > Keychain First Aid and verify/repair the keychain.
    Try also turning OFF the Search For Certificates options in Keychain Access > Preferences if any of them is ON — take a look at the following articles for more information on this particular issue:
    http://www.hawkwings.net/2006/07/18/apple-mail-phones-home-too/
    http://www.macgeekery.com/tips/mailapp_doesnt_phone_homeeither/

  • How to provide text formatting options to user from a text field

    Hi,
    My requirement is - in the interactive form, a comments field needs to be provided where user should be able to enter text with formatting options like
    Headers
    indentations
    bold/italic
    bullet points and numbers
    Once user enters the formatted texts in a text field, data needs to be displayed/printed in the same format. Could you help me on how to provide these formatting options to the user for a particular text field?
    I understand that once I define the text field with format XHTML (with RTF), user formatting can be captured and displayed in the same way. But I am not sure on how to provide the formatting options for the text field.
    Thank you,
    Madhu

    Hi,
    if you select a text field for Rich Text and the press Ctrl + E you'll get a bar for all available text formatting options in Acrobat/Reader.

  • Text formatting options

    Hi,
    Is there a list somewhere which outlines more text formatting options than what is shown in the FAQ?
    In particular I'm wondering how to make text that does not suppress white space other than using the "code" tag.
    Also, the insert link option a shown above does not seem to work, or am I just stupid?
    Thanks.

    Dude wrote:
    Also, the insert link option a shown above does not seem to work, or am I just stupid?That one has not been working for a couple of years or so. There should be a thread about it in this forum.
    Instead, I'm using [ url=<insert link here> ] text [ /url ] (without the extra spaces in tags). Normal html link tag might work as well.

  • How can I show only text edits and not text formatting when using print comments summary?

    Acrobat 9.3.0 for Mac.
    Here is the scenario: I used the Compare command to see the changes between 2 PDFs. The resulting file some edits are inserts and some are deletions. I want to print a comments summary only showing the text edits. In the Compare Option pane, I select Text and deselect Images, Annotations, Formatting, Headers/Footers, and Backgrounds. Now on the screen I see inserts are highlighted in blue and deletions are marked with sort of a caret and vertical bar symbol. So all looks good at this point. However, when I show the Comments List, I see addtional comments that indicate "Replace - The following text attributes were changed: fill color." Those comments do not appear in the page view unless I check the Formatting check box to show them. With Formatting unchecked, I print a comments summary and all of the "Replace - Fill Color" comments" appear on the resulting comments summary.
    I only want to show text edits, not text formatting changes. So questions are:
    1. Why, when the Formatting checkbox is unchecked, do the text formatting comments still appear in the comments list when they do not appear on the page display.
    2. How can I print only the text content edits and not show the text formatting changes when using Print Comments Summary.

    Hi,
    You can set ExecuteWithParams as default activity in the task flow then method activity to return total no of rows passing to Router activity if your method has value 0 then call Create insert operation else do directly to page.
    Following idea could be your task flow
    Execute With param (default) > SetCurrentRowWithKey > GetTotalNoOfRows (VOImpl Method)
    |
    v
    Router
    1. If pageFlowScope outcome is 0 then call CreateInsert > MyPage
    2. if pageFlowScope outcome > 0 then MyPage
    hope it helps,
    Zeeshan

  • How do I enable bold/italic text formatting in blog module on website?

    For some reason I can't figure out how to enable more text formatting options on our blog. We used the blog module on a muse template. I customized the module to apply fonts we used on our website. The main text on the blog is Lato.
    Link to blog: Coupar Consulting
    When we go in to write a post you can use the bold/italics options and it shows up in the edit window as shown in the screenshot below:
    The font is not correct, but because I set the font in the module to use Lato it does show as lato when you publish, see preview below (notice no bold or italic text):
    What am I missing??
    Thanks in advance!!

    Use your browsers console and inspect tool. This stuff becomes very easy.
    address,caption,cite,code,dfn,em,strong,th,var,optgroup
      font-style: inherit;
      font-weight: inherit;
    Line 34 ish in - http://www.couparconsulting.com/css/site_global.css?3869595648
    This overides the font bold style on strong.

Maybe you are looking for

  • Error message deploying a composite in SOA Suite 11g

    Hello, We are attempting to deploy a composite to SOA Suite 11g (11.1.1.3). We're getting an 'Unable to register service' error message. When I inspect the log files I see the following entry as the first error: Failed to retrieve policy[[ oracle.wsm

  • How to set default value to input field

    Hi Experts, I need to set default value to one input field for the transaction crmd_order as a screen variant. Guide me in doing that. Regards, Harish

  • MINI WAS Server  Installation error

    Hi , I am trying to install the SAP WAS server 6.0 that comes with the ABAP objects book .  I have set up the Microsoft Loop back adapter and all other settings that are as per the directions . But , the installation fails in the very initial stages

  • No sound volume controller in Satellite L750 Series

    I just bought a new Satellite L750-A057 laptop, and found a very stupid design issue that it is has no volume controller ! ONLY WINDOWS one, so If I'm in a middle of any full screen application, I must exit or switch to desktop to lower the volume !!

  • ITunes (64-bit) for Windows 7

    So my computer pretty much failed a week ago and I went to open iTunes and it said I can't. It told me i needed the 64-bit version. So i came to the website and hit the button that said 64-bit version for Windows 7. The new window opens, but it doesn