DW CS4 - Template/Child Saving Trouble

I'm really very new to DW, and so I'm learning as I go. I had a site with a bunch of templates, but it appeared that the pages were all created from other pages rather than from templates. I started playing with Templates, created a couple pages from them, but that never really worked out for me so I started creating pages from other pages.
The few that I did create from a template now won't save when I hit "save," instead, it tries to save the page as a template. To work around this I've started selecting "save as" and then saving over the file, or if I hit "save all" it just saves everything open. BUT why am I having this problem and how can I change it so that I don't have to work around the issue?
Should I start working more with templates, I've seen a few people in other posts recommend against it, but they were discussing older versions.

Hi,
in the meantime I had a look at this "www.clark-eng.com" and it's source code. So on first glance I can't see anything flashy.
Could you create a new useful directory structure and then copy the "roving" pages into a corresponding oportuning sub-directory? From there the links among them ought to be possible to establish.
As for the lifting of template entries, I recommend this thread (Templates and links from Nancy O.), which has this thing in the topic more or less:
http://forums.adobe.com/message/2926278#2926278
Hans-G.

Similar Messages

  • Fireworks menu in template child pages

    Hi, I'm redoing my site with templates. I made a pop-up menu
    in Fireworks, and put that in the locked region in a template. I am
    applying that template to some child pages in a few folders under
    the main site folder. The menu was working fine before, but I
    changed the Fireworks menu file, and put that in the template and
    saved it and updated all pages that use that template. After doing
    that, the menu pops up, but the buttons aren't right. They're just
    squares of color instead of the gif buttons that Fireworks will let
    you do. Also, the arrows on the pop-up menus that lead to the sub
    menu aren't there. I think an "x" just shows up instead.
    Does anybody have any suggestions about this? Thanks!

    I read that article. Very interesting..... those turds at
    Crackholemedia..... I also checked out those other links to other
    options. Thanks for those. I was really liking how my menu was
    looking in Fireworks.... Any idea how to make my dropdown buttons
    look like this?:
    http://www.decoy.cc/us/picslivejp.htm
    Any comments on using Flash (or Dreamweaver, or anything else
    without spending money, since I already have these programs
    anyway... the turds...) to make a menu?
    quote:
    Originally posted by:
    Newsgroup User
    Please read this article by the person who originally adapted
    that menu code
    for Macromedia to use in Fireworks -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are much much better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/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
    ==================
    "decoydoyle" <[email protected]> wrote in
    message
    news:f827kt$9k8$[email protected]..
    > I'm using Fireworks MX 2004 with Dreamweaver MX 2004. I
    got it to work
    > once before with a different page, different template,
    but obviously can't
    > figure out how I did that.

  • Cs4 template locks after comments entered

    In a CS4 template, I want to leave the page title (<title>...</title>) editable.  By adding comments before and after the "title" this can be achieved.  However, as soon as I enter the exclamation point (!) at the beginning of the comments above and/or below the "title" line of code, all the html code below that point turns gray and locks me out.  Here is a copy of the header:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
        <!--instanceBegineditable name="doctitle"-->
        <title>Welcome to the Website</title>
        <!--instanceEndeditable-->
        <link type="text/css" rel="stylesheet" href="../css styles/alpha.css" />
    Why does this happen?  How can it be fixed?  I am using XHTML on CS4 for Mac.  Any thoughts?

    A properly created Template will always have two editable regions in the head of the page:
    1.  A region called "doctitle" that wraps the <title> tag.
    2.  A region called "head" that is just above the </head> tag.
    If your Template does not contain those regions, you did not create the template properly (always use FILE | Save as Template).  However, you can certainly add them manually.
    However, as soon as I enter the exclamation point (!) at the beginning of the comments above and/or below the "title" line of code, all the html code below that point turns gray and locks me out.
    It turns gray because DW thinks you have entered an HTML comment, but you are not locked out of the markup, and should continue typing.  And by the way, you MUST do this in your Template page, not a child page, obviously.  Equally by the way, the code you pasted below is NOT from a DW Template, it's from a DW child page.  Or have you got nested Templates?  Ugh - that's usually a mistake.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
        <!--instanceBegineditable name="doctitle"-->
        <title>Welcome to the Website</title>
        <!--instanceEndeditable-->
        <link type="text/css" rel="stylesheet" href="../css styles/alpha.css" />
    Why does this happen?  How can it be fixed?  I am using XHTML on CS4 for Mac.  Any thoughts?
    This must be code that you have manually modified after pasting it into your post, since DW does not use the lower-case letters in the markup as you have, and you have shown child page markup for modifications to be made in a Template page.  To see how the markup SHOULD look, use FILE | New > Blank HTML, and then use FILE | Save as Template to save this new page as a Template.  Now look at that new Template page's code....

  • Flash Video in template child pages

    I have created templates with editable regions for my
    websites. When I try to insert a Flash video file (.flv) it wants
    to put code in the header region and body region. I have tried
    erasing the editable areas, making the entire header an editable
    area, making the entire site an editable area. I've tried looking
    on Google and the Dreamweaver Developers section (there is a link
    to an answer but the link is broken). I unfortunately only have
    Dreamweaver 8. If this problem is fixed in CS3 I'd be happy to go
    to Kinkos and rent a machine. Any suggestions?
    Thanks!

    Here's how you will have to manage this.
    When you insert a Flash video on the page, several things
    happen -
    1. DW inserts a link to a javascript file in the head of the
    page.
    2. If you elect to check for Flash versions, DW inserts a
    call to that
    javascript in the <body> tag of the page.
    3. DW then inserts a javascript call to the file (in #1) on
    the page at the
    location where the Flash is to appear.
    In a Template child page -
    1. The head region must have an editable region in it, so
    that the link can
    be inserted.
    2. The Flash check call will fail to be written to the body
    tag, since that
    is LOCKED by the template.
    3. The javascript will be written to the body of the page
    where you
    inserted the Flash.
    Thus, 2 of the 3 elements should work fine.
    My suggestion? Do it again, and do not select the check for
    Flash version -
    that should work for you.
    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
    ==================
    "cybergrace" <[email protected]> wrote in
    message
    news:f9vjls$a9n$[email protected]..
    >I have created templates with editable regions for my
    websites. When I try
    >to
    > insert a Flash video file (.flv) it wants to put code in
    the header region
    > and
    > body region. I have tried erasing the editable areas,
    making the entire
    > header
    > an editable area, making the entire site an editable
    area. I've tried
    > looking
    > on Google and the Dreamweaver Developers section (there
    is a link to an
    > answer
    > but the link is broken). I unfortunately only have
    Dreamweaver 8. If
    > this
    > problem is fixed in CS3 I'd be happy to go to Kinkos and
    rent a machine.
    > Any
    > suggestions?
    > Thanks!
    >

  • Can't make comments editable on template child pages

    Is there a way to make comments editable on template child pages. When making editable regions, comments are not included. I need to make comments editable on child pages. How do I do this.
    Thank you,
    Jim

    Open your Template.dwt file.  Add an editable region around your comments section.
    <!-- TemplateBeginEditable name="comments" -->
    <p>Comments go inside here...</p>
    <p>Comments go inside here...</p>
    <!-- TemplateEndEditable -->
    Save your template.  Allow DW to update your child pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Dreamweaver CS5 not working with CS4 templates?

    I upgraded from CS4 to CS5 of Dreamweaver today and so I opened a template up in CS5 that I made for my site in CS4. So everytime that I make a new page from the CS4 template it will look good in the editing view and I can edit everything I'm supposed to like it should. But whenever I test the page in my browser or the Live View it won't use JavaScript or it won't show me AdBrite ads in the page and it messes up my CSS. I have no clue why its doing that because the new pages from this template in CS4 work fine but new pages in CS5 from the template wont show up correctly. Oh and every other page that I made in CS4 works very well in the CS5 but the new pages in CS5 just won't seem to preview well. Do you guys know of any solution for this or how I can solve this annoying problem?
    Any answers are greatly appreciated!!!

    One thing to note if you attempt JulesN's solution of moving the DIV tag inside the editable region... since this move is to a "non-template" area.. on many pages of your site it will simply mean the removal of the DIV tag outside the editable region.  You will need to manually go into each page and add the DIV tag back into the editable region as Template updates do not modify the content of those regions.. I tried this today and had hundreds of pages instantly stop displaying correctly before I realized the logic behind it.. I was able to recover.  However if you are using nested DIV tags as containers.. they are all either one big editable region or you need to wait till Adobe fixes this and use CS4 as I'm being forced to.  I have submitted as a bug as well.

  • Trouble using Custom Template and Saving Resulting Document. Help!

    I created a Custom Template in Numbers '09. When I go hit "New from Template Chooser", there it is. I've tried entering info directly into the template, as well as duplicating it and entering info in the duplicated document. I can enter the info just fine, but.... Either way, when I'm done I do not have an option to Save, Save As or anything like that. I only see "Save As Template".....but it's already a perfectly good template. I don't want to Save As Template and create another template!!!. I want a named document saved, using the great template I already put together. Is this a problem? What's up? Why can't I do this???? Please help!

    I'm on an iMac running 10.7.5. (Afraid to go further  because I have FInal Cut Pro 7 and I'm very attached to it....I'm afraid to upgrade my OS and have FCP not work! I'm a pro and not so willing to go to FCP 10).  Anyway, I'm on an iMac 3.06 GHz Intel Core  4 GB, 1333 MHz RAM.
    I'm running Numbers ''09 and don't have 13, so it's an 09 template entering 09 info. It's perfect. I run webinars and it contains all of the status for media and every detail of any upcoming webinar production. My goal is to open the template, enter the info, and save it with the name of the webinar client. Then open again, enter for another client, save, etc.
    It's just 09 all the way through. It says I can Save a Version or Save as Template.
    Should I open a template and then Duplicate so it's a fresh document? I do that sometimes in hopes of seeing an option to SAVE AS. Sometimes I open and Don't Duplicate, but just use the template. Either way I see no way of saving the document with the specific information for the client. I don't want to Save As Template! Who wants hundreds of templates running around that are all virtually the same except for the info entered within it.
    Am I missing the boat here?

  • Photoshop cs4 crashing on saving

    hi,
    My problem
    i have a problem with photoshop crashing on me, in particular when saving it also crashes when doing a large task e.g... rendering lighting effects, running a batch web gallery, site-grinder and trying to perform an action.
    After past trouble shooting (described below) if i opened photoshop through bridge (bridge open on selected photo double click to open photoshop with photo) can do minor edit, and when trying to save it crashes!! very sad .. i found that if i made sure i opened photoshop first, then open selected photo i could save ... as of late am getting back to original problem of crashing regardless of opening procedure upon trying to save work. sigh .. (i have not added anything new, just the same as before.) at the moment saving is a bit of a hit or miss .. i hold my breath saving!!
    i make sure that there is a little as possible of other software open at same time .. generally just mail, fire-fox and bridge.
    i let photoshop open fully on own with out any disturbances .. e.g. checking mail or doing anything else on comp at same time .. the same goes for quitting or running anything automative.
    I am only having this problem in photoshop.
    i have spoken to mac support and they say that they can not help as is only happening in photoshop.
    i have run disk utilities and comp all fine.
    I have photoshop cs4 extended running on a macbook pro, version 10.4.11.
    Hardware Overview:
    Model Name: MacBook Pro 15"
    Model Identifier: MacBookPro2,2
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.16 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache (per processor): 4 MB
    Memory: 3 GB
    Bus Speed: 667 MHz
    Boot ROM Version: MBP22.00A5.B07
    SMC Version: 1.12f5
    Sudden Motion Sensor:
    State: Enabled
    i run photoshop in rosetta. i have a plugin called Lucis Art that requires this.
    i also have a plugin called fluid mask 3
    all these are legal copies i have paid for.
    i have no additions actions, brushes installed etc .. normal fonts + only a couple of extra's - legal versions (edwardian script, sanvito, country garden) have tested to see if fonts installed are corrupt and don't appear to be.
    my past trouble shooting.
    i created a whole new user on mac and trashed old user started everything from fresh, with no plugins, tested all when installing, re-setting presets on opening photoshop. there was another along those lines but can't remember.
    i hope i have provided you with enough information to help me. i have read somewhere that it could be a scratch disk issue ... not sure but would think this was enough ..
    i desperately need to have my programs working and hope someone out there can help me!
    PLEEEEEAAAASE :)
    Danielle

    Hello,
    I'm actually having a similar problem to Danielle's. I googled "Photoshop CS4 Saving Issues," and this was one out of two things that popped up!
    I'm editing a wedding with CS4. I just switched to the trial version and am purchasing in about a week or so. Have been having no issues until the past couple of days. I drag a series of JPEG photos from CS4 Bridge into Photoshop. I edit a JPEG photo with some actions (thereby creating layers), hit "Save As" and I hit "JPEG." It automatically wants to save that file as a "copy" but I delete copy because I want it to save over that file.
    Typically up pops a box saying "Cancel" or "Replace." About 70% of the time it works, but 30% of the time that box with "Cancel" and "Replace" comes up blank, and I have to force quit Photoshop because it freezes.
    I originally thought the problem was my new terabyte hard drive, so I stopped editing on that. Now I'm editing on my actual iMac hard drive (which has 100GB available). But it still keeps happening. Now I'm thinking it
    has to be a CS4 issue, but I have no idea what. Could it be the actions I'm using? The number of files I open at once? I can't figure it out. I'm not super computer savvy, so I'm hoping someone can help!
    Many thanks in advance,
    Lisa

  • Where are user-created Flash CS4 templates stored?

    This seems like it should be MUCH simpler than it is turning out to be:
    I have made a custom template in Flash CS4.
    I want to share it with a colleague.
    The obvious solution, I would think, would be to COPY the template file from my hard drive, and provide it to my colleague.
    However, I have looked high and low, and CANNOT FIND WHERE USER TEMPLATES ARE STORED on my hard drive.  I have found the Adobe-provided templates that are included with the product (the "Advertising" templates) at Program Files>Adobe>Adobe Flash CS4>en>Configuration>Templates>Advertising; but MY CUSTOM TEMPLATES are not in the Templates directory.
    I have also looked in My Documents, and run several searches on my hard drive, but still cannot find the location of my custom templates.  Surely they are SOMEPLACE on my hard drive, as they are available from the Splash page every time I boot up Flash CS4.
    PLEASE, O PLEASE, Adobe, reveal this great secret.  I have also scoured your databases and user forums, but apparently I am the only person interested in simplified workflow vis-a-vis sharing custom templates.

    Hi,
    The user created custom templete files are stored @ <root drive>:\documents and Settings\<user name>\local Settings\application Data\adobe\Flash CS4\en\Configuration\Templates\<category under which you have saved eg:Advertising>\
    Please mark this post as Answered if this is working for you.
    Thanks!

  • Win 7 CS4 CFA files saved to C: drive

    I resently updated to Win7 on my computer, and installed my CS4 Master collection (I D/L´ed more than a Gig of updates so i know that it is up do date). Now when I start using Premiere I noticed that the CFA and PEK files where not saved to my project folder as I have specified in ScratchDisk settings (Same as project).
    I found that Premiere insist on saving to AppData-Roaming-Adobe-Common-Media Cache Files. I tried to change the path for Audio previews manually, and than deleted all the CFA/PEK files and re-launched Premiere. As soon as I opened the same project it started creating the files over again in the same folder on my C: drive. It even created all the files form any previouse projects
    My boot drive is a 128MB SSD disk, so I can really not live with this...
    Please Help!

    The file naming is pretty straight forward e.g. "Minaogmamma1.wmv" "Vertramp-1.avi" and the names of the CFA files are like Vertramp-1 4100.cfa, Vertramp-1 4100_1.cfa, Vertramp-1 4100_2.cfa
    These files are older files that has allready been edited and exported out as DivX and WMV and some of them even MPG. I have had no trouble with this in CS3 (that I know of).
    I see that for the standard AVCHD files right off one of my cameras, the files are only created ones so that works just fine.
    And yes,  they are all on a local SATA drive.
    Thanks a lot for your help so far :-)

  • Uneditable areas Dreamweaver CS4 templates

    Hi, I set up my website with Dreamweaver CS4 and at the time made the body section editable only.
    I believe that by default this also leaves the title tags editable in the head section (which they are).
    I now want to make the meta tags and meta title section editable as well in the template so every page in my site has an individual editable area in the head of the HTML code which I can insert different information for each page that will not affect other pages upon saving.
    So my question would be how can I convert the locked down code in the head of my template page back to editable regions.
    Cheers.

    Hi, sorry thought I had this template problem fixed.
    Still trying to make the meta tags in my website template editable but when I apply the change below the meta tags seem to disappear.
    I've put an example of what I currently have and what I am trying but with no success.
    If anyone can spot any mistakes I would really appreciate it.
    I have this..
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="keywords are here" />
    <meta name="description" content="description is here" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <!-- TemplateEndEditable -->
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    And tried this..
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <meta name="keywords" content="keywords are here" />
    <meta name="description" content="description is here" />
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    As always, thanks in advance.

  • Template - Child Ignorant

    Never mind. I found another post with the answer!

    On Mon, 15 Jan 2007 16:38:03 +0000 (UTC), "LarryB713"
    <[email protected]> wrote:
    >I am missing something here. I create a new template
    having an editable region.
    >Then I have tried several ways of creating child .htm
    pages from it. I use the
    >template and simply save the intended child in the
    regular page subdirectory as
    >"name.htm". So far so good, but when I try changing the
    template, it does not
    >offer to update any child .htm documents and when I pull
    them up, no template
    >changes are reflected. What am I missing?
    Not that way (:-)
    having saved as a template file.
    Then
    File New
    Click on the template tab
    select the template file you just created
    create
    and save it with the new filename
    and off you go.............
    ~Malcolm N....
    ~

  • My blends in Illustrator CS4 are not saving or printing correctly.  Why?

    Why are my blends in Illustrator CS4 not saving or printing correctly???
    SPECS:
    Adobe CS4
    MAC 10.5.8
    I got a outlined Text blend with a drop shadow.  And another text with a drop shadow on top.  Not too complex at all.
    Heres some screenshots of the problem.
    (1) Adobe Illustrator Screenshot
    (1) Screenshot of my saved TIff file.  I saved as a PDF as well and still no luck.
    Any suggestions?

    Mylenium,
    Thanks for you time and suggestions!  You helped alot!  My layers panel was crazy.  I re-arranged, re-organized and stacked according to the graphic.  Solved my problem first try.  Not used to making sure the order is right in illustrator, only in photoshop.
    Thanks again man!
    -NightRed

  • How do I use my own templates when saving DITA map as FM 11 book w/ components?

    I have updated the ditafm-output.ini file in the following places:
    [BookWithFM-Chapter]
    [BookWithFM-TOC]
    [BookWithFM-Index]
    [BookWithFM-ListofFigures]
    [BookWithFM-ListofTables]
    [BookWithFM-BookTitle]
    In each I used the following information for my Template file path:
    Template=$STRUCTDIR\xml\DITA_1.2\app\technicalContent\template\Book_Templates\templateChap ter.fm
    However, when I saved my DITA map as a FM 11 book with components, it still used the standard DITA templates, rather than my own templates.
    What am I doing wrong?
    Marsha

    The program can't start because MSVCR80.dll is missing from your computer
    Many thanks. Rather than the Apple document, I currently recommend using the instructions from the following user tip with that one:
    Troubleshooting issues with iTunes for Windows updates

  • Weird CS4 error when saving eps files on a Mac: "...specified files already exist in the target location"

    Hi There,
    All 3 workstations in our studio are experiencing weird file behavior when re-saving eps files from Illustrator.
    Basically Illustrator creates a new file in addition to the original and adds a "-01.eps" onto the file name. If you re-save your original, Illustrator brings up a dialogue box that states:
    Some of the specified files already exist in the target location. The files marked below will be replaced:
    filename.eps
    filename-01.eps
    We've been deleting the "-01.eps" files each time but it's becoming tedious. The behaviour occurs when re-saving an eps file to a server or the desktop.
    All machines are new Quad-core MacPros running:
    - Leopard 10.5.8
    - Illustrator CS4 14.0.0
    We've checked for Illustrator updates from within Illustrator but we seem to be running the latest version.
    Is anyone else experiencing this behavior?
    Any help or pointers in the right direction would be much appreciated.
    Cheers
    Ben

    Thanks for the reply.
    The error occurs when we save the document but if we choose save as, "Use Artboards" seems to be unchecked so not sure if this issue is related or not. Will re-save the document using save as then see if the issue persists.
    Why do we still use eps?
    Basically because we've found it to be much more compatible. Our entire logo library is in eps format (18 years worth) partly because it was previously the only format to use and partly because it allows account managers to send logos to clients, printers, TV stations etc and not involve the studio (saving out an eps version).
    Although "Create PDF compatible file" is a good idea, we've encountered costly issues with colours and images - especially if the recipient is using old CS software, non-Adobe software or is using some kind of hardware RIP. We now just go with what we know works.
    But I do find saving eps versions of everything to be a bit painful. In fact, I've always found Illustrator in general to be a bit painful when compared with Photoshop or AfterEffects. Illustrator seems like it's been developed by a different company some times!
    Cheers, and thanks for the help.

Maybe you are looking for