Bold or not bold

I look in my Dreamweaver pages and they look perfect. I check them in Internet Explorer and they look perfect.  But when I put it up and check it on the website, all the text is bold.  I checked my CSS code, my page Code, and can't find anything to tell me why the text looks bold on the site but not on the Dreamweaver or test site.  Can anyone help me?  Please speak simply, I'm not a tech.  Just trying to help my small agency.  I am reading books to learn but need help with this now.
Thank you sincerely in advance.

Yes. I'm sorry.  I should have done that before.
On the tab Transportation Modes, you see the description text to the right of the Mode button.  That is not bold and the way I want other text to look.
My CSS is arial-praf-left.  On other pages, such as Projects; all of the bulleted items should NOT be bold and look the same as the Modes descriptions.  If you go to http://www.edctc.org/4/Agenda-CurrentBoard.html all items other than the underlined titles, should not be bold.

Similar Messages

  • Adobe Form - Print choice of bold or not bold font

    We have an Adobe form that prints sales order line items that are followed by their scheduling data (if any). So, each order line item could be followed with one or more scheduling line items or none. Example:
    (Order line)        10      9055450            7,000       EA          <other data>
    (Schedule lines                Expected Ship Date:         5,000     EA   05/30/2011     
        for the order line)         Expected Ship Date:         2,000     EA   07/16/2011     
    This is working fine using a subform but now we want to print the scheduling line items either as bold or not bold depending on some logic. So, we want this:
    (Order line)        10      9055450            7,000       EA          <other data>
    (Schedule lines                Expected Ship Date:         5,000     EA   05/30/2011     
        for the order line)         Expected Ship Date:       2,000     EA   07/16/2011     
    We have an indicator set for each scheduling line item that indicates if the schedule line is to be printed as bold or not bold (schedules-bold_line = u2018Xu2019).
    Is there any way to override the font settings in the Layout using Script Editor?
    Weu2019ve tried using Script Editor (at a upper level subform) to set the presence (hidden/visible) of two different subforms (one to print as bold and one not bold) but that printed both subforms.
    Weu2019ve tried using Alternative nodes (true/false) that check the bold line indicator. This works but it prints the wrong data because there are direct binding references to multiple levels of repeating data. That is, instead of printing the schedule lines for order line item 10, it prints the schedule line items for order line item 20.
    (Order line)        10      9055450            7,000       EA          <other data>
    (Schedule line                Expected Ship Date:         1,000     EA   06/01/2011     
        for the next order line)        
    How would I use relative binding in Alternative nodes?
    Is there a better method to accomplish this task?
    Any help is greatly appreciated.

    Radhika - Thank you so much for your answer! You helped me find the solution. I ended up using FormCalc and this is the code that worked in the Ready Layout event of the EXPECTEDSHIPDATE subform :
    data.BODY_PAGE.TABLE.ITEM_VALUES.ZLINE.TEXTSUBFORM.EXPECTEDSHIPDATE::ready:layout - (FormCalc, both)
    if ( $.BOLD_LINE_IND[*] == "X" ) then
    $.ShipQty[*].font.weight = "bold" 
    $.ShipQty[*].caption.font.weight = "bold" 
    $.DelvDate[*].font.weight = "bold"
    $.UOM[*].font.weight = "bold"
    $.PlantName[*].font.weight = "bold"
    $.PlantName[*].caption.font.weight = "bold"
    else
    $.ShipQty[*].font.weight = "normal" 
    $.ShipQty[*].caption.font.weight = "normal"
    $.DelvDate[*].font.weight = "normal"
    $.UOM[*].font.weight = "normal"
    $.PlantName[*].font.weight = "normal"
    $.PlantName[*].caption.font.weight = "normal"
    endif
    The EXPECTEDSHIPDATE subform is bound to the Schedules table that contains ShipQty, etc. The BOLD_LINE_IND field contains the value that  toggles the print between bold and normal.
    The key to making this work was to correctly format the condition and code and to find the right event to place the code in.
    Thanks again for your help!

  • Event dates are not bolded by Date Navigator in Outlook 2010

    Event dates are not bolded by Date Navigator in Outlook 2010 on my own  calendar.  Events are set to busy but it is not working. View Settings > Other Settings > "Bolded dates in Date Navigator represent days containing items" is
    checked. This previously worked for 2+ years but recently stopped working. All plugins were disabled, Outlook 2010 was uninstalled and then re-installed. OST file was deleted and re-synchronized with Exchange 2007. While the OST was re-synchronizing the
    bolding worked properly but upon next restart of Outlook it went away. Another symptom is that my Scheduling Assistant does not show my free/busy times correctly in my local view. If I look at my own schedule via the Scheduling Assistant of another user, the
    free/busy times show up correctly. My webmail account also correctly shows bolded dates and free/busy suggesting that this is a local problem. Some screen shots below. Anyone have any ideas as to what I need to tweak? Using Oulook 2010 v.14.7116.500 (32-bit).
    This is not a shared calendar.

    Hi,
    If you want to completely uninstall or remove Microsoft Office 2010, we can refer to the following article to do it:
    http://office.microsoft.com/en-us/support/how-to-uninstall-or-remove-microsoft-office-2010-suites-HA104027750.aspx
    Additionally, since the issue doesn’t happen in other computers, I think the issue may be also caused by some third-party programs in your original computer. If the complete uninstallation doesn’t help for this issue, I suggest we can try to perform a clean
    boot in your Windows for more troubleshooting:
    http://support.microsoft.com/kb/929135/en-us
    Thanks,
    Winnie Liang
    TechNet Community Support

  • I'm trying to add wi-fi network on my ipod but when I access settings the WiFi is not bold so it will not allow me to select

    Im trying to update WFi on my ipod but when i slect settings and try to enter, WI FI is not bold and therefore will not allow selection.  What am I missing?

    Try the suggestions found here: http://support.apple.com/kb/ts1559

  • Fields are bold for some users, not bold for others.

    Post Author: karene
    CA Forum: General
    I have a report in Crystal reports XI using BusinessObjects. One of my users is complaining that one of the fields is bold. But it's not set to bold in the report, and when I run the same report, called the same way, with the same data, the field is not bold.  We had a note about printer drivers, and he ran through our help on that, but it didn't change anything.
    The field is actually a subreport, but I looked at that, and it is a straight database field (SQL Server 2000, memo type), not a formula, and it is not set to bold anywhere in Crystal, at least not that I can see. And besides, it doesn't print bold for me. He saved to a pdf and sent it to me, and it is bold. I saved the same data report to a pdf and it is not bold.
    Does anyone have any ideas for a direction I should look? I think I recall seeing this field bold at some time on my machine, which makes me think it has something to do with a difference in Windows between our two machines. But that's pretty vague.
    Here is some additional information. It's not always the same field. Sometimes two fields in a report are bold. It happens for users with both IE6 and IE7, although it's also not happening for some of us with IE6. We can set our IE6 settings to the same, and it happens for one and not for another.
    -Karen

    Post Author: karene
    CA Forum: General
    I'll ask about and check the Acrobat -- but we're using the ActiveX viewer -- so how does that matter?  We've tried changing default printers before running the report, but it doesn't seem to make any difference.  But... when I open the report to edit it, it does complain about me not having the printer that the report sees as a default, so it still may be related to printer drivers.  I think that's a good direction to keep investigating.
    I don't think the customer would like the entire report in bold, but that is an innovative solution!
    I saw a post from about 6 months ago where it seemed like someone had the same problem, but there was no reply or solution.  If I do figure it out (or if your help leads me in the right direction), I'll post the solution.
    Thank you for the reply.
    -Karen

  • File, Send link doesn't open a new email. Using Firefox 11.0. Outlook 2010 is the Mailto default and W7 default email program. On the About:config page network.protocol-handler.external.mailto is set to regular font (not bold) "default Boolean true".

    File, Send link doesn’t open a new email. Running Firefox 11.0. Outlook 2010 is the Mailto default and the W7 default email program. On the About:config page, network.protocol-handler.external.mailto is set to regular font (not bold) “default Boolean true”.

    I assume you have tried toggling the setting in Firefox between Outlook and, say, Gmail:
    orange Firefox button ''or'' classic Tools menu > Options > Applications
    In the search box, type or paste '''mailto''' and pause for the list to filter.
    Change the setting and OK to save it, then return to the dialog, change back, and OK again.
    You also might want to toggle the setting at the OS level between Microsoft Outlook and the native Windows Mail client in a similar fashion. In Windows XP you could use IE's Options dialog, Programs tab, for this, but I'm not sure in Windows 7.
    Since one possibility is a problem in your Firefox settings (including the possibility of interfering add-ons), and another is a problem at the Windows level (e.g., Registry settings), it would be useful to try to identify which one it is. One quick way to distinguish is to create a new Firefox profile. It will start up with all factory settings. You can switch back to your existing profile after testing.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    After closing Firefox, start up again in the Profile Manager as described in this article: [http://support.mozilla.com/kb/Managing+profiles Managing profiles].
    With the new profile, can Firefox successfully create a message in Outlook?

  • System font ZOCRB10 120 Bold does not exist

    Hi all expert,
    Our basis has been uploaded  the Font file with the Font name 'ZOCRB10', and replaced the Font name 'OCRB1' with
    'ZOCRB10'  in the SAP script, but when I update the form 'Z9INVOICEFR' with the new font 'ZOCRB10', it still does't have
    the bold font.
    It appears the error 'System font ZOCRB10 120 Bold does not exist' ,
    How to resolve the issue ?
    Thanks & Best Regards,
    Michael
    Edited by: Michael Hong on Aug 25, 2010 2:51 PM

    Hi, did you read Note 606923 - FAQ: SAPscript/Smart Form: Fonts?
    Maybe the note could help you
    Regards,
    Fabrizio

  • Text prints as bold when it's not bold :(

    Hi,
    I'm using Windows 7 and InDesign CS6. When I print PDF documents from files that have been created in InDesign some lines of the text print out bold when they are not bold and they also look a little fuzzy. I am creating the PDf using the "[High Quality Print]" option. I have tried changing several settings on the printer but nothing makes a difference. The problem doesn't occur when I print in black and white nor does it occur on PDF's I create from word or other applications. Can someone please help? Thanks Mel

    Try updating the driver to a newer version for your printer.
    And if you can get a Postscript Driver for your printer.
    I had a similar issue last year and installing a postscript driver fixed the issue for me.
    What printer are you using?

  • Font copperplate gothic bold is not shown correctly in my webssite

    index page font= copperplate gothic bold is not shown in firefox.
    In IE it functions okay

    Doesn't look like I have a ttf available, hmm...
    ~ fc-list | grep -i 'DejaVu Sans Mono'
    /usr/share/fonts/t1-dejavu-ib/DejaVuSansMono-Bold.pfb: DejaVu Sans Mono:style=Bold
    /usr/share/fonts/t1-dejavu-ib/DejaVuSansMono-Oblique.pfb: DejaVu Sans Mono:style=Oblique
    /usr/share/fonts/t1-dejavu-ib/DejaVuSansMono-BoldOblique.pfb: DejaVu Sans Mono:style=Bold Oblique
    /usr/share/fonts/t1-dejavu-ib/DejaVuSansMono.pfb: DejaVu Sans Mono:style=Regular

  • How do I split Imovie events?  I find the option in File menu and have selected the part of the event that I want to split before, but the option to split is not bolded (allowed) in the File menu.

    I have imported video to iMovie and want to split the event.  I have selected part of the event and when I go to File> Split the event before the selected clip it is not bolded in the menu and it is not an allowed selection.  I had imported directly to an external HD so moved the event to the Mac HD and tried it again. This did not work either.  Any ideas why this option is not available to me???

    Use iMovie to move the events to your Movies folder, otherwise you're can't.

  • ITunes 11.0.1 - Song not bold and skips when album played.

    iTunes 11.0.1 - Song not bold and skips when album played. 
    Song is in light grey font, not black.  The song (let's call it track 3) will play when selected, but when playing the album, it skips from track 2 to track 4.  Bought album on iTunes.

    If you right mouse click on the greyed out song and select Check Selection from the bottom of the list all will be well. iTunes does not play unchecked songs

  • The font bar with Underline, but not bold or italic.

    Since upgrading to Mountain Lion, the Mail messages I write will not bold or italic. Apple Store has re loaded all software but the problem still exists.

    So, Gap--
    You're selecting (or highlighting) the copy you want bolder or italicize first, and then what happens when you click bold or italic?

  • Bold will not unbold on IPad in Word

    In Pages on IPad, when I press on the bold symbol, it bolds the letter, but when I press on it to go off, it goes off except when I type and it automatically goes back to Bold, and I can't go to regular (Helvetica), no matter if I click on regular.  It seems stuck in Bold.  Any suggestions.

    i resolved it THANK GOD ! i didnt have the values correct i was referencing the entire database of prices not the indeveidal colum

  • FSG XML to use Bold is not working

    Hi,
    I am generating my FSG using XML and would like to be able to bold the headings in the balance sheet. I have made the modification below to the Report Detail field but the value is still not Bold when it prints.
    <?for-each:fsg:RptLine?><?split-column-data:fsg:RptCell[3]?><?value-of:.?><?if:normalize-space(fsg:RptCell[1]) = 'ASSETS'?>
    <xsl:attribute xdofo:ctx="block" name="font-weight">bold</xsl:attribute>
    <?end if?>
    I have had to split this between the Status Bar and Help Key since there was a character limit. I will also have to do this for other Headings and am concerned that I will run out of space.
    Thanks in advance for any help

    Hi Ruth
    Assume this is you, just sharing my answer with the group:
    I have taken our generic FSG template, there are some differences to yours. I have
    <?for-each:fsg:RptLine?><?split-column-data:fsg:RptCell?><?value-of:.?>
    <?if:normalize-space(.)= 'ASSETS'?><xsl:attribute xdofo:ctx="block" name="font-weight">bold</xsl:attribute><?end if?>
    I notice you had <?split-column-data:fsg:RptCell[3]?> you do not need the [3] and in the normalize-space function pass it '.' ie the current value and test it.
    Regards, Tim

  • I just bought pages for my mac, I can not bold or italic,, underlining works

    I just bought pages for my mac, I can not bold or italic,,  but underlining works.

    Change your font.
    Some fonts do not have bold or italic and OSX will not fake them.
    Peter

Maybe you are looking for

  • [SOLVED] efibootmgr not generating boot loader (rEFInd, etc.) entry.

    Hello, The following command runs without problem or any output. It wouldn't create any entry. Also my refind.conf is not being followed. rEFInd is able to detect kernels and boot fine from /boot efibootmgr -c -g -d /dev/sda -p 1 -w -L "rEFInd" -l '\

  • Can't send command to SMTP host

    Hi, I am using Jdev11.1.1.2.0 and web logic servere10.3.I am using mail scheduling in weblogic.Actually in window server 2003 I am getting exception is get message method--->Can't send command to SMTP host javax.mail.MessagingException: Can't send co

  • Using an iPod nano while mowing the grass?

    What's the best iPod holder and earphones for use while mowing the grass with a self-propelled push mower? Right now I'm using the enclosed iPod earphones, which have no external noise suppression and I'm simply putting the ipod in my pocket, which m

  • Another "Cannot use catalog... not writable and cannot be opened" issue.

    After a restore of a Windows7 system backup image (using the built-in Windows tools), my main catalog is now stuck with this error.  I do have daily backups which are all fine so I've only lost work on about 20 images (really only tagging and metadat

  • Business Inkjet 2800 and Server 2008 R2 Enterprise

    We recently updated our servers and needed to re-add the printers.  All went well until we tried to find a driver for the 2800 that would work with our server.  Is there a driver being prepared for this setup or do we throw the printer away and buy s