How to copy style with items added to library

New to this but I just created an htm page that I am adding
to my library so
that I can include it in other pages... Problem is, when I
select the table
and Modify/Library/Add Object to Library, the prompt tells me
that I'll lose
the formatting because the styles can't be copied into other
pages. Well,
this causes me an obvious problem because I don't want to
lose all the
formatting I setup for this page. Can someone tell me how I
can copy not
only the table, but the styles too?
Thanks!

> What am I doing wrong?
For one thing, using Library items, when you should probably
be using
Server-side includes! But that's another thread....
A well-formed Library item cannot contain anything that
wouldn't form a
proper HTML page when it's inserted between <body> and
</body> on the target
page. This means it cannot contain embedded styles or links
to external
stylesheets. It also cannot contain <html>,
<head>, or <body> tags. While
it *can* contain javascript function definitions, it will
make your target
page's body code messy if it does.
Any styling that needs to be done *must* be provided by the
parent (target)
page. So, if your library item contains a special CSS rule,
that rule must
be present in the CSS linked to, or embedded in the intended
target page(s).
Do you know how to have multiple link styles in a single
page? Read these -
Pseudo-classes and container styles are what you need - here
are some
tutorials.
http://www.mako4css.com
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorials/pseudoclasses/index.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"RyColo" <[email protected]> wrote in
message
news:[email protected]...
> Murray,
> I'm also new to CSS, so forgive me if this is
boneheaded. Let me take
> this
> topic question one step further, if I may.
>
> I, too, created a library item which essentially
contains all my website
> navigation links. This library item is attached to an
external style
> sheet
> which obviously gives the navigation links a customized
style and feel. I
> then
> insert the library item into the top of another page,
which itself has its
> own
> external style sheet. This page happens to have some of
its own links.
> The
> problem I have is that this page obeys its own style
sheet properly, with
> the
> exception of links. In other words, both style sheets
obviously have
> their own
> link behaviors, but when I test the page, it behaves
according to the
> library
> item's style sheet in regards to the link behavior. Like
I said, all
> other
> parts of the style sheets are properly obeyed except for
links. When it
> comes
> to links, only the library item's style sheet is obeyed.
As you probably
> guessed, I essentially need my navigation links (library
item) to have a
> different look and style than the rest of the links
throughout the body of
> webpage.
>
> What am I doing wrong?
>
> Thanks.
>

