Adding pages and picking up existing CSS

I am working with a one page sales letter web site that I had someone put together for me in Dreamweaver.  I want to add some content pages to it to beef up SEO.  How do I pick up the CSS from the first page and apply it to rest of the pages?  I have defined the site in a folder and added the additional pages there.  thank you, Mel

In between the <head> </head> tags, insert:
<link rel="stylesheet" href="../your/path/to/stylesheet.css" type="text/css" media="screen" />
...making sure that the href points to the correct file path to your CSS stylesheet.

Similar Messages

  • Adding pages and Text Frames to emulate the behaviour of "Smart Text Reflow"

    I am creating a large number of tables in a document.  If I have Smart Text reflow turned on, my script does not work properly.  I have the start of the processing:
    1. Add a new table
    2. If the last page text frame overflows then Add a new page
    With smartTextReflow turned off, I want to ensure that new text frames that match the primary text frames from the master page.  It has to be able to handle getting the parameters from the left/right page text frame.

    I have been able to solve my problem.  I was really overthinking things!!!
    Since I have designated the text frames on the master pages as primary text frames, when creating a new page, a text frame is created automatically. So the problem is then just link the previous text frame to the text frame that was created when adding the page.
    TableAutomation.prototype.AddPage = function() {
         var previousTextFrame = app.activeDocument.pages[-2].textFrames[0];
         var np = app.activeDocument.pages.add();
         var textFrame = np.textFrames[0];
         previousTextFrame.nextTextFrame = textFrame;
    The cost of the above code was about 5 hours of banging my head against the wall

  • Adding pages, and "jump to" at end of clip play

    I have 2 questions here:
    1) When a movie with dozens of clips/markers is sent from iMovie to iDVD, there are multiple "pages", with arrows going backward & forward at the bottom of the current page. How do I add the "Forward" arrow to the next page manually? I've tried using submenu's, but it doesn't work quite the same way.
    2) As above, when sending a movie from iMovie (at least in "Magic Movie" mode) when one clip ends, the next clip plays automatically. How do I do that when manually adding clips to iDVD?
    Thanks for any help!

    Thanks a bunch - i just found it hee hee

  • Page and Tab create error

    I am getting PAGE_CREATE error while adding a new page. On create new page, after filling page name & description it displays the error message below.
    I am runing iAS9\Portal 3.0.8.9 on Win NT4.
    No installation errors.
    Exact error message:
    =======================
    ORA-01086: savepoint 'PAGE_CREATE' never established
    ORA-06512: at "PORTAL30.WWPOB_PAGE_EDIT", line 320
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWPOB_API_PAGE", line 340
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-01400: cannot insert NULL into ("PORTAL30"."WWPOB_PORTLET_INSTANCE$"."PROVIDER_ID")
    ORA-06512: at line 8
    =======================
    Recompiled all packages\package body (there are no 'Invalid' packages) - error still persist.
    when this error occurs, portal displays error message on adding a tab (it happens when I click on the tab icon to add a new tab):
    Exact error message:
    =======================
    Portlet Information could not be obtained. (WWC-44334)
    An unexpected error occurred: ORA-06550: line 1, column 34:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    ( - + mod not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string>
    The symbol "." was ignored. (WWC-43000)
    =======================
    Everything else in Portal is working fine.
    All Rollbacks are online, no error message in the DB alert log.
    Any suggestions on how to fix this (other than re-installing portal).
    Thanks.
    null

    Well ... this appears to be a serious problem with the Portal as it renders it incapable of adding pages and tabs. I've tried reinstalling it on 3 different servers, used another instance of Oracle database, and the result is still the same. No installation errors, and suddenly after 7-10 days this error starts appearing.
    Am I the only one experiencing this type of error? ...and can anyone offer\suggest ways to fix it?

  • Crashes in Indesign CS5 related to New Pages and Smart Reflow

    Anyone else having problems with page related crashes (linked to the LAYOUT ADJUSTMENT.APLN module in ID CS5 on Windows 7 x64, according to the crash report). I get regular crashes when text or table overflows and a new page is created using Smart Reflow, or when manually adding new pages via the New button on the Pages panel. The latter seems to be linked to clicking the new page button repeatedly to create several new pages.
    I am working on a document created in CS4, so this might be the cause. I tried to recreate the crash in a new CS5 document, but was not able to, although I could not get Smart Reflow to work either when Limit to Master Text Frames is unchecked.
    J

    I have the same, several files created in CS4 (with texts imported from Word). The files crashed in CS4, and CS5. CS4 Windows and Mac, CS5 Windows 7. It definitely has to do with adding pages and overflowing text, exactly as stated. I was not happy to buy from my own money this very expensive software to have it crash 20 times the first day I used it. And at least a 100 times on the third day. That felt like Windows 3.1 to me. You have to know exactly what to do not to let the program crash. I spend 9 hours on figuring out how to get all the hundreds of hours of work back from my crashing Indesign. I managed to get from completely unstable (crash every minute) to workable stable (10-20 crashes a day).  I could now write a manual on workarounds "how not to crash CS5", yet cannot prevent all crashes (yet). Expensive software like this should definitely be better at preventing crashes. I still am sorry I didn't keep to MS Word! It works and crashes less than 5% of the time that Adobe does. Has less features, yet does basic features better (like footnotes, autonumbering etc). I have a very serious deadline and Adobe keeps on crashing.
    Oh, and YES of course I export to IDML. Spent more money on OT fonts because I didn't trust my TT fonts.   Googled like a madman for solutions. The went back to Zen and not sleeping just to get my book to the printer.
    Do I sound frustrated? ;-)

  • OAF - Pages and Regions - xml files migration

    Hi All,
    Can anybody explain me the answer to the following questions
    1) Why custom developed Page and Region Files should not exist under $JAVA_TOP ?
    2) Why Standard page and Region files exists under respective $XXXX_TOPs/mds  ... directory's

    Hi SushantSharma,
    We put custom page XML files under $JAVA_TOP/xx/oracle/apps/....
    Is it correct ?
    In my case
    Why some clients were following to store that XML Files as well as java, class into $CUST_TOP/XXXX/ .... as backups and
    importing the script is also done from this $CUST_TOP/XXXX/.../*PG.xml only for Page and Region files.
    and only class files were being stored in the $JAVA_TOP/....
    So there is no concept of storing page and region files under $JAVA_TOP/... is it correct ?

  • Adding new elements to a Master Page and sharing them to existing pages

    I need to include new navigation elements on the master page
    and I want it to show up on pages I've already created. I've added
    the new elements on a layer of their own which is part of the
    master page, but the Share Layer to Pages... option is dimmed.

    jcbluesman wrote:
    > I'm using CS4, Jim, and here's a link to the .png
    > (
    http://idisk.mac.com/jconstant-Public/deimos.png
    >
    > The 3 tabs in the upper right on the master page are the
    ones I'm trying to
    > share across the existing pages. I created them in PS
    (also CS4), then imported
    > the .psd into this FW document, if that makes any
    difference.
    >
    > Thanks,
    > Jim
    >
    OK there are two related as I see it.
    Each of your pages consists of a solid, opaque bitmap for a
    main image.
    Master Pages, by default, are at the bottom of the layer
    stack. Your
    tabs ARE present, you just can't see them because they are
    covered up by
    the bitmap.
    Assuming you don't have those page images as multi-object
    elements,
    where you can edit the blue backgrounds, there are still two
    things you
    can do, both of which are pretty easy.
    Go into each page and temporarily reduce the opacity of Layer
    1.
    Use the marquee tool to draw a selection around the area of
    the tabs.
    Delete the selection.
    Return the lay back to full opacity.
    OR
    Try dragging the Master page to the top of the layer stack in
    each page.
    Hide or delete the Master page background.
    This option is a little trickier, but I was able to do it.
    Wait for the
    black bar to appear before you release the mouse. You may
    need to try
    this a few times before it works.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • I am looking for an app for my iPhone and iPad, equivalent to Font Book on the iMac. I would like to be able to download a variation of fonts to use in Pages. Does this exist?

    I am looking for an app for my iPhone and iPad, equivalent to Font Book on the iMac. I would like to be able to download a variation of fonts to use in Pages. Does this exist?

    You can't add fonts to an iOS device.
    To let Apple know you want this feature, use
    http://www.apple .com/feedback

  • After adding a flashfile .swf into a dreamweaver page and trying to run it, I get an error message related to Javascript

    after adding a flashfile .swf into a dreamweaver page and trying to run it, I get an error message related to Javascript
    I have no trouble viewing other websites with (most likely), flashfiles.
    Here is the the PopUp message:
    "Adobe-warning Adobe Flash PLayer has stopped a potentrially unsafe operation......"

    In newer versions of Flash Pro, you can export to HTML5 Canvas, that's probably what they're talking about: Flash Professional Help | Creating and publishing an HTML5 Canvas document
    .FLV and .SWF are Flash formats that won't show up on iOS (or an ever increasing number of other mobile devices). Mobile Flash was killed by Adobe a couple years ago, so the number of mobile devices that can see it is dwindling rapidly, don't use those formats if you want your viewers on mobile devices to see your content.

  • Changing Page Size and Margins for existing document

    Hi, really new at using InDesign and have a question.
    I have an existing document about 40 pages containing text and graphics.
    I need to change the page size from the original 8x10 to 8.5x11 as well as change the left margin from 0.5" to 1"
    If I simply change these in File>Document Setup and Layout>Margins will everything change and convert?
    Or put another way will I have to move everything around on all the pages once the new sizes are input?
    Thanks!

    You may get different advice from someone else, but if you want to make a global change like this to an existing file, I think the easiest way is to use the Layout Adjustment feature which has been deprecated in favor of Liquid Layout, and is now hidden away in the Liquid Layout panel flyout menu.
    In order for it to work, two things must be true BEFORE you make changes to the file: Layout Adjustment must be turned on, and the text frames must be fully snapped to the existing margin guides, so you may have to adjust the margins BEFORE you make other changes so they surround the frmaes with no gaps.
    Once margins are correct and Layout Adjustment is enabled, you can change the page size in Document Setup, then go to your master page and from the Layout menu choose Margins and Columns and reset the margins to whatever you like. The change should be reflected in all pages to which that master is applied, and your frames snapped to the old margins should change size/shape to remain snapped to the new ones.

  • Project deleted in iPhoto 11 ver. 9.1.1 After spending three months building a twenty six page Book Project in iPhoto i added a page and later decided to delete the page. I selected the page, pressed the delete key and confirmed the delete dialog box ( i

    Project deleted in iPhoto 11 ver. 9.1.1
    After spending three months building a twenty six page Book Project in iPhoto i added a page and later decided to delete the page. I selected the page, pressed the delete key and confirmed the delete dialog box ( i didn't read, dummy) by pressing the delete button. The whole project was gone, the undo menu was grayed out and there was nothing in the iPhoto trash about my Book.
    Surly I can find this if I knew the path to find the project in a library on a back column I have of my hard drive.. Could anyone help me?

    Sorry I'm having a hard time getting this.
    If I go to my hard drive BIGMAC>Library>Application Support>iPhoto>the only thing in this folder is Themes.
    However, when I "Get Info" it's 580MB for 24,421 items. iPhoto says I have 35,977 photos. I would think the database would be into the GB for this many photos.
    If I go to BIGMAC>system>Library>I find nothing about iPhoto
    Is the iPhoto file in the Application Support the one I need to replace with my backup?
    Thanks so much for your help.
    Jack

  • I created a brochure in pages and exported it to a pdf format. The pdf looks and opens perfectly using preview but when opened in adobe reader (which my printer uses), fonts look odd, transparencies don't display...etc. Tells me error exists on page?

    I created a brochure in pages and exported it to a pdf format. The pdf looks and opens perfectly using preview but when opened in adobe reader (which my printer uses), fonts look odd, transparencies don't display...etc. Tells me error exists on page?

    Does this essentially mean there is no way to fix this problem on my end? It's a pity because the design and branding of my brochure will suffer if I remove transparencies and use different fonts. It also concerns me moving forward because it means the quality of print on my pieces will be significantly lower because most commercial printers use Adobe products.

  • Will Aperture work with existing iWeb pages and MM galleries from iPhoto?

    Now that Aperture is available as an $80 app, I am considering moving from iPhoto to Aperture. If I do, will Aperture work seamlessly with my existing iWeb pages and MM galleries, set up via iWeb and/or iPhoto? The other editing programs I use on occasion are Nikon Capture NX2, and Photoshop Elements. Also, if I want to at time remain in "simple iPhoto" mode while using Aperture, is this possible, or will my life be more complicated for every edit? Thank you!

    Slightly disappointed in the dearth of good web page
    creating options in Aperture (you'd think they'd be
    better, no?). Can I get iWeb and create web pages
    using my Aperture photos?
    Yes, iWeb can access your Aperture images if you've enabled previous. I tried this and found iWeb's web galleries quite horrid. After experimenting with a variety of options, I settled on customizing Aperture's web galleries and grafting together pages created by the two programs. iWeb works fine for throwing together some top level pages, and you can then hang Aperture web galleries off them as external links. Several folks have posted instructions on how to do this, and one fellow assembled a nice PDF.
    Cheers,
    Andreas

  • Would love to see the slider and breaks features added to Muse along with the CSS editor?

    Would love to see the slider and breaks features added to Muse along with the CSS editor?

    "I would love to have iTunes and my iPod sync the songs that the iPod played since its last updating into the song count in iTunes"
    It does already do this... unless you use manual updating. Under auto updating, tracks played on your iPod should up the count in iTunes on your next sync.
    Patrick

  • InDesign CC 2014 version adding pages to an existing document keeps crashing, why?

    InDesign CC 2014 version adding pages to an existing document keeps crashing, why?

    Because there's a problem in the file. See Remove minor corruption by exporting

Maybe you are looking for

  • *** Can I add notes on the iPhone?

    I am thinking about buying an iPhone but one key component I need is to be able to add notes when I think of things. Is this possible to do on the iPhone or do all notes/apts need to originate in iCal and sync? Thanks in advance!

  • Please help me to get rid of the Newsstand

    I like my iPhone organized, i don't like useless apps. I believe that the technology suppose to serve a man, but not to control man. I believe there are thousands (possibly millions) of users who would agree with me. So, dear Apple, please take this

  • Various settings not sticking

    In Premiere Elements 10, I have the following three probably related issues: 1. Annoyingly, the "Open Recent Project" option shows no recent projects, although there is, in fact, a recent project.  I have to navigate the Windows folder system to find

  • Applescript or Action to tile windows

    I'm trying to write a script that will open two files after the user selects one of them, then tile the two windows. I don't see a "tile windows" command in the dictionary for CS3, so I thought I'd create an Action that selects Window>Arrange>Tile ve

  • CJ40: Planned amount Doesnt Show up in CJ30 (Planned Total)

    Hi; I came up recently witha Problem That whenever i do Planning (cj40) and after saving it when i go to Project Budget CJ30, there it doesnt show me the planned Values in the relevant column. your valuable input would be of great help to me. Regards