Best way to apply simple CSS text styles?

Merry Christmas all!
I'm about to apply pre-defined CSS text styles to about 200
individual pages.
Most of the text will be 'Body'.
As all of my pages are children, based in an editable region
in a cell of a table in my template page, am I safe to apply this
'Body' style to the whole cell at template level?
I will then overwrite individual bits of the pages with other
styles e.g 'Headline'.
OR, do I need to apply the CSS styles only to which text it
will apply to for each individual page? I.e. will I run into
trouble if I apply a CSS style to all text and then overwrite
certain parts?
Any advice most appreciated!

In your template you could apply a style in the non-editable
region. This style will apply to all content within that container.
Say, you specify color:#333 and font-weight:bold
In a specific webpage, in the editable region you could apply
a different style to all or some content say color:#FFF . This
would over rule the color:#333 but the font-weight:bold would stay
unless you specifically define this property as something else.
Incase you're still not sure, backup your work, experiment
with one set and if things get out of control, you still have the
backup copy.

Similar Messages

  • Best way to import Microsoft Word text?

    Newbie question. I've been importing Microsoft Word text just using the clipboard. That is, I'll open Microsoft Word, open my document, select all, copy, and then go to InDesign and paste. InDesign gives me a text block with my text and I just re-size the columns. The text comes in all weird and I have to stylize it, of course. Sometimes I get some junk like nonbreaking characters and other hidden characters which screw me up until I figure out what's going on. My question is: what's the best way to import Microsoft Word text that will introduce the fewest errors? Thanks.

    JoJo Jenkins wrote:
    Whooops...posted in the wrong forum...sorry!
    Don't worry, it happens all the time. 

  • The best way to apply Themal Grease

    In your opinions, what is the best way to apply thermal grease when using an aftermarket heat sink for CPU cooling?
    Is it best to apply the grease to the heat sink (taking a chance of it smearing across the CPU) or apply directly to the CPU in the correct area and then placing the heat sink on the CPU?
    I ask because I have never tried an aftermarket heat sink before and don't want to screw things up
    Thanks guys for all the help

    well the reason ask is because the last time i tried it on the heat sink and stuck the heat sink on the cpu, the grease gooped over to the other parts of the cpu it's not supposed to be on.  so i removed the heat sink, cleaned everything up and then applied to the cpu on the die, smoother it out and stuck the heat sink on and clamped it down.  when i removed the heat sink, it look all nice and pretty and not sloppy.
    didn't know if you guys had any other ideas.  of course, i didn't know how much actually needed to be applied.  so i'm thinking i might have put too much on in the first place  

  • What's the best way to apply a detuned effect to a piano (audio or midi)?

    Hi, what's the best way to apply a detuned effect to a piano (audio or midi)? I was trying to add the detune effect to a piano to make it sound warmer and old fashioned, any suggestion?
    Thanks

    Are you looking for a Honky Tonky Piano effect?
    you need two istances of the same piano (exs24 Logic patch are great)
    use fine detune (pitch) only one of the two piano istances.
    G

  • Best way to apply the patch

    Hello,
    Could someone tell me what's the best way to apply the
    patch?
    Should I install create the database after I use the patch?
    Thanks!
    John
    null

    Hey,
        The Best way would be:
    Apply the patch on the secondry one first and then on the primary box.
    You dont really need to make any box a stand alone one. You can apply the patch in the ditributed enviorment.
    One more thing:
    If you apply the patch on the primary box and then perform replication.It WILLNOT replicate the patch on the secondry box.
    Here is the procedure:
    Steps to apply the patch
           Issue the following "acs patch" command in the EXEC mode to install the ACS patch:
           "acs patch install patch-name.tar.gpg repository repository-name"
           ACS displays the following confirmation message:
            Installing an ACS patch requires a restart of ACS services.
           Would you like to continue? yes/no
           Enter yes.
    Please ensure that you use FTP server. Donot use TFTP as its not supported.
    Regards
    Minakshi
    Do rate the helpful posts:)

  • Best way to apply Schemas to Fragments

    I'm been researching the best way to apply schemas to my fragments.   Either by applying all fragment and field schema elements to the form
    or to put the fragment schema elements within the fragment.   I feel keeping a schema within the fragment seems like the way to go, but
    unsure.   I you only reference a fragments schema in a form and a fragment within that form changes, do you have to go back a modify every form schema that is using that fragment?  If I keep the schema in the fragment then I would only need to modify the fragment schema..correct?
    Wow..hope this makes sense.

    I agree with the small caveat that it sort of depends on the business/technical requirements surrounding your use of fragments.  Fragments can be sort of flaky and difficult to work with so to peg a specific all-encompassing "best practice" would, in my opinion, be impossible.  Using relative bindings in fragments is great (in fact it's what I'm doing on my current LC project), but it ends up becoming a bit limiting.  It can make the fragment pretty tightly coupled to the "main" XDP form and whatever schema/XML is bound to it.  Probably 9 times out of 10, that's not an issue, but the reasons for electing to use fragments can make it something you really need to think about.
    My advice would be to avoid fragments unless you specifically need that functionality for a specific reason.  It's easy to use fragments because they are cool and seem clean, but then can end up causing more headache than it's worth.  On the other hand, using fragments as a method of compartmentalizing script objects is really really helpful.  It helps you keep all your JavaScript inside script objects (instead of inside object events) and allows for reuse of scripts in different areas of the form(s).  This saves development time, refactoring time, and disk space.  I highly recommend looking into that scenario whenever possible.
    Hope this helps.
    Ryan D. Lunka
    Cardinal Solutions Group
    [email protected]

  • What's the best way to capture speech as text in live or recorded Adobe Connection sessions?

    Hi
    What's the best way to capture speech as text in live or recorded Adobe Connection sessions?
    We would like to have a transcript of the presentation. Is Adobe Connect compatible with Dragon speech recognition software - or is there a preferred Adobe product or method?
    We use PCs running Windows 7 Enterprise.
    thanks

    The class java.util.Date is not itself deprecated, however several of its methods are.
    For converting string -> date, you should use the class java.text.SimpleDateFormat. That allows you to specify format strings such as MM-dd-yyyy hh:mm:ss for converting date -> string -> date.
    If you are wanting to set day/month/year on the date object directly, instead of the Date methods setDay, setMonth, setYear, you should instead use the java.util.Calender class:
    calendar.set(Calendar.MONTH, 4);
    The calendar can then be converted to a Date object by calling calendar.getTime().
    If you are going to use the date as part of a sql query, I would recommend using a Prepared statement, and the java.sql.Date/java.sql.Timestamp class as well.
    To convert from java.util.Date to java.sql.Date)
    jva.util.Date utilDate = Calendar.getInstance().getTime();
    java.sql.Date sqlDate = new java.sql.Date(utilDate.getTime());cheers,
    evnafets

  • Best way to place pictures and text on a webpage

    What is the best way to add pictures to a website (thesoba.com).  I want to add several pictures after the text in the center of the page.  Under the pictures I want to place text of who they are, what is the best way.
    thanks
    Mike
    I know I have issues with the webpage.  I need to clean it up.

    Hi Mike,
    for this task, I would like to refer to the demos (and tutorials) which has made/provided Nancy O. for us:
    http://alt-web.com/DEMOS/3-CSS-boxes.shtml
    http://alt-web.com/DEMOS/CSS2-Captions-on-floated-images.shtml
    Hans-Guenter

  • Whats the best way to get a big text file in a CLOB variable?

    Hi,
    I have a very premitive type of question.
    I have a big text file, say 30 MB, in a Unix directory (Solaris). I want to get the whole text of that file in a CLOB variable.
    I saw the procedure dbms_lob.loadfromfile/loadclobfromfile. In both these cases, according to the documentation, the target where is collect the data will be a BLOB and not a CLOB. So, I have to convert that blob into a clob.
    If I want to avoid all this conversion process, whats the best way to get a text from a file into a CLOB variable?
    Please suggest.
    Regards

    In addition, LoadFromFile is overloaded to handle both BLOB and CLOB:
    PROCEDURE LOADFROMFILE
    Argument Name                  Type                    In/Out Default?
    DEST_LOB                       BLOB                    IN/OUT
    SRC_LOB                        BINARY FILE LOB         IN
    AMOUNT                         NUMBER(38)              IN
    DEST_OFFSET                    NUMBER(38)              IN     DEFAULT
    SRC_OFFSET                     NUMBER(38)              IN     DEFAULT
    <BR>
    PROCEDURE LOADFROMFILE
    Argument Name                  Type                    In/Out Default?
    DEST_LOB                       CLOB                    IN/OUT
    SRC_LOB                        BINARY FILE LOB         IN
    AMOUNT                         NUMBER(38)              IN
    DEST_OFFSET                    NUMBER(38)              IN     DEFAULT
    SRC_OFFSET                     NUMBER(38)              IN     DEFAULT

  • Wat is the best way to apply NLS during Upgradation?

    Dear All,
    I am currently upgrading our EBS 12.1.3 application to 12.2.3
    We have several NLS languages (Spanish, Hebrew, German..)
    After installing EBS 12.2.0 in Upgrade mode, I have applied the american driver and Online help.
    As the status of the NLS languages are "Installed", I have applied the NLS patches of AD, TXK, 12.2.0 and Online help.
    Is this a correct approch of applying NLS patches ?
    Thanks in advance.
    Kind Regards,
    B S

    Hi Raj kumar
    Best way is use of LDB's. Which will check all authorization and all data releated to current date ie latest date. Best use LDB if not atleast use FM EMPLOYEE_CHECK_AUTHORIZATION. This is just a sample example fm i am giving. Similar lot of FM's are available.
    Best way is LDB's.
    Regards
    vijay

  • Best way to apply Invisible shield + tips????

    Hello, I got a 5Gen iPod and i want a cover that dosent cover up the iPod's "coolness." So i got the clear one. When I put it on the front, I was struggling, it was very hard to apply. Because i kept getting these huge air bubbles and i got really mad. So i kept taking it out and reapplying, and its just got worse and worse, more bubbles each time.
    Then i heard about using some sort of card to use, is that very useful? Then i searched around the forums, and heard about using soap? What is that soap for? Whats the best way to put it on? Without bubbles, dust, and all that stuff + good tips ???????????????????????

    I put one on my 60gb 5g a week ago and it was so much easier than I thought it was gonna be. So I ordered up some more for my girlfriends 30gb 5g and my kids Nanos.I just put the other 3 skins on tonight. And I didnt have any problems at all. Are you using the application spray that came with it? You have to use some kind of application spray. If you didnt get any its easy to make yourself with water, a drop of dish soap, and some alcohol. Did you watch the demo on their site? If not, try this link http://www.shieldzone.com/movie/install.html
      Windows XP Pro   Black G5 60gb Video

  • Best way to apply Support Packages to Solution Manager

    We have a single instance dual stack for SOLMAN 4 running. I want to apply Suppot packages, I need some suggestion what would be the best way to do this, the way I am thinking to proceed for this is -
    1. Do kernel and igs upgrade thru JSPM
    2. Apply ABAP Support packages and then,
    3. apply JAVA support packages
    Is it possible to apply ABAP support packages with JSPM?
    Any suggestion would be helpful

    Patch your abap stack first then the java...
    No, its not possible to pacth abap with JSPM (JAVA Support Package Manager)
    Regards
    Juan

  • Best Way To Apply Protective Plastic/Shield

    I bought the Power Support Crystal Film today for my (yet to be opened) iPhone. So before I open it, which will be later tonight, what's the best/effective way to apply the protective plastic on the iPhone LCD? Please advise. As I don't want to get any air bubble or small dust specks underneath the plastic.
    This is the link to what I bought: http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=479 E6BBB&fnode=home/shopiphone/iphoneaccessories&nplm=TN612LL/A
    Thanks in advance

    When I first bought my iPhone back in June I bought a protective case for it... but it was too bulky to fit in my front pocket... and it took away the "bling" effect of the phone. A few days later I decided to ditch the case... and have had no protection since. The phone looks as new as it did the day I bought it. Mind you I don't put anything else in the same pocket.
    Think about it... would you buy a Cadillac and then go to Wal-Mart's Auto department to dress it up?

  • Best way to apply same effect to multiple clips?

    I have a bunch of short clips in the timeline. I want them all to end with a "fade to black" and I want the audio to fade to 0 db. I know how to do this by applying the "fade to black" and then applying 1/2 a crossfade 0db. Is there a way to apply these two effects to several clips at once? How do I apply the audio and video effects together to a single clip with one move?

    create the effect using the opacity and volume overlays on one clip in the timeline, then right-click and copy. Select (ie highlight) the other clips you want, right-click any of them and choose 'paste attributes'. From the pop up you'll want to check the relevant options, opacity and audio levels, and that's it.

  • What is the best way to apply a template to the rebranded partner site?

    My partner site got severely jacked up when I was brand new to BC.
    Since then I've overwritten it in Muse while attempting to "try' it as well.
    Apparently does some "cleaning" meaning the template files I once had access to in the templates folder got deleted. bleh.
    Is there a quick way to apply another template I own to that site such as publishing a trial site and re-pointing dns or anything that direct and smart; or is the only way to do it a manual, one by one by one of files, modules, content holders and so on?

    Hey there,
    If you want to access those partner site templates, layouts and everything else, here are some FTP details you can use:
    host: maxdesigncompany.businesscatalyst.com
    username: maxdesigncompany.businesscatalyst.com/[email protected]
    password: password
    Feel free to log in through FTP and download the whole site. All the modules should work since the module IDs on your site will match those on this site.
    Cheers,
    -mario

Maybe you are looking for

  • Need help in creating webas abap system

    hi new to create jco and techinical system need help experts  i have few faqs on creating techinical system plz help me i have 4.7ee r/3  and portal 2004s  sp9 wer can i find these values plz give me navigation SID ==  ? MESG SEVER PORT ===? to add a

  • Please help, urgent! How to hold the connection to oracle database

    I used java to connect Oracle database using thin driver. But I found out the connection will be closed very soon if I did not make any request of query. I query the database like after 1 mins without doing anything, my application will dead for abou

  • Organizing by Keyword?

    Will iPhoto let me assign unique keywords to a single photo without having to draw the keyword from a list of saved keywords? That would be pretty limiting. I'd much prefer to be able to assign keywords on-the-fly and then be able to locate the photo

  • CRM CIC table for service ticket

    Hi experts, I need to find the table for the service ticket due time in CRM IC. Can you please help me out? Thanks, Mohit.

  • Acrobat 8 suddenly asks for serial number, won't launch

    I have Acrobat Professional 8.1.3 as part of CS3 Design Premium, student license. Acrobat was not a separate disk. It was installed along with the rest of CS3 and always launched normally. Today, it requested the serial number and would not launch wi