Similar Messages

  • How can I copy songs with metadata (added in iTunes) from my PC to my new iMac?

    I have iTunes 12.0.1 on my Windows PC. I'm about to get a new iMac (hooray!) and I'm beginning the process of transferring everything on my PC to my Mac. I've got all the documents, pictures, files, etc. covered, but now I have to make a copy of all of my music.
    Most of the music in my iTunes library is not bought through the iTunes Store (I download most of my songs from the Internet). Then, after saving the downloaded song to my computer, I go into iTunes on my computer and add the song. I also add metadata like artist, album, genre, album artwork, etc. to the song in iTunes. What concerns me is that only the songs in iTunes have this metadata: the original downloaded files I saved onto my computer don't have any metadata.
    I really don't want to have to go through the long and tedious process of adding artist/album names, genre, etc. to every single song in my iTunes library on my new iMac. How can I copy songs with metadata (added in iTunes) from my PC to my new iMac?
    Thank you so much for any help!

    Hello! I'd like to learn more about Home Sharing. To do this, would both my PC (which I hope to get rid of) and my new iMac need to be plugged in?
    Also, after Home Sharing with the old PC is initiated, I understand that all my songs would appear on my iMac. Is there a way to copy all of these (with album artwork, name, artist, etc.) directly to the iMac's hard drive and then disconnect home sharing so I can get rid of my PC?
    Thank you!

  • How do I deal with the"new itunes library" fiasco

    how do I deal with the "new itunes library" fiasco...?

    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • How to copy a folder from one document library to another document library ?

    How to copy a folder from one document library to another document library by programmtically?
    Samarendra Swain
    Team Sharepoint
    www.manuhsolutions.com

    You can use the SPFolder.CopyTo method.
    public static void CopyFolder()
    SPFolder folder = null;
    using (SPSite site = new SPSite("http://basesmcdev2/sites/tester1"))
    using (SPWeb web = site.OpenWeb())
    folder = web.GetFolder("shared%20documents/newfolder");
    folder.CopyTo("tester4/newfolder");
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfolder.copyto.aspx
    certdev.com

  • How to copy Configurator keychain items to user accounts

    I'm managing a lab of iPads in an education environment.  And have set up a "base" image for the iPads under an administrative account with Configurator.  The Macbook is bound to the domain and I can authenticate with a number of users no problem, but if I go to try and manage the iPads, i get a "private/public key" error.
    I've determined that the issue is with the Key items found under the keychain.  If I copy the administrative keychain to the users profile and log in (forcing the login keychain update) it will work fine under the users account.  but this is not something I want to do as it requires me to give out an administrative password. And if I delete the login keychain from the user template, the user generates new keys causing the error above.
    So... does any one have any ideas how to copy keychain items from one user to the template user?

    Move your itunes to library to a centralized folder.  For instance directly on your hard drive.  Then set your itunes library to that folder where all itunes media is kept, or only the items you wish to "share" between user accounts.

  • How to copy folder with files and subfolders within it  to another folder

    how to copy a folder with files and subfolders within it to another folder

    http://javaalmanac.com/egs/java.io/CopyDir.html?l=new

  • How to overwrite styles with CSS?

    I have a large number of older html documents (I use Dreamweaver CS3 Premium) that were originally built using "regular" styles. I have tried to overwrite these old styles with CSS but this doesn't work. I first delete the old styles, attach the CSS and then apply the new CSS style, but artifacts of the old style remain, such as text colour, background colour, even font size. This has become a major time problem as I have to undo each element of a style to an item before I can successfully apply the new CSS. As I have over a hundred of these files to update, this process is costing me an enormous amount of time. Surely there must be a better way to apply new styles. Any help would be much appreciated.

    I’ll try to explain this problem again. The old HTML document has, for example:
    <style>
        .h1blue
        .h2blue
        .body
        .footer
    So .h1blue is “Arial, Helvetica etc,” size 16 pixels, font weight bold, color #000066.
    I first delete this set of styles and then attach a new CSS:
    ALPHA 210 new.css
        .body [Arial, Helvetica, etc.; size 12 points, line height 16 pts]
        .head1Brown [Times etc; size 18 points, font weight bold, color #663300]
    When I apply .head1Brown, for example, the result is Arial 18 points rather than Times, and color #000066 (blue) rather than #663300 (brown). This means that I have to undo the font info (back to default), undo the color (to black), then reapply the style. Sometimes I have to do this 2 times or more for it to take.

  • How to copy infocube with all the transformations?

    Hi,
    how to copy an infocube with all its transformations?
    or could i renamed / give other technical name to the cube?
    thanks.

    >
    einie zainal wrote:
    > Hi,
    > how to copy an infocube with all its transformations?
    > or could i renamed / give other technical name to the cube?
    >
    > thanks.
    After Create InfoCube, a screen will appear for you to key in information/name of the InfoCube. There's a box "Copy From", insert the original InfoCube name you intend to copy from.
    After successfully activation of the new Infocube. Return to your old InfoCube, right click on its transformation, click on Copy. A new screen will appear, here you will key in the new Infocube name in the Target of the Transformation field.

  • HT6378 How to copy iPhoto albums to iCloud Photo Library?

    I have several years of photos in my iPhoto library.  How do I copy these into iCloud Photo Library, retaining all my albums?  I don't want to just copy all the photos without keeping my organization. 

    After having upgraded all devices to latest version, I wonder how do you get now the Mac iPhoto library into iCloud Photo library? iCloud Photo Library setting has been enabled on all devices.
    iPhoto on your Mac is not supposed to work with iCloud Photo Library. The new "Photos" app for the mac will be able to do it. The release of this app  has been announced for "Early next year".
    For now, only your mobile devices can upload to iCloud Photo Library.  So you have to upload your photos to the mobile devices to get them into iCloud Photo Library Beta.
    That is not easy, because you cannot upload from your iPhoto library to your iOS 8 devices using iTunes with  iCloud Photo Library Beta enabled on the device. It will disable syncing photos with iTunes. As long as you are using  iCloud Photo Library Beta, mail the Photos to your devices or upload using Photo Stream.

  • How to Add a page Item in Indesign Library Panel

    Hi All,
    I am trying to add page Item in Indesign Library Panel using
    ILibraryCmdUtils::ProcessLibraryAddItemCmd()
    But it shows the message of Heap corrupt while processing the commmand.
    Can any one help me out with some code snippet ?
    Pete. M. Mitchel

    Hi,
    Iwas also suffering fro the same problem.
    Better to use "ILibrarySuite::DoAddToLibrary()" method.
    Hope it will help you.

  • How to copy or move photos from IPhoto library to WD My Passport Air ext drive ?

    How do you Copy or cut photos from iPhoto library to WD My Passport Air external hard drive?

    Open iPhoto, select the photo you would like to move, choose File > Export from iPhoto's menu bar and follow the instructions.
    Repeat for additional photos.

  • How 2 Copy Header & Line Item Text from Purchase Order 2 Out Bound Delivery

    Hi SD Gurus,
    I want to copy header and line item text from Purchase Order to Out Bound Delivery (This is required in Stock Transfer Process).
    I have been able to do successful config. for copying header and line item text from Sales Order to Outbound Delivery but config. doesn't seems to be same for copying text from PO to OBD.
    Is there any way to achieve the same? Can some expert show the way to achieve this.
    Thanks in advance.
    Warm regards,
    Rahul Mishra

    Hi Ravikumar thanks for u quick reply.
    This is wht is currently coded.
    concatenate values to get item text for read text function
       invar3+0(10) = invar1. "PO number
       invar3+10(5) = invar2. "PO line number
       SELECT SINGLE * FROM stxh WHERE tdobject = 'EKPO'
                                   AND tdname   = invar3
                                   AND tdid     = 'F01'
                                   AND tdspras  = sy-langu.
       IF sy-subrc = 0.
         invar4 = invar3.
    reading the text for the document items.
         CALL FUNCTION 'READ_TEXT'
           EXPORTING
             id       = 'F01'
             language = sy-langu
             name     = invar4
             object   = 'EKPO'
           TABLES
             lines    = it_itab.
    I have seen some PO's which have info rec texts in that, which gets pulled by the above code...first thing is its id is F02 which exist in STXH table also there is other text with F01 id, and hence the table it_itab gets both these text hence no pbm.
    but i came across a PO which has only one text which is info rec text with id F05 and is not store in stxh and hence doesnot get pulled by read_text fm. How do i change my cod to get this text which should not hamper other PO's as well.
    As mentioned in above msgs, this F05 could be retrieved by providing object name as EINE.
    anyhelp will be appreciated and rewarded.
    thanks

  • How to copy sales order item text in to purchase requisition

    Hi Experts,
    We enter text for the sales order items in the sales order item details.
    we have done settings for the purchase requision to copy text from sales order into purchase requisition and this works for purchase requisitions automatically created from sales order.
    we need to get text from sales order to be copied in purchase requisitions which are created by converting the planned order.
    we have tried SPRO settings SPRO->Materials Management>purchasing--->text for purchase requisition.
    but this settings does not works for Pur Req. created by converting the planned order.
    is this because planned order does not have segment for text like sales order and purchase requisition?
    Please let me know if it is possible through standard SAP or with the lease development, any help will be appreciated.
    Thanks
    Anand

    Hi Rajesha,
    Thanks for your reply, some of the items in sales order are procured externally by us and our customer maintains text related to price and specification in the item details of the sales order, MRP creates planned order for these materials and these planned orders are always converted in pur requisition, we want that text from the sales order item details should be copied in to the purchase requisitions converted from planned orders.
    is there any user exit which can be called at the time of saving a purchase req or user exit for converting planned order in to pur req.?
    if there is any such exit available, then I think I can read the pegged requirement of the planned order where sales order item will be found then read the text in the item then copy this text in pur req then save pur req may work.
    but this will be a bulky development, please let me know if we can shorten the development.
    Thanks again
    Anand

  • How to copy the line item description to other same line items - FBL5N

    Hi All,
    I have an issue while printing the description in the script.In the final internal table there are multiple same line items but the description is comming for the only one line item but my requirement is i want to copy the description text(bseg-sgtxt) to the other same line items also. I trying to use the control break statements but i am not getting the solution.
    can any one please provide me the solution.
    FYI.. please find the attched text doc..in the document the first four lineitems are same but description is comming for only one line item. I want to display the description to all the same line items.
    Thanks in advance.
    Regards,
    koushik

    Hi Bharat,
    Can u just attach the code where populating the internal table with description.
    Regards,
    Shashikanth

  • Copy order with item

    Hello,
    I have a requirement where i need to copy one existing order with all the items and create new one, since it would be mass creation i need some FM/class. Could anyone provide me with some sample code or correct approach.
    Thanks,
    Lisha

    We have been trying to do this for about 6 months now. I am told that you can not replcate an attachment from CRM to ECC, the best you can do is send an email from CRM with the document attached.
    Karin

Maybe you are looking for

  • Export to PDF not working

    Presses "Export to PDF" Submit Button (custom button) and pdf comes up (Grey) and throws error message Adobe reader cannot open RequisiitonDetails.pdf because it is either not a supported file type or the file has been damaged..... My Code: OAApplica

  • Thinkpas X220 Wi Fi connectivity issue

    Hi everyone,  I have a problem with the wi fi connection in my laptop, the computer doesent read the wirelees divise. when I click Fn F5 all I can see is the bluetooth adapter, no wifi adapter to turn on or off, this have been happening reacently, ye

  • Table.Sort only sorting records in preview pane

    I have the following M query: let     OrgIdParameter = Excel.CurrentWorkbook(){[Name="ClientFilter"]}[Content],     OrgIdValue = OrgIdParameter{0}[Column2],     Source = Sql.Database("JOHNSQLD53", "EnterpriseAnalytics"),     dbo_vFactEngrgServiceLocM

  • Filtering EDI Files in B2B 11g

    Hi Gurus, We have a requirement that we should not process the EDI files which will have Usage Indicator(ISA15) has 'T' value. Rather we should send the file to some test directory on SOA file system. Could you please let me know whether we can achie

  • Change background color in a Review Widget

    Can someone tell me how to change the background color (the white portion) in a review widget?