DOCTYPE html PUBLIC  HELP!!!!

I use front page to create web pages, but my pages don't get recognized by Google and MSN. I was told that my page's beginning code isn't right. Meaning, my pages start with the coding (see below) using FrontPage 2002
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
And I see most other pages coding start with (see below)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
And sometimes with this additional code below
<!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" xml:lang="en" lang="en">
However, when I try to use either of the above coding, my pages come out with extra spacing between lines which makes my pages look dumb. What can I do to get my pages recognized by Google and MSN??????
The website in question is http://www.services4you.biz
FYI to any of you wondering, the business belongs to my brother whose now in Iraq, I have some web skills but I'm really just trying to keep his biz afloat.
Please help if you can
THANKS

Originally, it was designed with Dream Weaver, but when my brother left, I didn't have Dream Weaver on my PC, so I just pulled his site off the net with the FrontPage program I have on my PC. I recently ordered Dream Weaver so it's on its way to me. I'll convert back to Dream Weaver as soon as I get it.
However, is there anyone out there who might be able to assist me with this, because I have created other sites using FrontPage and they all have the same problem. Again, the site in question is http://www.services4you.biz
Thanks again to all who respond.

Similar Messages

  • DOCTYPE html PUBLIC

    Hi,
    When I put this on the header of my page template de images of my css desapear.
    header of my page template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Line in the css file:
    .tdefpage td.C{background:url(GF_cx_banner.png) repeat -x; height:111;}
    Help.
    Thanks

    The DOCTYPE switches the browser to standards mode, which is less forgiving of errors.
    In CSS, units must be specified: try height: 111px.

  • Invalid logging line: !DOCTYPE html PUBLIC "-//W3C//DTD XHTM error

    Hi..
    I am getting the following error while deploying a bpel process cantaining java embedding on weblogic server 11g.
    [04:31:54 PM] Received HTTP response from the server, response code=200
    [04:31:54 PM] Invalid logging line: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    [04:31:54 PM] Invalid logging line: <html xmlns="http://www.w3.org/1999/xhtml">
    [04:31:54 PM] Invalid logging line: <head>
    [04:31:54 PM] Invalid logging line: <title>GE | Web Site Verification</title>
    [04:31:54 PM] Invalid logging line: <style type="text/css">
    [04:31:54 PM] Invalid logging line: <!--
    [04:31:54 PM] Invalid logging line: body
    [04:31:54 PM] Invalid logging line: {
    [04:31:54 PM] Invalid logging line:      font-family:Arial, sans-serif;
    [04:31:54 PM] Invalid logging line:      font-size: 11px;
    [04:31:54 PM] Invalid logging line:      color: #666666;
    [04:31:54 PM] Invalid logging line:      margin: 0px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: a {
    [04:31:54 PM] Invalid logging line:      color:
    [04:31:54 PM] Invalid logging line: #3B73B9;
    [04:31:54 PM] Invalid logging line:      text-decoration:none;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: a:hover {
    [04:31:54 PM] Invalid logging line:      text-decoration:underline;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #container {
    [04:31:54 PM] Invalid logging line:      width: 720px;
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: height: 524px;
    [04:31:54 PM] Invalid logging line:      margin: 0 auto;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #header {
    [04:31:54 PM] Invalid logging line:      margin: 0;
    [04:31:54 PM] Invalid logging line:      width: 720px;
    [04:31:54 PM] Invalid logging line:      position:relative;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #header .logo{
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: padding-top: 28px;
    [04:31:54 PM] Invalid logging line:      width: 170px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #content {
    [04:31:54 PM] Invalid logging line:      overflow:hidden;
    [04:31:54 PM] Invalid logging line:      width: 720px;
    [04:31:54 PM] Invalid logging line:      height: 325px;
    [04:31:54 PM] Invalid logging line:      border-bottom:
    [04:31:54 PM] Invalid logging line: 1px solid #CCCCCC;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #content .left_column {
    [04:31:54 PM] Invalid logging line:      width: 424px;
    [04:31:54 PM] Invalid logging line:      float:left;
    [04:31:54 PM] Invalid logging line:      height:325px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #content .right_column {
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: float:left;
    [04:31:54 PM] Invalid logging line:      width: 296px;
    [04:31:54 PM] Invalid logging line:      height: 325px;
    [04:31:54 PM] Invalid logging line:      background-color:#FFFFFF;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #excerpt
    [04:31:54 PM] Invalid logging line: {
    [04:31:54 PM] Invalid logging line:      font-size:12px;
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: font-weight:bold;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: /*STYLE FOR SSO REMEMBER CHECKBOX*/
    [04:31:54 PM] Invalid logging line: input.checkbox {
    [04:31:54 PM] Invalid logging line:      margin: 0 3px 0 0;
    [04:31:54 PM] Invalid logging line:      padding:0;
    [04:31:54 PM] Invalid logging line:      border:0px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: /*STYLE FOR SSO REMEMBER LABEL*/
    [04:31:54 PM] Invalid logging line: label.inlineLabel{
    [04:31:54 PM] Invalid logging line:      position:relative;
    [04:31:54 PM] Invalid logging line:      top:-2px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: input {
    [04:31:54 PM] Invalid logging line:      font-size:10px;
    [04:31:54 PM] Invalid logging line:      border: 1px solid #BFBFBF;
    [04:31:54 PM] Invalid logging line:      padding-top: 1px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: .field {
    [04:31:54 PM] Invalid logging line:      width: 148px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #ssosubmit {
    [04:31:54 PM] Invalid logging line:      background-image:
    [04:31:54 PM] Invalid logging line: url(https://www.ge.com/security_proxy_sign_on/btn-sign-in.png);
    [04:31:54 PM] Invalid logging line:      width: 75px;
    [04:31:54 PM] Invalid logging line:      height:30px;
    [04:31:54 PM] Invalid logging line:      background-color:
    [04:31:54 PM] Invalid logging line: #3B73B9;
    [04:31:54 PM] Invalid logging line:      border: none;
    [04:31:54 PM] Invalid logging line:      margin-top: 10px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #footer {
    [04:31:54 PM] Invalid logging line:      height:117px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #footer p{
    [04:31:54 PM] Invalid logging line:      margin:0px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #footer ul{
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: margin: 0px;
    [04:31:54 PM] Invalid logging line:      padding: 10px 0px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: #footer li{
    [04:31:54 PM] Invalid logging line:      list-style-image:none;
    [04:31:54 PM] Invalid logging line:      list-style-type:none;
    [04:31:54 PM] Invalid logging line:      padding-right: 5px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: .why_desc{
    [04:31:54 PM] Invalid logging line:      padding: 0px 0px 10px 10px;
    [04:31:54 PM] Invalid logging line:      margin: 0px;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: .why_title{
    [04:31:54 PM] Invalid logging line:      font-weight:bold;
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line: -->
    [04:31:54 PM] Invalid logging line: </style>
    [04:31:54 PM] Invalid logging line: <script>
    [04:31:54 PM] Invalid logging line: function show_lang(section) {
    [04:31:54 PM] Invalid logging line:      document.getElementById('excerpt_EN').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('excerpt_SCN').style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById('excerpt_FR').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('excerpt_ES').style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById('excerpt_DE').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('excerpt_IT').style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById('excerpt_JP').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('footer_EN').style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById('footer_SCN').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('footer_FR').style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById('footer_ES').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('footer_DE').style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById('footer_IT').style.display = "none";
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById('footer_JP').style.display = "none";
    [04:31:54 PM] Invalid logging line:      var excerpt = "excerpt_" + section;
    [04:31:54 PM] Invalid logging line:      var footer="footer_"+
    [04:31:54 PM] Invalid logging line: section;
    [04:31:54 PM] Invalid logging line:      document.getElementById(excerpt).style.display = "block";
    [04:31:54 PM] Invalid logging line:      document.getElementById(footer).style.display
    [04:31:54 PM] Invalid logging line: = "block";
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line: function show(section) {
    [04:31:54 PM] Invalid logging line:      var excerpt = "excerpt_" + section;
    [04:31:54 PM] Invalid logging line:      var full_text = "full_" + section;
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById(excerpt).style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById(full_text).style.display = "block";
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: function hide(section) {
    [04:31:54 PM] Invalid logging line:      var excerpt = "excerpt_" + section;
    [04:31:54 PM] Invalid logging line:      var full_text = "full_" + section;
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: document.getElementById(full_text).style.display = "none";
    [04:31:54 PM] Invalid logging line:      document.getElementById(excerpt).style.display = "block";
    [04:31:54 PM] Invalid logging line: }
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: /** BEGIN SCRIPS FOR REMEMBER SSO IMPLEMENTATION **/
    [04:31:54 PM] Invalid logging line: function rememberSSOID(){
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line:      if (document.SSOForm.saveID.checked){
    [04:31:54 PM] Invalid logging line:           saveSSOID();
    [04:31:54 PM] Invalid logging line:      } else {
    [04:31:54 PM] Invalid logging line:           clearSSOID();
    [souhaitez continuer sur ce site.
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: Pour en savoir plus
    [04:31:54 PM] Invalid logging line: sur le processus de protection de l'accès Internet GE, consultez les informations ci-dessous.</p>
    [04:31:54 PM] Invalid logging line:      <p id="excerpt_ES"
    [04:31:54 PM] Invalid logging line: style="display:none">La página a la que intenta acceder no es un sitio web de confianza de GE. Para protegerlo a usted y
    [04:31:54 PM] Invalid logging line: a la Compañía, por favor, seguidamente inicie sesión para confirmar que desea continuar en este sitio. Para
    [04:31:54 PM] Invalid logging line: obtener más datos respecto de la protección al acceso a Internet de GE, consulte la información que aparece
    [04:31:54 PM] Invalid logging line: debajo.</p>
    [04:31:54 PM] Invalid logging line:      <p id="excerpt_JP"
    [04:31:54 PM] Invalid logging line: style="display:none">アクセスしようとして
    [04:31:54 PM] Invalid logging line: いるサイトはGEが信賴していな
    [04:31:54 PM] Invalid logging line: いウェブサイトです。自身と
    [04:31:54 PM] Invalid logging line: 会社を守るため、下記にログ
    [04:31:54 PM] Invalid logging line: インしてこのサイトを続けて
    [04:31:54 PM] Invalid logging line: 閲覧することを確認してくだ
    [04:31:54 PM] Invalid logging line: さい。 GE のインターネットアクセス保
    [04:31:54 PM] Invalid logging line: 護プロセスについての詳細は
    [04:31:54 PM] Invalid logging line: 、下記を参照してください。
    [04:31:54 PM] Invalid logging line: </p>
    [04:31:54 PM] Invalid logging line:      <p id="excerpt_DE" style="display:none">Die Website,
    [04:31:54 PM] Invalid logging line:           <li>
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line:      </ul>
    [04:31:54 PM] Invalid logging line: </div>
    [04:31:54 PM] Invalid logging line: <div id="footer_JP" style="display:none">
    [04:31:54 PM] Invalid logging line: <p><img
    [04:31:54 PM] Invalid logging line: src="https://www.ge.com/security_proxy_sign_on/more-information.png"></p>
    [04:31:54 PM] Invalid logging line:      <ul>
    [04:31:54 PM] Invalid logging line:           <li>
    [04:31:54 PM] Invalid logging line:
    [04:31:54 PM] Invalid logging line: <div id="excerpt_one_JP"><a href="javascript:show('one_JP')
    [04:31:54 PM] Invalid logging line: name="why_title">このページにアクセスする理由</a></div>
    [04:31:54 PM] Invalid logging line:                     <div id="full_one_JP" style="display:none;">
    [04:31:54 PM] Invalid logging line:                          <p><a
    [04:31:54 PM] Invalid logging line: href="javascript:hide('one_JP')"
    [04:31:54 PM] Invalid logging line: name="why_title">このページにアクセスする理由</a></p>
    [04:31:54 PM] Invalid logging line:                          <p
    [04:31:54 PM] Invalid logging line: class="why_desc">GE の企業情報を保護することは
    [04:31:54 PM] Invalid logging line: 最優先事項です。
    [04:31:54 PM] Invalid logging line: この情報は、物理的、電子的、手
    [04:31:54 PM] Invalid logging line: 続き上のセーフガード(この認証
    [04:31:54 PM] Invalid logging line: ページ等)により保護されます。
    [04:31:54 PM] Invalid logging line: このページは、アクセスしている
    [[04:31:54 PM] ---- Deployment finished. ----

    Hi:
    R u behind a Proxy?
    If it so, u can configure it at JDEveloper in the Tools->Preferences->Web Browser and Proxy section.
    Or u can deploy ur composite, directly in Enterprise Manager - Fusion Middleware Control.
    thx
    best

  • Japanese characters in a html Email - help please

    Hi
    My web app sends confirmation emails to customers in multiple
    languages, all
    work fine apart from Japanese which display all as ? on the
    email.
    Part of of my email code is formatted as this (ie sending as
    utf-8)
    HTML = "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0
    Strict//EN'
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>"
    & vbCrLf
    HTML = HTML & "<html>"
    HTML = HTML & "<head>"
    HTML = HTML & "<title>Vinylnet.co.uk</title>"
    HTML = HTML & "<meta http-equiv=""Content-Type""
    content=""text/html;
    charset=UTF-8"">"
    Dont know whats wrong.
    Thanks
    James

    Hi David, yes 'Content-type: text/html; charset=utf-8' is in
    the header...
    Thanks for the note on the poor Japanese translations,
    someone else is
    proofing it now.
    J
    "David Powers" <[email protected]> wrote in message
    news:epvh06$dq6$[email protected]..
    > James Noon wrote:
    > > My web app sends confirmation emails to customers
    in multiple languages,
    all
    > > work fine apart from Japanese which display all as
    ? on the email.
    > >
    > > Part of of my email code is formatted as this (ie
    sending as utf-8)
    >
    > What is the Content-type header of the email?
    >
    > It needs to be 'Content-type: text/html; charset=utf-8'.
    >
    > This needs to be sent as an email header, not just in
    the body of the
    HTML.
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "Foundation PHP for Dreamweaver 8" (friends of
    ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

  • Improper display with !DOCTYPE html

    This is the code at the top of the page:
    <pre><nowiki><!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" lang="en-US" xml:lang="en-US">
    The body code starts like this: <body topmargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF"> </nowiki></pre>
    The page is displayed with margins top, left and right. Why? The page displays correctly when on "html" is noted at the top and nothing else prior to the head.
    ''added formatting to display the code.''

    Is there a particular reason you're using those antiquated attributes instead of CSS?
    * https://developer.mozilla.org/docs/Web/Guide/CSS/Getting_started
    <pre><nowiki><head>
    <style type="text/css">
    body { margin: 0 0 auto 0; background-color: white; }
    </style></nowiki></pre>
    The attributes you mention are non-standard (specific to Internet Explorer), and as such Firefox only supports them in Quirks Mode. To trigger quirks mode, omit the DOCTYPE declaration from your document (presumably you use a malformed DOCTYPE, which had the same effect).
    * https://developer.mozilla.org/en/docs/Mozilla_Quirks_Mode_Behavior

  • How can I embed an DOCTYPE HTML Form from Adobe Forms central into a responsive html5 page?

    How can I embed an DOCTYPE HTML Form from Adobe Forms central into a responsive html5 page?
    -Luis

    Hi,
    You can embed the form on your website, but you need to make sure that javascript has been enabled in the browser. You need to copy the embed code and add it into your HTML code. If you would like FormsCentral to generate embeded HTML form without using javascript, you may post a feature request and vote it. Hope it helps! Thanks!
    Kind regards,
    Shiyao Bao

  • Doctype html and instancebegin template

    I have a template I've created in Dreamweaver 5.5 in which the first line reads <!DOCTYPE html>
    When I create a document from this template, the first line is changed to:
    <!-- InstanceBegin template="/Templates/default.dwt.php" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
    This messes up Internet Explorer really bad.
    Is there a way to tell Dreamweaver to either (1) move InstanceBegin code somewhere else or (2) drop it entirely?
    Firefox, Chrome, Safari and the browser that comes with the Kindle Fire are unbothered by this excess code. Internet explorer, however, is destroyed by this.
    TIA
    John Hughes

    This comment:   <!-- TemplateInfo codeOutsideHTMLIsLocked="true" -->    MUST BE placed BETWEEN the <html> and the <head> OR before the conditional comments so that the changes made to this section on your template(s) will reflect on all pages created from them.
    Below is what I have on my template:
    <!DOCTYPE html>
    <html>
    <!-- TemplateInfo codeOutsideHTMLIsLocked="true" -->
    <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
    <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
    <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
    <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
    <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
    <head>
    This is the result of the TemplateInfo tag:
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/DE-SubSiteNew.dwt" codeOutsideHTMLIsLocked="true" -->
    <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
    <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
    <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
    <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
    <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
    <head>
    I have no issues. Hope this helps.

  • Java & HTML - please help

    Hello all,
    I am really new in Java and need to learn it pretty quick.
    I created a class that implements the Swing File Chooser with an image file filter. It is working fine from Sun One Studio 4, even though I don't know yet how to really open the selected image. But I need to call it from a html file. I have a html page with an image button that means browse images from disk. So, I made a link to a html that in turn should call the java class.
    How do I do this? Do I have to create this class as an applet?
    Here is the code:
    package BrImage;
    /* Example 16-3 An Image Previewer Accessory */
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.beans.*;
    import java.io.*;
    public class BrImage extends javax.swing.JFrame {
    JFileChooser chooser = new JFileChooser();
    ImagePreviewer previewer = new ImagePreviewer();
    PreviewPanel previewPanel = new PreviewPanel();
    class PreviewPanel extends javax.swing.JPanel {
    public PreviewPanel() {
    JLabel label = new JLabel("Image Previewer",SwingConstants.CENTER);
    setPreferredSize(new Dimension(150,0));
    setBorder(BorderFactory.createEtchedBorder());
    setLayout(new BorderLayout());
    label.setBorder(BorderFactory.createEtchedBorder());
    add(label, BorderLayout.NORTH);
    add(previewer, BorderLayout.CENTER);
    public BrImage() {
    super("Image Previewer");
    Container contentPane = getContentPane();
    JButton button = new JButton("Select A File");
    contentPane.setLayout(new FlowLayout());
    contentPane.add(button);
    chooser.setAccessory(previewPanel);
    button.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    int state = chooser.showOpenDialog(null);
    File file = chooser.getSelectedFile();
    String s = "CANCELED";
    if(file != null && state == JFileChooser.APPROVE_OPTION) {
    s = "File Selected: " + file.getPath();
    /* needs to open file on the right html */
    JOptionPane.showMessageDialog(null, s);
    chooser.setFileFilter(new ImageFilter()); /*test filter */
    chooser.addPropertyChangeListener(
    new PropertyChangeListener() {
    public void propertyChange(PropertyChangeEvent e) {
    if(e.getPropertyName().equals(
    JFileChooser.SELECTED_FILE_CHANGED_PROPERTY)) {
    File f = (File)e.getNewValue();
    String s = f.getPath(), suffix = null;
    int i = s.lastIndexOf('.');
    if(i > 0 && i < s.length() - 1)
    suffix = s.substring(i+1).toLowerCase();
    if(suffix.equals("gif") ||
    suffix.equals("jpg") ||
    suffix.equals("bmp"))
    previewer.configure(f);
    class ImagePreviewer extends javax.swing.JLabel {
    public void configure(File f) {
    Dimension size = getSize();
    Insets insets = getInsets();
    ImageIcon icon = new ImageIcon(f.getPath());
    setIcon(new ImageIcon(icon.getImage().getScaledInstance(
    size.width - insets.left - insets.right,
    size.height - insets.top - insets.bottom,
    Image.SCALE_SMOOTH)));
    class ImageFilter extends javax.swing.filechooser.FileFilter {
    public boolean accept(File f) {
    boolean accept = f.isDirectory();
    if( ! accept) {
    String suffix = getSuffix(f);
    if(suffix != null)
    accept = suffix.equals("jpg") ||
    suffix.equals("gif") ||
    suffix.equals("bmp");
    return accept;
    public String getDescription() {
    return "Image Files(*.gif *.jpg *.bmp)";
    private String getSuffix(File f) {
    String s = f.getPath(), suffix = null;
    int i = s.lastIndexOf('.');
    if(i > 0 && i < s.length() - 1)
    suffix = s.substring(i+1).toLowerCase();
    return suffix;
    public static void main(String a[]) {
    JFrame f = new BrImage();
    f.setBounds(300, 300, 300, 75);
    f.setVisible(true);
    /* f.setDefaultCloseOperation(
    WindowConstants.DISPOSE_ON_CLOSE); */
    f.addWindowListener(new WindowAdapter() {
    public void windowClosed(WindowEvent e) {
    System.exit(0);

    Hi Alice,
    Although your code seems far more complicated than it need be, rather than completely rewrite it, I tried to keep the modifications to a minimum with the aim of getting a compilable, executable version. Here is what I came up with:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.beans.*;
    import java.io.*;
    import java.applet.Applet;
    public class BrImage1 extends JApplet {
      JFileChooser chooser = new JFileChooser();
      ImagePreviewer previewer = new ImagePreviewer();
      PreviewPanel previewPanel = new PreviewPanel(previewer);
      public void init() {
        Container contentPane = getContentPane();
        JButton button = new JButton("Select A File");
        contentPane.setLayout(new FlowLayout());
        contentPane.add(button);
        chooser.setAccessory(previewPanel);
        button.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            int state = chooser.showOpenDialog(null);
            File file = chooser.getSelectedFile();
            String s = "CANCELED";
            if(file != null && state == JFileChooser.APPROVE_OPTION) {
              s = "File Selected: " + file.getPath();
    /* needs to open file on the right html */
            JOptionPane.showMessageDialog(null, s);
        chooser.setFileFilter(new ImageFilter()); /*test filter */
        chooser.addPropertyChangeListener(new PropertyChangeListener() {
          public void propertyChange(PropertyChangeEvent e) {
            if(e.getPropertyName().equals(JFileChooser.SELECTED_FILE_CHANGED_PROPERTY)) {
              File f = (File)e.getNewValue();
              String s = f.getPath(), suffix = null;
              int i = s.lastIndexOf('.');
              if(i > 0 && i < s.length() - 1)
                suffix = s.substring(i+1).toLowerCase();
              if(suffix.equals("gif") || suffix.equals("jpg") || suffix.equals("bmp"))
                previewer.configure(f);
      public void start() {
        JFrame f = new BrImagFile();
        f.setBounds(300, 300, 300, 75);
        f.setVisible(true);
        f.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
    class BrImagFile extends javax.swing.JFrame {
    class PreviewPanel extends javax.swing.JPanel {
      public PreviewPanel(ImagePreviewer previewer) {
        JLabel label = new JLabel("Image Previewer",SwingConstants.CENTER);
        setPreferredSize(new Dimension(150,0));
        setBorder(BorderFactory.createEtchedBorder());
        setLayout(new BorderLayout());
        label.setBorder(BorderFactory.createEtchedBorder());
        add(label, BorderLayout.NORTH);
        add(previewer, BorderLayout.CENTER);
    class ImagePreviewer extends javax.swing.JLabel {
      public void configure(File f) {
        Dimension size = getSize();
        Insets insets = getInsets();
        ImageIcon icon = new ImageIcon(f.getPath());
        setIcon(new ImageIcon(icon.getImage().getScaledInstance(
                                          size.width - insets.left - insets.right,
                                          size.height - insets.top - insets.bottom,
                                          Image.SCALE_SMOOTH)));
    class ImageFilter extends javax.swing.filechooser.FileFilter {
      public boolean accept(File f) {
        boolean accept = f.isDirectory();
        if( ! accept) {
          String suffix = getSuffix(f);
          if(suffix != null)
            accept = suffix.equals("jpg") || suffix.equals("gif") || suffix.equals("bmp");
        return accept;
      public String getDescription() {
        return "Image Files(*.gif *.jpg *.bmp)";
      private String getSuffix(File f) {
        String s = f.getPath(), suffix = null;
        int i = s.lastIndexOf('.');
        if(i > 0 && i < s.length() - 1)
          suffix = s.substring(i+1).toLowerCase();
        return suffix;
    }and here is the HTML page used to launch the applet:
    <html>
      <head>
        <title>File Chooser Applet</title>
      </head>
      <body>
        <h1>File Chooser Applet</h1>
        <APPLET code = "BrImage1"
                width = "500"
                height = "300">
        </APPLET>
        <hr>
      </body>
    </html>However, the above code will not work, since an applet cannot access the local file system -- unless it is signed (as the other responders have already mentioned). The following Web pages have more information about applets and signing them.
    [Note: Not in any particular order.]
    http://java.sun.com/security/signExample12/
    http://developer.java.sun.com/developer/technicalArticles/Security/Signed/
    http://developer.java.sun.com/developer/qow/archive/99/index.html
    http://java.sun.com/docs/books/tutorial/post1.0/whatsnew/security.html
    http://java.sun.com/docs/books/tutorial/applet/index.html
    http://java.sun.com/j2se/1.4.1/docs/guide/misc/applet.html
    By the way, the above was tested using Microsoft Internet Explorer 6 with the java plug-in version 1.4.1_02 on Windows XP.
    Hope this helps.
    Good Luck,
    Avi.
    P.S. By the way, what happened to the five Duke dollars you were offering?

  • RoboHelp 10 HTML - Contextual Help Capabilities

    Hello!
    Our company wants to serve help content relevant to the module the current user is in when they access help.  I can only imagine utilizing conditional tagging as an option with RoboHelp 10 HTML and conditionally publishing sections to different folders on our webserver and having each module of our software call help content from our webserver.  However I was wondering if there is a more dynamic approach available that I may be overlooking whether it be in RoboHelp 10 HTML or RoboHelp Server.
    THANK you for your time and have a great weekend!
    Kevin

    The nearest thing to what you need is Content Categories. Take a look at Dynamic User Centric Content in the Rh9 section of the RoboHelp Tour on my site.
    The Employee Care sample project also ships with Rh10 so that you can see how it is set up.
    The difference is that to limit the search and content, the user would have to select from a dropdown to limit what they see. I don't think anyone has come up with a way of opening the help to different categories.
    The alternative would be to use merged help and have your developers call the child project for the module in the way you suggest. As a user that would annoy me because the full help would not be available, although you could create links to it.
    Personally I think the best way is to open the full help at the relevant topic. The topic will be synchronised to that section of the TOC so the user can see where they are.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Running gif animation and a random image output from an html button, HELP!!

    Trying to click (onClick) an animated gif image of an on/off switch to start a second animation which is located on a different location on the web-page (a 7-frame animation of a generator with moving parts) immediately followed by a random image selection function placing an image in a 3rd location on the page (next to the generator image). The random images are supposed to look like the result of the generator animation---the item that “pops out” of the generator.
    We thought the process to achieve this would be an “OnClick” on the on/off switch-animated-gif to start two javascript functions (generato animation function & random image function).
    To further complicate matters, we are doing this website in iWeb. We’re using iWeb SEO Tool to add the javascript to the header and HTML snippet in iWeb to place the HTML code. Not sure we’re actually doing the snippet right though---is it supposed to relate to the images---or is it separate? When the gifs are place on the iweb page, they work in the browser upon page load---the “on-click” & the random image function are NOT working...so we know we’ve done something(s) wrong.
    We’re thinking that we’re probably missing some code that describes where the 3 different image-spots are on the page (image #1 is the on/off switch gif, image#2 is the generator gif, image#3 is the generator output.png)....or just aren’t coding the string of functions correctly---or maybe our strategy for achieving this is just no correct (?).
    Here is the code we have tried that didn’t work. We desperately need a solution quickly and are open to any/other ideas for how to accomplish this. THANKS YOU in advance for your help!!!:
    script language = JAVASCRIPT>
    <!-- Hide script from old browsers
    function gif_animation(){
    if (document.images)
    generator = new Image
    generator_on = new Image
    generator.src = "christmassweatergenerator-offswitch.gif"
    generator_on.src = "christmassweater_generatoron-offswitch.gif"
    // Stop hiding script from older browsers -->
    Random Image Link Script
    By Website Abstraction (http://www.wsabstract.com)
    and Java-scripts.net (http://www.java-scripts.net)
    function random_imglink(){
    var myimages=new Array()
    //specify random images below. You can have as many as you wish
    myimages[1]="christmassweater_GENERATOR_files/cotton_candy_christmassweater.png"
    myimages[2]="christmassweater_GENERATOR_files/eiffel_tower_christmassweater.png"
    myimages[3]="christmassweater_GENERATOR_files/kitty_litter_christmassweater.png"
    myimages[4]="christmassweater_GENERATOR_files/spatula_christmassweater.png"
    <!--//specify corresponding links below
    var imagelinks=new Array()
    imagelinks[1]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    imagelinks[2]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    imagelinks[3]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    imagelinks[4]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    -->
    var ry=Math.floor(Math.random()*myimages.length)
    if (ry==0)
    ry=1
    document.write('<a href=''"'+imagelinks[ry]+'"''>')
    random_imglink()
    //-->
    </script>
    <!--the HTML:
    <a href="#" onclick="function gif_animation(); function random_imglink();">

    What's the URL of your site so we can examine it first hand? When you added the code to your post the servers messed it up and tried to render it on the page. We can get the code if we can get to your site.
    OT

  • Generate HTML REPORTS Help

    hai....
    i am new to this field i need some help regarding how to generate html report ... well i am using db2 as my database .....and these reports are not crystal reports.....
    i have to generate some fields information from multiple tables in the database...
    thank you

    Apex does not as yet support PDF printing out of the box. At this stage your options are;
    1. Wait for the release of Apex 3.0 (evaluation instance is now available).
    2. Use FOP to generate PDF output (probably not for a novice user). See this link;
    http://www.oracle.com/technology/pub/notes/technote_htmldb_fop.html
    3. Purchase a product such as PL/PDF
    http://www.plpdf.com
    cheers,
    Ron

  • Having trouble editing iweb HTML. Help!

    Hello,
    I have been trying repeatedly to edit my websites html that I created with iweb. I bought the domain with godaddy.com and changed the cname to web.mac.com so that I could create pages and publish them to .mac, which would then show up on my .com name. After a few weeks of being satisfied, I wanted to make my site better, and iweb just wouldnt cut it. So now I have the html code for my front page of my website to include a random image upload each time the website is visited. I've been reading about how to edit the html in iweb in multiple forums and how-to guides, but none of it works for me.
    I attempted to publish to a folder and then edit the html and save it in the same place, with the same name, but this didn't have any effect on the actual website. What do I do? Someone please lay this out for me step by step and tell me what I am doing wrong. This is frustrating! Thank you.

    Thanks for your response. Your second idea is what I'm looking for ---I want a few images to display, one after another, while the homepage of my website is open. It's not really a banner that I want the images to sit in (I think of a banner as being at the top of the page). I want to position the images lower in the body of the page. I had researched this topic quite a few months ago and found some things that might help---that's why I didn't start a new thread---but I couldn't locate the information this second time. I guess it's time to start a new thread as you suggested.
    I checked out your demo. I think that my images need to cycle a little more rapidly, but your javascript is doing the thing I'm looking for. I haven't worked with java. I"m pretty low on the totem pole of web construction. I know how to insert html snippets (impressive, hunh?).
    Give this a try:
    1) add a new page to your project.
    2) add pictures to the page, keep track with their file names you'll need them for the script.
    3) add the following javascript to the page using HTML Snippet:
    <center><img id='imageholder' src='' ></img></center>
    <script type='text/javascript'>
    images = new Array();
    images.push('P8080212.JPG'); // change this to your file name
    images.push('P8080214.JPG'); // change this to your file name
    images.push('P8080215.JPG'); // change this to your file name
    // there is no limit to number of images
    // to add image, add it to the page
    // then add images.push('blah_blah'); to this script
    var image_index = 0;
    function rotateImage() {
        if (image_index == images.length - 1) { image_index = 0 } else { image_index++ }
        document.getElementById('imageholder').src = images[image_index];
    setInterval('rotateImage()', 1000); // change this number to change rotation interval, 1000 = 1 second.
    </script>
    4) in those lines: images.push('blah_blah.jpg') , change file names (inside the single quote) to your image file names
    5) size and place the HTML Snippet on the page.
    6) Set the images' opacity to 0% after you are done so they won't show on your page.
    That's it, there is no limit to number of images, when you add an image to the page, just add another line: images.push('blah_blah.jpg');
    And by the way, I have Chinese Houses in my yard and was photographing Gilia a week ago myself. Are native plants one of your interests?
    Yes, they are low maintenance, the Gilia aren't blooming yet.

  • WebDB - Dynamic Pages SVG/HTML Encoding Help

    I have been playing around with WebDB 2.2
    to generate an SVG document from a table with X/Y locations
    in columns.
    I can generate the SVG content fine but when WebDB sends it to
    my browser (IE 5.5) it is displayed as XML rather than as an SVG document.
    Now I think that the problem is that the document does not have an SVG extension
    and WebDB is typing the document as HTML. When I check the properties of the
    document (right mouse click and select properties), Windows tells me the type of the
    document is HTML. If I File>Save the document with an SVG extension and then open it
    in IE I get my map.
    I can't see how to force WebDB to change the document type.
    Can anyone help me?
    I hope I am making sense :-)
    Simon

    Have you specified any value (greater than 0) in the Portlet expires in ... minutes field ?
    If you have, then I guess your dynamic page is getting cached.
    Before submitting the form, do a right click on the browser page and view the page source.
    What does the <form> tag look like ?
    Does it still show the old procedure name ?

  • Responsive HTML email help needed

    Hi everyone,
    first things first, Im a graphic Designer by trade, so some of my questions might be really simple and my method of working might be terrible...
    that being said, here is my question. Im in the middle of revamping the company I work for's emails and have decided that since im doing the work, I want to make them responsive to screen size etc.
    However, I create them in Indesgn, slice the PDF to Photoshop, then add the linking and text elements in dreamweaver... This has worked perfectly for me in the past but now when I try to add any code or CSS that I find that should in theory help me with my problems I just cant seem to get my designs to fir to screen...
    Can anyone out their help me?
    Like I said, im really not a pro at this and am working at it from a visual designers point of view...
    Thanks
    Chris

    I'm really sorry to say it and, in the interest of saving you time and headaches, I'm not going to sugar-coat it...
    Pretty much everything you're doing is "the worst possible way to do it" when it comes to html email.
    I'm thinking the best plan of attack for you would be to find and use a template available from services like www.constantcontact.com or www.icontact.com so you can just drop imagery and text into pre-built "will work in a large number of email clients" documents.
    If you do want to learn to code html emails, you have to come to terms with the fact that they're stuck in about 1990 as far as "best practices" go and a lot of what you can do with websites just doesn't work well for them.
    You need to start in Dreamweaver with a table based layout, then add your images from photoshop (the html created by PS is notoriously rigid and difficult to add/change anything in). The problem is, not all email clients are alike and very few of them render like a browser. There are some that won't show any images, there are some that will strip out css or the entire <head> section of an html document and there are others that will render with all the fidelity of a modern browser.
    Here's a good article by one of the other posters here (Nancy O): Alt-Web Articles, HTML E-mails and Newsletters

  • HTML tag HeLp

    Hie ,
    I would like to ask u guys help about a html tag.
    Do HTML tag contains a replacement for the tag "  '" ??????
    as i use this "  "tag for my coding , it brings some error when i re edit the form.
    IF anyone knows plz do let me know here.
    &nbsp is used for space, so i need a different tag that can function same as &nbsp...
    thank you.

    reference this thread with responses
    http://forum.java.sun.com/thread.jspa?messageID=3897479

Maybe you are looking for