Fixing invalid HTML code

I am working on a html page with lot of tables and divs. In dreamweaver the code view shows invalid code by highlighting with yellow color. But I am not able to fix the invalid code due to lot if table and div tags. Is there an easy way to fix this invalid code? please let me know. I am using Dreamweaver 8. Attaching a screenshot for clarity.
-Shiva

Hi, Shivanand,
Do a "Validation" on your pages, within Dreamweaver.
If your Validation tab is not showing, do Window > Results > Validation. Then click the green triangle to the left of the window and select from [Validate Current Document |  Validate Entire Current Local Site | Validate Selected Files in Site]. Into the Results list will pop all the errors that the Validator finds. Notice that the Validator will tell you which files show no errors. Those with errors also show the file name and the line number where the error occurs. Double-click on an error line (you can click anywhere on the line) will open the offending file and highlight (in Code View) the location of the error. The Results Panel will tell you what the error is, for instance
File             | Line | Description
Untitled-5.html     10     Nesting Error, "table" should be closed before closing "body" [XHTML 1.0 Transitional]
You can work your way down the list, fixing all the errors along the way.
I suggest that you renew the Validation (have it re-validate) after you have fixed several files.
There may be more 'automatic' ways to do this, but I have only done it this way.
Z

Similar Messages

  • JSF renders invalid HTML code?

    Hi
    I'm new to JSF, but I know JSTL well. I'm trying to modify an existing JSF application, but there's one thing I don't understand: Since there can only be one <f:view> in the page, it must contain both the HTML <head> and <body>.
    Now, when I look at the rendered HTML code, I see something like this:
        </body>
      <form id="linkDummyForm" name="linkDummyForm" style="display:inline" method="post" action="/srclient/faces/jsp/start.jsp"><input type="hidden" name="jsf_tree_64" id="jsf_tree_64" value="H4sIAAAAAAAAA  (etc. etc.)
    </form>
    </html>This is clearly invalid HTML code. Is there a way to change the way that f:view is rendered?
    Btw, I'm using MyFaces.
    Thanks for any help!

    Any update on above issue, its urgent.

  • Fix unvalid HTML code.

    Hi There, we have an web application that uses a second web application / web services that unfortunatley outputs unvalid html. Its now my job to correct it so it turns out to be valid XHTML......
    Example; This is a typicla output of a product description;
    <LI>Interactive Menus.
    <LI>Direct Access to Chapters.
    <LI>5 different languages: English German, Spanish, French, & Italian
    <LI>4 Subtitles: Dutch, Danish, Swedish & Portuguese.
    <LI>Playable Worldwide
    <LI>Digital Stereo Sound.
    <LI>DVD-ROM Compatible.As you can see the <li> element isnt closed properly.
    Do you have any suggestion how to solve this problem.
    My own two ideas would be;
    1. Tidy - There is a port for Java for this framework. However, it is as usual..... very bad documented and from what i can see it was a looong time ago someone worked on this. The files are back from 2000.
    2. Regular expresions.
    Seems to me the best choice, because of the above "arguments". If you agree, do you have any idea how I could get started. Have only just started to learn what reg. exp is all about.
    Hope to hear from some one a bit wiser on the subject.
    Niclas

    Niclas,
    Regular expressions can help you with "search and replace," but that's not likely to help you here. Are you trying to fix the code that creates the unclosed list tags, or are you trying to fix the bad output before it's processed further?
    Scott

  • How to fix invalid security code?

    HELP ME

    Try:
    iTunes Store: My credit card's security code or zip code does not match my bank's records

  • HT204053 I recently had to cancel my debit card because of unauthorized purchases on Facebook. I have tried to update with 4 different credit cards and every time I get a message saying invalid security code. How do I fix this?

    I recently had to cancel my debit card because of unauthorized purchases on Facebook. I have tried to update with 4 different credit cards and every time I get a message saying invalid security code. How do I fix this?

    Debit card? Are you sure?
    USA iTunes Store does not appear to accept debit cards - http://www.apple.com/legal/itunes/us/terms.html  "The iTunes Store, Mac App Store, App Store, and iBookstore services (“Services”) accept these forms of payment: credit cards issued by U.S. banks, payments through your PayPal account, iTunes Cards, iTunes Store Gift Certificates, Content Codes, and Allowance Account balances."

  • HT3702 How do you contact iTunes to recover money they charged my bank account with out my authorization. Invalid security code problem. Could not fix card issue.Changed bank card information and I got charged for tiny zoo bucks $24.99. I Got no zoo bucks

    Changed bank card. Got charged $24.99 from iTunes  for a prior  purchase  that would not go thru due to invalid security code. When put new information on iTunes payment . iTunes charged my account without me confirming order and I didn't even receive the zoo buck 50% sale special. They just took my money . Now I can't connect to iTunes Store because they are fixing problems. What can I do to get my money . Can't even reach tiny zoo who gets the money. iTunes should of sent a confirmation request when new card was submitted before taking money.

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • Using webmail in Mozilla Firefox 17.0.1 on Windows 8, original messages get turned into html code when I reply to or forward them. How can I fix this?

    I have tried re-setting Firefox and working in Safe Mode, but the problem still recurs. I use Fastmail as my webmail server and never had this problem on Windows XP or Windows 7. When I reply to a message, the original message is turned into html code. The same happens when I forward a message.
    My JavaScript is up to date, in case that's relevant. The Fastmail support team suggested the problem would be Firefox-related.
    The other function of my Fastmail account that isn't working properly in Firefox 17.0.1. is the search function.
    Do I need to get new plugins or something? I don't know where the HTML editor is in Firefox or if that's what's wrong.
    Regards,
    Rachel

    Thanks for your reply, cor-el. Norton 360 came pre-installed on the laptop as part of the package I bought. I haven't changed the pre-set firewall or anti-virus settings. Should I change something?
    I will try rebooting in Windows Safe mode as you say and report if that makes any difference.
    Rachel

  • HTML code displays on one line in browser view source

    Hi,
    In Dreamweaver, my HTML code displays returns, spaces, etc. However, in the view source option in a browser (Firefox in particular), all the code is displayed on one single line. I only found about this because I was having problems with my Google Ads not displaying. (A Google customer service person helped me to find a workaround for this since I still haven't figured how to get my code to display correctly.) So I have gone to Preferences in DW and changed my Code Format Line Break type. The result is the same with each of the three options: the code is all on one line when you check it under view source in a browser. (The server is Linux.)
    Does anyone know how to fix this? Also, I think I know how this happened in the first place. I copied my code to TextEdit for a quick backup the other day, and then I pasted it back to DW. Bad idea? Is the only way to get the code back to normal to re-write it in a new HTML file in DW?

    Pssh. Problem solved, but I'm not quite sure how. I did go back and try to clean up some redundant CSS and other things, but the HTML/CSS validator still shows that I have this one invalid <header> tag (www.nextmontenegro.com), but since that was written as part of the DW template, I just left it. Weird. Anyway, the code flows down the page now.
    Thanks for the quick replies and helpful hints:-)

  • Invalid HTML Collection Renderer

    Hi experts,
    I've been trying to implement a HTML Collection Renderer by following the How to configure the HTML Collection Renderer for the KM flexible user interface EP 6.0 SP2. Our system is currently NetWeaver 7.0 SP15.
    The HTML code is copied exactly from the how to document. However, no matter what I tried, I cannot get the HTML to display correctly and Rendering Information (I have enabled debugging setting) in preview iView complains that the layout set assigned (which is based on the HTML Collection Renderer) is invalid and always uses default layoutset instead. Below is the error text:
    Global Information based on Resource </documents/Public Documents/KM Documentation>
    Folder Settings Resource:  /documents/Public Documents/KM Documentation
    Invalid LayoutSet from iView/ URL Parameter:  HTMLandList
    LayoutMode:  force
    Used LayoutSet fromDefaults:  ConsumerExplorer
    In the HTML Collection Renderer, I have the following value as HTML Filename:
    /documents/Public Documents/HTML and List/KMdocinfo.html.
    I also tried specifying complete path from the html file as Portal Favorites link. This relates to another question I also have: Should I try to preview the html file this way? Because I also cannot get image rendered correctly with the internal system URL http://com.sap.cm/, unless I changed it to our portal host name. But from what I read, that seems a fixed syntax that I don't need to worry about.
    Any help would be greatly appreciated.
    Thanks
    Hsiao

    Thanks Darin,
    I have tried your suggestion however with no luck.
    I have a layout controller that allows a grid on top and a tree list below.  The Grid successfully displays the HTML collection renderer, and the tree-list behaves correctly.
    However, if I place a mass command in the HTML collection renderer using the suggested syntax, it does not seem to recognize the command.  I have tried several commands such as copy_admin_mass and move_admin_mass and the link opens an invalid page with the url of http://com.sap.cm/?uicommand=copy_admin_mass
    Any thoughts?

  • Sloppy HTML code

    How about fixing the 129 warnings in the HTML code for the home page? I may be nitpicking here but I have lots of problems getting SDN content to display, even in IE so at least if there were no warnings in the HTML, that would be one less cause of the problem to investigate.
    line 59 column 1 - Warning: too many title elements in <head>
    line 74 column 72 - Warning: unescaped & or unknown entity "&js"
    line 77 column 92 - Warning: unescaped & or unknown entity "&REFERER"
    line 77 column 105 - Warning: unescaped & or unknown entity "&URL"
    line 466 column 7 - Warning: unescaped & which should be written as &
    line 485 column 69 - Warning: unescaped & or unknown entity "&messageID"
    line 490 column 5 - Warning: <a> discarding newline in URI reference
    line 491 column 180 - Warning: unescaped & or unknown entity "&prttheme"
    line 519 column 10 - Warning: missing </span> before <table>
    line 521 column 1 - Warning: missing </span> before <div>
    line 520 column 1 - Warning: missing </span> before <div>
    line 521 column 756 - Warning: discarding unexpected </span>
    line 523 column 1 - Warning: missing </span> before <div>
    line 523 column 747 - Warning: discarding unexpected </span>
    line 524 column 1 - Warning: discarding unexpected </span>
    line 525 column 84 - Warning: discarding unexpected </span>
    line 538 column 1 - Warning: discarding unexpected </div>
    line 8 column 1 - Warning: <meta> proprietary attribute "value"
    line 8 column 1 - Warning: <meta> lacks "content" attribute
    line 9 column 1 - Warning: <meta> proprietary attribute "value"
    line 9 column 1 - Warning: <meta> lacks "content" attribute
    line 12 column 1 - Warning: <link> inserting "type" attribute
    line 13 column 1 - Warning: <link> inserting "type" attribute
    line 17 column 1 - Warning: <script> inserting "type" attribute
    line 18 column 1 - Warning: <script> inserting "type" attribute
    line 51 column 1 - Warning: <script> inserting "type" attribute
    line 56 column 1 - Warning: <script> inserting "type" attribute
    line 59 column 253 - Warning: <script> inserting "type" attribute
    line 59 column 352 - Warning: <script> inserting "type" attribute
    line 59 column 435 - Warning: <script> inserting "type" attribute
    line 59 column 519 - Warning: <script> inserting "type" attribute
    line 64 column 1 - Warning: <script> inserting "type" attribute
    line 72 column 1 - Warning: <script> inserting "type" attribute
    line 73 column 1 - Warning: <script> inserting "type" attribute
    line 74 column 11 - Warning: <img> lacks "alt" attribute
    line 77 column 1 - Warning: <img> lacks "alt" attribute
    line 97 column 1 - Warning: <script> inserting "type" attribute
    line 125 column 8 - Warning: <a> attribute "href" lacks value
    line 134 column 8 - Warning: <a> attribute "href" lacks value
    line 138 column 10 - Warning: <a> attribute "href" lacks value
    line 143 column 10 - Warning: <a> attribute "href" lacks value
    line 148 column 10 - Warning: <a> attribute "href" lacks value
    line 159 column 2 - Warning: <img> lacks "alt" attribute
    line 168 column 1 - Warning: <div> proprietary attribute "valign"
    line 214 column 3 - Warning: <script> inserting "type" attribute
    line 305 column 3 - Warning: <form> escaping malformed URI reference
    line 312 column 9 - Warning: <a> attribute "href" lacks value
    line 318 column 4 - Warning: <option> proprietary attribute "name"
    line 319 column 1 - Warning: <option> proprietary attribute "name"
    line 320 column 1 - Warning: <option> proprietary attribute "name"
    line 321 column 1 - Warning: <option> proprietary attribute "name"
    line 322 column 1 - Warning: <option> proprietary attribute "name"
    line 323 column 1 - Warning: <option> proprietary attribute "name"
    line 324 column 1 - Warning: <option> proprietary attribute "name"
    line 325 column 1 - Warning: <option> proprietary attribute "name"
    line 326 column 1 - Warning: <option> proprietary attribute "name"
    line 327 column 1 - Warning: <option> proprietary attribute "name"
    line 342 column 1 - Warning: <script> inserting "type" attribute
    line 352 column 1 - Warning: <img> attribute "id" has invalid value "folderdeveloperareas/esa"
    line 352 column 1 - Warning: <img> lacks "alt" attribute
    line 353 column 1 - Warning: <ul> attribute "id" has invalid value "branchdeveloperareas/esa"
    line 354 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/esa/esapreview"
    line 355 column 1 - Warning: <img> lacks "alt" attribute
    line 361 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/itpractices"
    line 362 column 1 - Warning: <img> lacks "alt" attribute
    line 367 column 1 - Warning: <img> attribute "id" has invalid value "folderdeveloperareas/netweaver"
    line 367 column 1 - Warning: <img> lacks "alt" attribute
    line 368 column 1 - Warning: <ul> attribute "id" has invalid value "branchdeveloperareas/netweaver"
    line 370 column 1 - Warning: <img> attribute "id" has invalid value "folderdeveloperareas/platform"
    line 370 column 1 - Warning: <img> lacks "alt" attribute
    line 371 column 1 - Warning: <ul> attribute "id" has invalid value "branchdeveloperareas/platform"
    line 372 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/dotnet"
    line 373 column 1 - Warning: <img> lacks "alt" attribute
    line 377 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/ibm"
    line 378 column 1 - Warning: <img> lacks "alt" attribute
    line 382 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/security"
    line 383 column 1 - Warning: <img> lacks "alt" attribute
    line 390 column 1 - Warning: <img> attribute "id" has invalid value "folderdeveloperareas/ep"
    line 390 column 1 - Warning: <img> lacks "alt" attribute
    line 391 column 1 - Warning: <ul> attribute "id" has invalid value "branchdeveloperareas/ep"
    line 392 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/contentportfolio"
    line 393 column 1 - Warning: <img> lacks "alt" attribute
    line 399 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/km"
    line 400 column 1 - Warning: <img> lacks "alt" attribute
    line 404 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/bi"
    line 405 column 1 - Warning: <img> lacks "alt" attribute
    line 409 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/xi"
    line 410 column 1 - Warning: <img> lacks "alt" attribute
    line 415 column 1 - Warning: <img> attribute "id" has invalid value "folderdeveloperareas/was"
    line 415 column 1 - Warning: <img> lacks "alt" attribute
    line 416 column 1 - Warning: <ul> attribute "id" has invalid value "branchdeveloperareas/was"
    line 417 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/abap"
    line 418 column 1 - Warning: <img> lacks "alt" attribute
    line 422 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/java"
    line 423 column 1 - Warning: <img> lacks "alt" attribute
    line 427 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/webdynpro"
    line 428 column 1 - Warning: <img> lacks "alt" attribute
    line 432 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/webservices"
    line 433 column 1 - Warning: <img> lacks "alt" attribute
    line 439 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/mi"
    line 440 column 1 - Warning: <img> lacks "alt" attribute
    line 444 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/mdm"
    line 445 column 1 - Warning: <img> lacks "alt" attribute
    line 451 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/businessone"
    line 452 column 1 - Warning: <img> lacks "alt" attribute
    line 456 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/xapps"
    line 457 column 1 - Warning: <img> lacks "alt" attribute
    line 462 column 1 - Warning: <img> attribute "id" has invalid value "folderdeveloperareas/technology"
    line 462 column 1 - Warning: <img> lacks "alt" attribute
    line 463 column 1 - Warning: <ul> attribute "id" has invalid value "branchdeveloperareas/technology"
    line 464 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/maxdb"
    line 465 column 1 - Warning: <img> lacks "alt" attribute
    line 469 column 1 - Warning: <li> attribute "id" has invalid value "linkdeveloperareas/webservices0"
    line 470 column 1 - Warning: <img> lacks "alt" attribute
    line 513 column 1 - Warning: <script> inserting "type" attribute
    line 519 column 37 - Warning: <script> inserting "type" attribute
    line 521 column 246 - Warning: <img> lacks "alt" attribute
    line 521 column 632 - Warning: <a> attribute "href" lacks value
    line 523 column 251 - Warning: <img> lacks "alt" attribute
    line 523 column 623 - Warning: <a> attribute "href" lacks value
    line 525 column 19 - Warning: <script> inserting "type" attribute
    line 525 column 91 - Warning: <script> inserting "type" attribute
    line 529 column 4745 - Warning: <img> lacks "alt" attribute
    line 529 column 4745 - Warning: <img> lacks "src" attribute
    line 529 column 8254 - Warning: <table> proprietary attribute "height"
    line 529 column 12253 - Warning: <td> attribute "width" has invalid value "70px"
    line 530 column 27 - Warning: <script> inserting "type" attribute
    line 542 column 1 - Warning: <form> attribute "target" lacks value
    line 529 column 12317 - Warning: trimming empty <ul>
    0 errors / 129 warnings
    Message was edited by: Craig Knelsen

    Thank you for being ready to help!  I went to upload it, and in the process deleted an extra column that my table had and voila! The problem was fixed.  However, I have another one.  I will post a new thread.  Thank you again!

  • How to see html code in a php file using CS5.5 without using testing server?

    In CS5.5 when I open a page with php extention, DW does not show any html code in design view without me having to set up a testing server. In DW 8 it would open the same files and show me the html in design view. I have no need to test php code, I just need to alter the html. Is there a setting I can change to enable this in CS5.5? Thanks.

    Below is the code. I discovered that if I create a new php document not from
    a template, then I can see the html elements in design view. If I create a
    new page from a template and save it as html, design view still works, but
    if I save a new page from template and save it as php, I only see symbols
    for php and nothing else in design view.
    Thanks for your help on this.
    <!--
    body
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to
    zero padding and margin on lists. For consistency, you can either specify
    the amounts you want here, or on the list items (LI, DT, DD) they contain.
    Remember that what you do here will cascade to the .nav list unless you
    write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where
    margins can escape from their containing div. The remaining bottom margin
    will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements
    within the divs, instead of the divs themselves, gets rid of any box model
    math. A nested div with side padding can also be used as an alternate
    method. */
    a img { /* this selector removes the default blue border displayed in some
    browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including
    the group of selectors that create the hover effect. ~~ */
    a:link
    a:visited
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard
    navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ This fixed width container surrounds all other divs ~~ */
    .container
    /* ~~ The header is not given a width. It will extend the full width of your
    layout. It contains an image placeholder that should be replaced with your
    own linked logo. ~~ */
    .header
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements
    within these divs have padding on their sides. This saves you from any "box
    model math". Keep in mind, if you add any side padding or border to the div
    itself, it will be added to the width you define to create the *total*
    width. You may also choose to remove the padding on the element in the div
    and place a second div within it with no width and the padding necessary for
    your design.
    2) No margin has been given to the columns since they are all floated. If
    you must add margin, avoid placing it on the side you're floating toward
    (for example: a right margin on a div set to float right). Many times,
    padding can be used instead. For divs where this rule must be broken, you
    should add a "display:inline" declaration to the div's rule to tame a bug
    where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element
    can also have multiple classes applied), the columns have been assigned
    class names instead of IDs. For example, two sidebar divs could be stacked
    if necessary. These can very easily be changed to IDs if that's your
    preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float
    these columns the opposite direction (all right instead of all left) and
    they'll render in reverse order. There's no need to move the divs around in
    the HTML source.
    /* sidebar1 = left */
    .sidebar1
    .content
    .sidebar2
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol
    /* ~~ The navigation list styles (can be removed if you choose to use a
    premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the
    links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on
    the content below */
    ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that
    your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills
    out the whole LI that contains it so that the entire area reacts to a mouse
    click. */
        width: 160px;  /*this width makes the entire button clickable for IE6.
    If you don't need to support IE6, it can be removed. Calculate the proper
    width by subtracting the padding on this link from the width of your sidebar
    container. */
        text-decoration: none;
        background: #C6D580;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the
    background and text color for both mouse and keyboard navigators */
        background: #ADB96E;
        color: #FFF;
    /* ~~ The footer styles ~~ */
    .footer
    /* ~~ Miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page.
    The floated element must precede the element it should be next to on the
    page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page.
    The floated element must precede the element it should be next to on the
    page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a
    or empty div as the
    final element following the last floated div (within the .container) if the
    .footer is removed or taken out of the .container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    TD.mincart {
        font-size: 10px;
        font-family : Verdana;
        position:relative:
        left: 10px;
        top: -30px;
    P.mincart {
        font-size: 10px;
        font-family : Verdana;position:relative:
        left: 10px;
        top: -30px;
    #search 
    #minicartdiv
    P.smaller{
        text-align:center;
        font-size: 12px;
        position: relative;
        top: 1px;
    #tagline {
        font-weight: bold;
        color: #03F;
        height: 18px;
        width: 350px;
        font-size: 18px;
        position: relative;
        left: 10px;
        padding-bottom: 10px;
    #contact {
        font-size: 12px;
        float: right;
        height: 18px;
        position: relative;
        padding-right: 10px;
        font-weight: bold;
        font-family: "Courier New", Courier, monospace;
        padding-top: 7px;
    Call 541-424-5555 Mon-Fri 7am-4pm Pacific Time. Email:
    [email protected]
    Bluetooth and More! No Sales Tax!
    body, this
    is a test
     [Home | index.php] - Store Policies - Products
            - Search - Checkout
            email: [email protected] Call
    541-424-5555</p>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    SSL
    COT("images/cot.gif", "SC2", "none");
    </html

  • What html code will start an EXE (program) with a click on a webpage link?

    The code in bold below worked. After I switched my browser from IE 11 to Firefox to get the hover on hotspots to work, the program gave me this error message. I moved the EXE file to my local file folder and tried it as shown below. Still no success. Any suggestions?
    <!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>
    <title>Family Tree Charts</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css">
    <!--
    body,td,th {
        color: #000;
    -->
    </style></head>
    <body link=blue vlink=blue>
    <table width="100%" height="25" border="0" cellpadding="4" cellspacing="0">
      <tr>
        <td width="93%" height="27" bgcolor="#EFEFEF"> <div align="center"><font color="#999999">
        <b>This Software Allows You To Review Neat Charts of Your Family Tree </b></font></div></td>
        <td width="7%" bgcolor="#CCFFFF"> <div align="center"><A href="Mementos_Menu.html"><font size="2">Back</font></a></div></td>
      </tr>
    </table><BR><center>
    <br>
    <FONT color=#ff00ff><strong>Click the link below to download a special software program for your PC.</strong></FONT><br>
    <br>
    <a href="http://jdmcox.com/"><strong>Cox Website</strong></a><br><br>
    <strong>ITEM 1</strong> (AT THIS  WEBSITE) IS  THE <strong>FAMILY TREE CHART</strong> PROGRAM.<br>
    It is called <strong>Simple Family Tree</strong><br>
    <table width="80%" border="2" cellspacing="2" cellpadding="2">
      <tr>
        <td width="49%" align="left" valign="top"><FONT color=#ff00ff><strong>Click the link below to use this special software program after you download and install the program.</strong></FONT><br>
    <br>
    <!--<a href="C:\Program Files (x86)\Simple Family Tree\Simple Family Tree.exe"><strong>Family Tree Charts Program by Doug Cox</strong></a><br><FONT color=#ff00ff>
    -->
    <a href="C:\Users\Tom and Polly\Documents\Genealogy CD\Simple Family Tree\Simple Family Tree.exe"><b>Family Tree Charts Program</b></a><br><br>
    <FONT color=#ff00ff><strong>Click  the &quot;run&quot; button for both warning messages.<br>
    Click the &quot;READ THIS!&quot; menu option when the program opens.<br>
    Click  "X" in the upper right to close the program.<br><br>
    You can update the family data in future years with this program too.</strong></FONT>
    <br></td>
        <td width="51%" align="left" valign="top"><FONT color=#ff00ff><strong>NOTE 1: Be sure your HTML code for this webpage has a proper line to link to the location where the software was installed. You can use NOTEPAD to make HTML code changes. My existing line is: </strong></FONT><br>
          "c:\<u>program files (x86)</u>\simple family tree\simple family tree.exe"<br><br>
          <FONT color=#ff00ff><strong>The underlined portion will need to agree with where the program was installed. Just change the directory (see underlined sample above). Good luck. If I am still living, call me.<br><br>
          NOTE 2: After you download, install, and try to use the program, you may get an error message window that looks like this -&quot;0 FAMS @F191 @ FAM&quot;. This means you have an individual record in your GEDCOM file that does not have a parent. Be sure all GEDCOM records have at least one parent even if you must name the parent UNKNOWN.</strong></FONT></td>
      </tr>
    </table>
    <br></center> 
    <table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#CCCCCC">
        <tr>
          <td bgcolor="#EFEFEF"> <font size="2">&copy;2002 Sales and People</font></td>
        </tr>
    </table></body>
    </html>

    Herbert:
    Here is my latest code attempt, but I get messages about the lines in BOLD that I do not understand.
    Perhaps you will see what I need to fix. Sure appreciate what you have found and shared with such a neophyte (aka dumbo).
    Tom
    <!--
    body,td,th
    -->
    function RunExe(path) {
    try {
    var ua = navigator.userAgent.toLowerCase();
    if (ua.indexOf("msie") != -1) {
    MyObject = new ActiveXObject("WScript.Shell")
    MyObject.Run(path);
    } else {
    netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
    var exe = window.Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
    exe.initWithPath(path);
    var run = window.Components.classes['@mozilla.org/process/util;1'].createInstance(Components.inteinterfaces.nsIProcess);
    run.init(exe);
    var parameters = ["/c start Simple Family Tree.exe"];
    run.run(false, parameters, parameters.length);
    } catch (ex) {
    alert(ex.toString());
    This Software Allows You To Review Neat Charts of Your Family Tree
    Back
    Click the link below to download a special software program for your PC and your GED file.
    *Cox Website*
    ITEM 1 (AT HIS  WEBSITE) IS  HIS FAMILY TREE CHART PROGRAM.
    It is called Simple Family Tree
    Click the link below to look at my GEDCOM file contents.<br>Instructions are provided in the READ THIS menu option at the top of the window.
      *Show Yarnall Chart*
    *Return to this webpage by clicking on the backarrow after looking at the chart.
    You can update the family data in future years with this program too.*
    ©2002 Sales and People
    Date: Thu, 2 Jan 2014 02:09:18 -0800
    From: [email protected]
    To: [email protected]
    Subject: What html code will start an EXE (program) with a click on a webpage link?
        Re: What html code will start an EXE (program) with a click on a webpage link?
        created by Herbert2001 in Dreamweaver support forum - View the full discussion
    Perhaps this might be helpful:
    https://addons.mozilla.org/en-US/firefox/addon/opendownload-10902/
    It allows executables in Firefox to be run - it is an extenstion, though, so it must be installed in Firefox before your page will work.
    Another option is this solution, but it will still require a manual change in Firefox:
    http://forums.mozillazine.org/viewtopic.php?f=19&t=803615
    Or this: http://stackoverflow.com/questions/6472435/running-exe-in-firefox-why- do-i-get-an-error
    However, you will still have problems with getting it to work cross-browser. Honestly, browsers are not supposed to have access like that to the client side file system, which absolutely makes sense for the web.
    That is why you may have to approach the solution from a different angle - perhaps create a server side cloud version of your application(s) which can be easily accessed and run by your family members. I believe you used C to develop the applications? Although I have no experience with this framework, Wt might be a solution to convert your projects to server side applications:
    http://www.webtoolkit.eu/wt
    Good luck!
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5972893#5972893
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5972893#5972893
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5972893#5972893. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • BB sent email msgs show as HTML code with Entourage?

    All my emails sent from my BB BOLD appear to what I think is HTML code in my "sent" folder in Entourage. When viewing the sent folder on my HP laptop using Outlook the sent msgs appear normal. Anyone have any suggestions for a remedy. So far, APL CARE and Microsoft tech support have no suggestions for a fix. Below my mane is a sample of what a sent msg from my blackberry looks like in Entourage. I deleted some info for privacy purposes.
    Stats:
    Bold 9000 OS 4.6.0.297
    Mac OS 10.6.2 (IMAC 27")
    Office 2008 Business Edition
    Exchange email but not setup through an enterprise server
    1 very frustrated customer!
    Jason
    X-MimeOLE: Produced By Microsoft Exchange V6.5
    Received: from 67.223.78.109 ([67.223.78.109]) by dspsrv1.DSPCLINICAL.local ([192.168.30.10]) with Microsoft Exchange Server HTTP-DAV ; Wed, 3 Feb 2010 16:12:55 +0000
    MIME-Version: 1.0
    Content-Type: text/html;
    charset="Windows-1252"
    Content-Transfer-Encoding: quoted-printable
    X-rim-org-msg-ref-id: 1494303592
    Content-class: urn:content-classes:message
    Subject: Fw: jungreis edc
    Date: Wed, 3 Feb 2010 11:15:34 -0500
    Message-ID: <1494303592-1265213724-cardhudecombobulatorblackberry.rim.net-311610119-@bda066.bisx.prod.on.blackberry>
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    Thread-Topic: jungreis edc
    Thread-Index: Acqk677TN29/DgTOTZOarV/XXQzg==
    From: "Jason
    To: "Jacob
    Reply-To: "Jason
    <html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
    xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
    xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
    xmlns=3D"http://www.w3.org/TR/REC-html40">
    <head>
    <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
    <o:SmartTagType =
    namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
    name=3D"Street"/>
    <o:SmartTagType =
    namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
    name=3D"address"/>
    <o:SmartTagType =
    namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
    name=3D"City"/>
    <o:SmartTagType =
    namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
    name=3D"place"/>
    <!--[if !mso]>
    <style>
    st1\:*{behavior:url(#default#ieooui) }
    </style>
    <![endif]-->
    <style>
    <!--
    /* Font Definitions */
    @font-face
    {font-family:"Rage Italic";
    panose-1:3 7 5 2 4 5 7 7 3 4;}
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";}
    a:link, span.MsoHyperlink
    {color:blue;
    text-decoration:underline;}
    a:visited, span.MsoHyperlinkFollowed
    {color:purple;
    text-decoration:underline;}
    span.EmailStyle17
    {mso-style-type:personal-compose;
    font-family:Arial;
    color:windowtext;}
    @page Section1
    {size:8.5in 11.0in;
    margin:1.0in 1.25in 1.0in 1.25in;}
    div.Section1
    {page:Section1;}
    -->
    </style>
    </head>
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'>Hi Jason,
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'> 
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'>I just wanted to let you know a lot of my patients =
    are
    frozen again in EDC.  Maybe they should be, I don’t know, I =
    just wanted
    to let you know.
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'> 
    <span =
    style=3D'font-size:
    12.0pt'>Regards,
    <font size=3D6 color=3Dblue face=3D"Rage =
    Italic">Joan =
    Cutillo, <span =
    style=3D'font-size:18.0pt;font-family:
    "Rage Italic";color:blue'>LPN, CCRC
    <span =
    style=3D'font-size:
    12.0pt'>Joan Cutillo, LPN, CCRC
    <span =
    style=3D'font-size:
    12.0pt'>Clinical Research Manager
    <span =
    style=3D'font-size:
    12.0pt'>National Pain Research Institute, =
    LLC
    <st1:address =
    w:st=3D"on">1201 S. =
    Orlando Ave.
    <font =
    size=3D3
    face=3D"Times New Roman">Winter =
    Park,
    Fl, 32789
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'>(407) 622-5766 x1420
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'>Fax 1-561-515-8869
    <span =
    style=3D'font-size:10.0pt;
    font-family:Arial'><a =
    href=3D"mailto:
    <span =
    style=3D'font-size:
    12.0pt'> 
    <!--[object_id=3D#natpain.com#]--><FONT =
    color=3D#0000ff>
    <SPAN =
    style=3D"FONT-STYLE: italic; FONT-SIZE: 12pt">
    <SPAN style=3D"COLOR: =
    black; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New =
    Roman'">NOTICE: This e-mail (including attachments) =
    is covered by the Electronic Communications Privacy Act, 18 U.S.C. =
    2510-2521, is confidential and may be legally privileged. If you are not =
    the intended recipient, you are hereby notified that any retention, =
    dissemination, distribution or copying of this communication is strictly =
    prohibited. Please reply to the sender that you have received the =
    message in error, and then delete it.<SPAN =
    style=3D"FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; =
    mso-fareast-font-family: 'Times New Roman'"><?xml:namespace prefix =3D o =
    ns =3D "urn:schemas-microsoft-com:office:office" =
    /></body>
    </html>

    I would suggest you consult your BB documentation and/or their tech support and see if there's a way to send email as plain text rather than HTML. That would avoid the problem regardless of the email client being used to read the messages.
    Alternatively, you could try using Apple Mail (included with Mac OS X) instead of Entourage and see if Mail has better luck rendering the HTML messages your BB is sending.

  • How to use html codes in epub files?

    In Ipad ibook application can i use html codes in that books..
    Most of the html codes are working except the text box.  any one can help me to fix this ?

    application-param tag in weblogic-application.xml may be used to define parameters:
    webapp.encoding.default
    webapp.encoding.usevmdefault
    webapp.getrealpath.accept_context_path
    http://e-docs.bea.com/wls/docs81/programming/app_xml.html#1034632
    "Harshad Nanal" <[email protected]> wrote:
    >
    When we build an ear file , Weblogic-application.xml provides application-param
    tag?
    are they similar to env-entry in ejb-jar.xml.
    Can I use application-param tag to define a configurable params
    say myName and value as "Harshad"
    How do i read it in the application say a simple java class that is included
    in
    a jar inside the ear file.

  • Html code exported instead of text

    Hi,
    I created an interactive report via a SQL query and used html code for one column in this SQL query:
    (case when test1>1 then '{a href=JavaScript:newPopup("f?p=&APP_ID.:PageId:&SESSION.::&DEBUG.:::"); }text1{a} else '' end )|| ' '|| (case when test2>1 then 'text2' else '' end ) "title 1"
    This column is displayed correctly (the text1 is diplayed as a link and text2 is displayed as text) in this interactive report, however, once user uses the download function, the html code {a href=JavaScript:newPopup("f?p=&APP_ID.:PageId:&SESSION.::&DEBUG.:::"); }text1{a} text2 is exported.
    Is there any way to fix this issue?
    Thanks,
    Ethan

    Can you tell us - exactly - what file your link is pointing
    at. For instance, it should be pointing at the HTM file, but which
    HTM file?
    Also, can yo uplease list - exactly - what ifles you have
    uploaded (list). Thanks!

Maybe you are looking for

  • Sending to multiple recipients in bursting

    hello, i have a simple question, i use bi publisher 11.1.1.5. I want to burst to multiple recipients, it works for one recipient i set PARAMETER1 in the burst definition to '[email protected],[email protected]' i try also with a semicolon '[email pro

  • How can I format my new MacBook Pro where I find Lion but not an installation DVD?

    I buy a new MacBook Pro with Lion installed jet. In the package there're not a Lion DVD's like whene i bought others mac. Now how can I have my OS if I want to format my mac?

  • Export single-page pdfs with page name

    I've been looking for a script that: - exports every page of an indesign file to a seperate single-page pdf (or other filetypes) - names the pdf with the name of a page -> this is the hard part to find The reason i could use it: i have a 200+ page fi

  • IPod library album art problems

    So I just synced my iPad, and go to open my music library, and find that some of the album art has become... larger than normal, and are obscuring the view of everything else. Any help? Image: http://twitpic.com/3exebl

  • Netweaver Developer Workplace 2004s on Windows XP 64-bit

    We are ordering some laptops with 4 GB of RAM for our developers. The developers will be running SAP Netweaver Developer Workplace (Netweaver Developer Studio, Netweaver App Server and MaxDB). We want to the OS to be Windows XP Pro 64-bit. Is anyone