How to remove the lines of code at the level of the site with different content?

How can I remove the same lines of code at the level of the site?

I want to delete all of the code line up to 4000 pages 50 - line 80, but the lines do not contain the same code can not use 'find and replace '.

Any ideas would be appreciated - thanks.

SED

http://www.Panix.com/~ElfLord/UNIX/sed.html

Can you show us 2 examples of code to remove?

Nancy O.
ALT-Web Design & Publishing
Web | Graphics | Print | Media specialists
http://ALT-Web.com/
http://Twitter.com/ALTWEB

Tags: Dreamweaver

Similar Questions

  • I created a site of Muse for a customer who wishes to host with Business Catalyst. How to publish the site with their account instead of using one of my free sites?

    I created a site of Muse for a customer who wishes to host with Business Catalyst. How to publish the site with their account instead of using one of my free sites? This is so I can keep my ones that are free for personal projects but also so they can pay for their own accommodation. I'm happy to put everything to them but don't know what to do.

    Hello

    You can use their IDs of BC and use them, which to publish the site will be under their account.

    Please change the login of BC's Edit > preferences > Publish > switch accounts, for Mac, there Adobe Muse > preferences

    Thank you

    Sanjit

  • Prevention of Internet Explorer to the visitors of the sites with Flash content

    As the most recent versions of Internet Explorer are out, Microsoft has subtly, but effectively provided a barrier for visitors of the sites with Flash content. If you use IE, when you move to an embedded Flash object, IE force visitors to click once before the user can interact with the embeded object. What is important, the event listeners do not seem to work reliably until control is "activated" by the user click.

    But when I use IE to browse the Adobe site, IE is silent, and Flash objects work as expected without prompting me to 'turn on' everything I have fly over. I know that Adobe is a heavy user of .swfs on their site.

    The question is: what special code is included in the pages of Adobe to effectively neutralize obstacle IEs? Adobe already has a fix for this annoying problem of IE, I'm amazed the fix is not more widely spoken or communicated to hundreds of millions of users of Flash, or perhaps, I not looking in the right places.

    Kind regards

    a

    Firstly this fix is widely known and a simple search on this forum would have given you your answer. But just go here...

    RER.html http://explorinlauren.com/Repository/Flash/Fixing-the-Flash-Embed-issue-for-Internet-explo

  • How to read the data with different XML schemas within the unique connection?

    • I have Oracle database 11g
    • I access it via JDBC: Slim, version 11.2.0.3, same as xdb.
    • I have several tables, each has an XMLType column, all based on patterns.
    • There are three XML schemas different registered in the DB
    • Maybe I need to read the XML data in multiple tables.
    • If all the XMLTypes have the same XML schema, there is no problem,
    • If patterns are different, the second reading will throw BindXMLException.
    • If I reset the connection between the readings of the XMLType column with different schemas, it works.

    The question is: How can I configure the driver, or the connection to be able to read the data with different XML schemas without resetting the connection (which is expensive).

    Code to get data from XMLType is the implementation of case study:

     1   ResultSet resultSet = statement.executeQuery( sql ) ; 
    2   String result = null ;
    3    while(resultSet.next()) {
    4   SQLXML sqlxml = resultSet.getSQLXML(1) ;
    5   result = sqlxml.getString() ;
    6   sqlxml.free();
    7   }
    8   resultSet.close();
    9    return result ;

    It turns out, that I needed to serialize the XML on the server and read it as BLOB. Like this:

     1    final Statement statement = connection.createStatement() ;  2    final String sql = String.format("select xmlserialize(content xml_content_column as blob encoding 'UTF-8') from %s where key='%s'", table, key ) ;  3   ResultSet resultSet = statement.executeQuery( sql ) ;  4   String result = null ;  5    while(resultSet.next()) {  6   Blob blob = resultSet.getBlob( 1 );  7   InputStream inputStream = blob.getBinaryStream();  8   result = new Scanner( inputStream ).useDelimiter( "\\A" ).next();  9   inputStream.close(); 10   blob.free(); 11   } 12   resultSet.close(); 13   statement.close(); 14  15   System.out.println( result ); 16    return result ; 17
    

    Then it works. Still, can't get it work with XMLType in resultset. On the customer XML unwrapping explodes trying to pass to another XML schema. JDBC/XDB problem?

  • Does anyone know how to make the site in different languages?

    Does anyone know how to make the web in different languages? and how to make the menu appear on the master page in the target language?

    Hello

    You must create the page content in languages that you want and then bind using the options in the subfolder on root of the hosting platform.

    More details:

    http://forums.Adobe.com/message/6065652#6065652#6065652

    For the menu, you need to create different masters, and then apply on the pages.

    Thank you

    Sanjit

  • How to remove the folder with name

    Hi all

    I had created a folder with a name, using ALT + 0160, but now iam not able to delete or rename it.pls tell me how to remove it.

    You get an error message when you try to delete it?

    Boot into safe mode and see if it will remove. If this is not the case, try this tool.

    Unlocker File Remover

    Download it from FileHippo
    http://filehippo.com/download_unlocker/

    Download from CNET
    http://download.CNET.com/WOT/3000-2378_4-75011499.html

  • Satellite 5205-S505 - how to remove the battery with the damaged battery latch?

    I try to set aside my laptop (satellite 5205-s505) today. But I found that the release latch was damaged somehow. What can I do?

    My seriously damaged lcd. I have method to close the LCD to save energy (just use external moniter)?

    This battery is a very good question. I think you're the first person who asked it.
    If you cannot remove the only way is, I think, to disassemble the entire laptop and somehow free battery.

    When you use the external monitor, you have to use the FN + F5 key combination and switch to an external monitor only. Portable computer's LCD will be OFF.
    You can also check the Advanced display settings. Usually, you can also find settings to define where should be the office.
    Check it out!

  • How can I enable disable/remove the sites of social content like twitter, facebook, etc?

    I don't want none of the sites contact/social interaction on my computer and can't seem to find any way to remove/permanently remove.

    They are not 'on' your computer.  The link that is.  All you have to do is not to use.  Please give us more information

  • Graphic Flex: how to remove the shadow with CSS?

    Hello!

    How can I remove shadow my columns with CSS?

    I know that I could do:

    <mx:seriesFilters>
      <mx:Array />
    </mx:seriesFilters>
    

    But I'd really only my CSS to control all of the visuals.

    Thank you!

    -Dwayne

    Don't think that you can. Since it is an array, you need to fix in the code. Sorry, Flex is like that, it makes you do a lot of things in the code that should be doable in CSS. But on the side of good news, instead of what you have done you can put this argument in your table tag: seriesFilters = "[]".

  • How to remove the xml with indesign file attributes.

    Dear friends,

    I need to remove attributes xml ('ul' element), I try to underside of coding and joint screenshot also, but I made a mistake. I'm not that I lack the coding below.

    Screen Shot 2016-02-22 at 12.57.49 PM.png

    My coding in the below.

    var elements = app.activeDocument.xmlElements[0].xmlAttributes.item["@new_class"] = "list-style-type:none";
        alert(elements.length);
        delete elements["@new_class"];
    

    Please suggest friends,

    Thank you in advance,

    Hello

    Try this...

    var doc = app.activeDocument;
    
    removeAttributes(doc,'ul','style','list-style-type:none');
    
    function removeAttributes(source,element,attributename,attributevalue){
        for (var i = 0; i < source.xmlElements.length; i++){
                try{
                    for(j=0; j		   
  • How to remove the image with a single click?

    Hello friends, I want a help with something simple.

    I want to open my app when displaying an image with data or information and clicking on, get out and show me the menu of the application as usual.

    My picture is this:

    seen in my application, but I can't make it go away

    Solution:

         ImageButton {
                    id: imageView02
    
                    defaultImageSource: "asset:///images/IMG_00000014.png"
                    onClicked: {
                        imageView02.visible = false
                    }
                }
    
  • How to keep the chart with different colors when adding new data

    Hi, please help me.

    I want to compare my first plot the data (trace of legend) with my following data in the graph of the plot. my program didn't work it just add new field data and color for the next data has not changed.

    What's a matter of signal conditioning? Please, click on Options, and to request the removal of moderator for the jury of LabVIEW.

  • The ipad pro supports multiple monitors with different content on each screen?

    I want to replace my laptop with an ipad pro.  Currently I drive three screens with my laptop, all with different content (VGA, HDMI, laptop screen) with no additional adapters.  The Ipad pro has a video card that will allow me to run multiple monitors (3 including the pro) with different content on each monitor?

    Given that the pro iPad running iOS and iOS do not supports multiple monitors, I would say no. I may be wrong, so feel free to correct me.

  • How to remove the old drivers (hidden) command line?

    Hello

    I want to try to remove all the hidden command prompt devices. There is a way to this topic?

    For example;

    type driverquery on cmd and sort all the lists of hidden devices

    After that type Remove any device (for example) and remove this hidden device

    Thank you.

    Enbiya salvation,

    Thanks for posting in the Microsoft Community.

    You can manually remove hidden devices by following the steps below.

    1. press the key Windows + X key, then select "Device Manager".

    2. from there, select the view > show hidden devices.

    3. now, select the hidden device > right click and select "Uninstall" to permanently delete or 'Disable' to disable the device.

    To find the command prompt commands and settings command line of how to do the same with the command prompt, you can follow the link below and check if it helps.

    Windows Device Console (Devcon.exe)

    https://msdn.Microsoft.com/en-us/library/Windows/hardware/ff544707 (v = vs. 85) .aspx

    Please let us know if the problem is resolved or you need additional assistance.

  • Prime Minister 9. I made a mistake when I did drag an audio file in the line of the image. How to remove the audio file. I tried ctrl z and shift delete nothing done.

    Using Adobe Elements 9 first, I made a mistake when I did drag an audio file in the line of the image.

    How can I delete this audio file? I tried ctrl z and shift delete. software has the ' delete the scene and all of the properties in gray. Just "delete scene only" it and it does nothing to remove the audio file.  I had to drag the line from the soundtrack.

    Who can help me?

    LinFos04

    What you wrote, it seems that you are in the scene of Premiere Elements 9.0/9.0.1 workspace.

    Please see screenshot showing you how to remove the audio immediately after you dragged in the film that had been marked "Drag the next clip here"

    Moving forward consider working in the workspace of timeline that gives you a better view of what is happening and therefore gives you more control over the flow of work. Please click chronology to watch how this audio present in the workspace of chronology after what you did in the space of the stage line.

    Please let us know if it worked to get rid of the audio unwanted in the Premiere Elements 9.0/9.0.1 workspace sceneline.

    For any question or need more information on the above, please ask.

    Thank you.

    RTA

Maybe you are looking for

  • Skype continues autosigning with no information

    For some reason every time I launch Skype now it autosigns, even if I never used the setting. It keeps just loading forever, and it seems to glitch. I use 7.18 and I have Windows 7. I tried reinstalling, deleting the Skype appdata and temporary data.

  • Definition of paper with Google Cloud Print size

    Hi, I have a HP Photosmart 5520 and it's great work. The only problem that I had up to now is when I tried to print 6 x 4 using Google Cloud Print photos. Nowhere could I find an option to change the size of the paper, and when I printed, it was obvi

  • HOWTO: Go to the Local on a KE2182A level

    Hello I was wondering how to get to the local or remote with a Keithley 2182 using SCPI (488.2).  I get an error header to aid: GTL and: REN and I can't find other examples. Thank you

  • prioritization of reminders

    Hi, all. I'm chasing a few last questions with my application. Maybe a picture will help you: The 'PAUSE' button is a toggle button. The "CLEAR" button is a command button. The "CLEAR" button is intended to erase all the plots from the graph. If the

  • Clip + - Win XP - has worked at first, but now only shows connected, but no drive letter

    Yesterday I installed Sansa + 8 GB with success as well as Rhapsody and I could see the two drive letters for the Sansa. I loaded songs and played them. Today I can't see drive letters. Sansa appears as an icon on the desktop. As suggested, I tried u