Font on HTML Document : how to set??

I am working on an HTML editor.
I want to set the font in my HTML Document after inserting an hyperlink, because for the moment,when i tape in my editor after the hyperlink, what is following appear always like hyperlink, i mean underlined and blue.
edHTML.insertHTML(docEdition,pos,"<body link=\"#182357\"><a HREF=\""+lien+"\">"+textLien+" </a></body>",0, 0, HTML.Tag.A);
these are th edifferent solution I tried, with any successes :
1/ SimpleAttributeSet att = new SimpleAttributeSet();
StyleConstants.setFontFamily(att,"Arial");
jtextEdition.setCaretPosition(posFont);
javax.swing.text.Element e = new javax.swing.text.ElementElement();
docHTML.setCharacterAttributes(cursor,lenght,att,false);
2/
elem : correponding to my HTML tag a
docHTML.insertAfterEnd(elem,"<font face= \"arial\""> balbla </font> ");
3/ editorKitHTML.insertHTML(docHTML,currsor,"<font face= \"arial\""> balbla</font> ",
,0,0,HTML.Tag.FONT);
any of these are running, can you help me,
thanks by advance,
Laet

BUMP. Any suggestions?
Ihave managed to fix this using JavaScript in a KM text document. This Script links to an HTML document with the correct texts. In the script I can give the properties of the popup, but this is not working on our QAS systems with Reverse Proxy and SSL configured. Any help is highly appreciated.
Best regards,
Jan
Edited by: Jan Laros on Mar 4, 2008 2:24 PM

Similar Messages

  • HTML Document: How to open in IE window without frame?

    Dear SDN members,
    We have created some HTML help documents for our ESS users. We added an icon to the different ESS WD iViews and when clicked, these icons link to the HTML file with the help text in it.
    Please see what I mean in the next screenshot:
    http://tweakers.net/ext/f/pq1y8uVy7mICDwDLU0LS4Foz/full.jpg
    My question is: How can I make sure that when the icon is clicked, the HTML document is opened in a new IE window, but without frame? So no toolbars, address, etc.
    Does anyone have an idea? Any help will be highly appraciated an points will be awarded.
    Thanks in advance and best regards,
    Jan Laros

    BUMP. Any suggestions?
    Ihave managed to fix this using JavaScript in a KM text document. This Script links to an HTML document with the correct texts. In the script I can give the properties of the popup, but this is not working on our QAS systems with Reverse Proxy and SSL configured. Any help is highly appreciated.
    Best regards,
    Jan
    Edited by: Jan Laros on Mar 4, 2008 2:24 PM

  • My PDF files are now identified as Firefox HTML documents, how to fix it?(only icons changed, extension is still .pdf)

    After I uninstalled Firefox, all icons returned to usual PDF icons and files were identified as "PDF" files,
    but when I installed Firefox (31.0) again, all PDF files again are identified as "Firefox HTML document".
    Extensions do not change, they are always .pdf, and files automatically open in Adobe Acrobat,
    but icons became "firefox HTML documents" icons and it is very confusing.

    Thanks Robinson3 !
    The most economical solution.
    Not only worked for PDF files but also for other similar problem.
    Of all offered solutions this looks the most bang on.
    Hope, the problem will not return (but even if it returns the solution
    is so fast and simple).
    I did exactly the following (all steps included) :
    Control Panel > Folder Options > File Types > New > PDF>Advanced>
    >Associated File Type, and choose "Adobe PDF reader"

  • How to centre the html pages & How to set the Index as Homepage (just upgraded to CS5 and am lost)

    Hi
    Ive just upgraded to CS5 and am a bit lost!!
    1st Problem
    I updated our website design (which was previously designed in fireworks using CS3) using Fireworks CS5 and exported the images etc as html and loaded into the website folder.... however now Im in dreamweaver and ive tried centring the page, but when I go into live view, its aligned on the left....
    My method.... I open the page, I select the 'table' then in the property box, under Align, i click 'Centre'.  This was how i centred in the older version. 
    2nd Problem
    Where do you set the homepage??  In the version ive been using up until recently, in the 'Local view' file manager (on the right) i would simply highlight the 'index.html' page, then right-click and select 'set as homepage'..... that seems to have disappeared in the newer version.  How do I do this now???
    All help is very much appreciated!
    Thanks
    Amanda

    Oh No! But its worked perfectly in the past.  Had no idea about fireworks not being able to used.... whoops! 
    The code is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Junction Park Fete : Australiana Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">td img {display: block;}</style>
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Mon Jan 31 19:43:33 GMT+1000 (EST) 2011-->
    <script language="JavaScript1.2" type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('Images/index_r4_c4_s2.jpg','Images/index_r4_c4_s4.jpg','Images/ index_r4_c4_s3.jpg','Images/index_r4_c6_s2.jpg','Images/index_r4_c6_s4.jpg','Images/index_ r4_c6_s3.jpg','Images/index_r4_c10_s2.jpg','Images/index_r4_c10_s4.jpg','Images/index_r4_c 10_s3.jpg','Images/index_r4_c13_s2.jpg','Images/index_r4_c13_s4.jpg','Images/index_r4_c13_ s3.jpg','Images/index_r4_c15_s2.jpg','Images/index_r4_c15_s4.jpg','Images/index_r4_c15_s3. jpg','Images/index_r4_c18_s2.jpg','Images/index_r4_c18_s4.jpg','Images/index_r4_c18_s3.jpg ','Images/index_r4_c21_s2.jpg','Images/index_r4_c21_s4.jpg','Images/index_r4_c21_s3.jpg',' Images/index_r4_c24_s2.jpg','Images/index_r4_c24_s4.jpg','Images/index_r4_c24_s3.jpg','Ima ges/index_r4_c26_s2.jpg','Images/index_r4_c26_s4.jpg','Images/index_r4_c26_s3.jpg');">
    <table width="965" border="0" align="center" cellpadding="0" cellspacing="0" style="display: inline-table;">
    <!-- fwtable fwsrc="Template_Index.png" fwpage="Page 1" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1559752332" fwnested="0" -->
      <tr>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="13" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="14" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="43" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="48" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="11" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="23" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="51" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="58" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="7" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="46" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="65" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="57" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="40" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="57" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="54" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="43" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="11" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="42" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="49" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="75" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="20" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_Banner_s1" src="Images/Index_Banner_s1.jpg" width="965" height="138" border="0" id="Index_Banner_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="138" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_TopBorder_s1" src="Images/Index_TopBorder_s1.jpg" width="965" height="21" border="0" id="Index_TopBorder_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="21" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="index_r3_c1_s1" src="Images/index_r3_c1_s1.jpg" width="965" height="28" border="0" id="index_r3_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="28" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="3"><img name="index_r4_c1_s1" src="Images/index_r4_c1_s1.jpg" width="35" height="11" border="0" id="index_r4_c1_s1" alt="" /></td>
       <td><a href="index.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c4_s1','Images/index_r4_c4_s2.jpg','Images/index _r4_c4_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c4_s1','Images/index_r4_c4_s3.jpg',1);"><i mg name="index_r4_c4_s1" src="Images/index_r4_c4_s1.jpg" width="43" height="11" border="0" id="index_r4_c4_s1" alt="" /></a></td>
       <td><img name="index_r4_c5_s1" src="Images/index_r4_c5_s1.jpg" width="48" height="11" border="0" id="index_r4_c5_s1" alt="" /></td>
       <td colspan="3"><a href="sponsors.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c6_s1','Images/index_r4_c6_s2.jpg','Images/index _r4_c6_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c6_s1','Images/index_r4_c6_s3.jpg',1);"><i mg name="index_r4_c6_s1" src="Images/index_r4_c6_s1.jpg" width="72" height="11" border="0" id="index_r4_c6_s1" alt="" /></a></td>
       <td><img name="index_r4_c9_s1" src="Images/index_r4_c9_s1.jpg" width="51" height="11" border="0" id="index_r4_c9_s1" alt="" /></td>
       <td><a href="rides.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c10_s1','Images/index_r4_c10_s2.jpg','Images/ind ex_r4_c10_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c10_s1','Images/index_r4_c10_s3.jpg',1);"> <img name="index_r4_c10_s1" src="Images/index_r4_c10_s1.jpg" width="38" height="11" border="0" id="index_r4_c10_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c11_s1" src="Images/index_r4_c11_s1.jpg" width="65" height="11" border="0" id="index_r4_c11_s1" alt="" /></td>
       <td><a href="stalls.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c13_s1','Images/index_r4_c13_s2.jpg','Images/ind ex_r4_c13_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c13_s1','Images/index_r4_c13_s3.jpg',1);"> <img name="index_r4_c13_s1" src="Images/index_r4_c13_s1.jpg" width="46" height="11" border="0" id="index_r4_c13_s1" alt="" /></a></td>
       <td><img name="index_r4_c14_s1" src="Images/index_r4_c14_s1.jpg" width="65" height="11" border="0" id="index_r4_c14_s1" alt="" /></td>
       <td><a href="food.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c15_s1','Images/index_r4_c15_s2.jpg','Images/ind ex_r4_c15_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c15_s1','Images/index_r4_c15_s3.jpg',1);"> <img name="index_r4_c15_s1" src="Images/index_r4_c15_s1.jpg" width="38" height="11" border="0" id="index_r4_c15_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c16_s1" src="Images/index_r4_c16_s1.jpg" width="65" height="11" border="0" id="index_r4_c16_s1" alt="" /></td>
       <td colspan="2"><a href="music.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c18_s1','Images/index_r4_c18_s2.jpg','Images/ind ex_r4_c18_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c18_s1','Images/index_r4_c18_s3.jpg',1);"> <img name="index_r4_c18_s1" src="Images/index_r4_c18_s1.jpg" width="48" height="11" border="0" id="index_r4_c18_s1" alt="" /></a></td>
       <td><img name="index_r4_c20_s1" src="Images/index_r4_c20_s1.jpg" width="57" height="11" border="0" id="index_r4_c20_s1" alt="" /></td>
       <td><a href="raffles.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c21_s1','Images/index_r4_c21_s2.jpg','Images/ind ex_r4_c21_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c21_s1','Images/index_r4_c21_s3.jpg',1);"> <img name="index_r4_c21_s1" src="Images/index_r4_c21_s1.jpg" width="54" height="11" border="0" id="index_r4_c21_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c22_s1" src="Images/index_r4_c22_s1.jpg" width="54" height="11" border="0" id="index_r4_c22_s1" alt="" /></td>
       <td><a href="races.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c24_s1','Images/index_r4_c24_s2.jpg','Images/ind ex_r4_c24_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c24_s1','Images/index_r4_c24_s3.jpg',1);"> <img name="index_r4_c24_s1" src="Images/index_r4_c24_s1.jpg" width="42" height="11" border="0" id="index_r4_c24_s1" alt="" /></a></td>
       <td><img name="index_r4_c25_s1" src="Images/index_r4_c25_s1.jpg" width="49" height="11" border="0" id="index_r4_c25_s1" alt="" /></td>
       <td><a href="contacts.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c26_s1','Images/index_r4_c26_s2.jpg','Images/ind ex_r4_c26_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c26_s1','Images/index_r4_c26_s3.jpg',1);"> <img name="index_r4_c26_s1" src="Images/index_r4_c26_s1.jpg" width="75" height="11" border="0" id="index_r4_c26_s1" alt="" /></a></td>
       <td><img name="index_r4_c27_s1" src="Images/index_r4_c27_s1.jpg" width="20" height="11" border="0" id="index_r4_c27_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="11" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="index_r5_c1_s1" src="Images/index_r5_c1_s1.jpg" width="965" height="24" border="0" id="index_r5_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="24" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_BottomBorder_s1" src="Images/Index_BottomBorder_s1.jpg" width="965" height="22" border="0" id="Index_BottomBorder_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="22" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r7_c1_s1" src="Images/index_r7_c1_s1.jpg" width="160" height="68" border="0" id="index_r7_c1_s1" alt="" /></td>
       <td rowspan="9" colspan="20"><img name="index_r7_c8_s1" src="Images/index_r7_c8_s1.jpg" width="805" height="448" border="0" id="index_r7_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="68" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r8_c1_s1" src="Images/index_r8_c1_s1.jpg" width="160" height="19" border="0" id="index_r8_c1_s1" usemap="#m_index_r8_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="19" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r9_c1_s1" src="Images/index_r9_c1_s1.jpg" width="160" height="30" border="0" id="index_r9_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="30" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r10_c1_s1" src="Images/index_r10_c1_s1.jpg" width="160" height="15" border="0" id="index_r10_c1_s1" usemap="#m_index_r10_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="15" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r11_c1_s1" src="Images/index_r11_c1_s1.jpg" width="160" height="122" border="0" id="index_r11_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="122" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3"><img name="index_r12_c1_s1" src="Images/index_r12_c1_s1.jpg" width="8" height="42" border="0" id="index_r12_c1_s1" alt="" /></td>
       <td colspan="5"><img name="index_r12_c2_s1" src="Images/index_r12_c2_s1.jpg" width="129" height="18" border="0" id="index_r12_c2_s1" usemap="#m_index_r12_c2_s1" alt="" /></td>
       <td rowspan="3"><img name="index_r12_c7_s1" src="Images/index_r12_c7_s1.jpg" width="23" height="42" border="0" id="index_r12_c7_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="18" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r13_c2_s1" src="Images/index_r13_c2_s1.jpg" width="129" height="7" border="0" id="index_r13_c2_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="7" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r14_c2_s1" src="Images/index_r14_c2_s1.jpg" width="129" height="17" border="0" id="index_r14_c2_s1" usemap="#m_index_r14_c2_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="17" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="5" colspan="7"><img name="index_r15_c1_s1" src="Images/index_r15_c1_s1.jpg" width="160" height="259" border="0" id="index_r15_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="152" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="4"><img name="index_r16_c8_s1" src="Images/index_r16_c8_s1.jpg" width="185" height="46" border="0" id="index_r16_c8_s1" alt="" /></td>
       <td rowspan="2" colspan="5"><img name="index_r16_c12_s1" src="Images/index_r16_c12_s1.jpg" width="164" height="30" border="0" id="index_r16_c12_s1" alt="" /></td>
       <td rowspan="3" colspan="2"><img name="index_r16_c17_s1" src="Images/index_r16_c17_s1.jpg" width="97" height="46" border="0" id="index_r16_c17_s1" alt="" /></td>
       <td colspan="4"><img name="index_r16_c19_s1" src="Images/index_r16_c19_s1.jpg" width="162" height="16" border="0" id="index_r16_c19_s1" usemap="#m_index_r16_c19_s1" alt="" /></td>
       <td rowspan="3" colspan="5"><img name="index_r16_c23_s1" src="Images/index_r16_c23_s1.jpg" width="197" height="46" border="0" id="index_r16_c23_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="16" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="4"><img name="index_r17_c19_s1" src="Images/index_r17_c19_s1.jpg" width="162" height="30" border="0" id="index_r17_c19_s1" usemap="#m_index_r17_c19_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="14" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r18_c12_s1" src="Images/index_r18_c12_s1.jpg" width="164" height="16" border="0" id="index_r18_c12_s1" usemap="#m_index_r18_c12_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="16" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="20"><img name="index_r19_c8_s1" src="Images/index_r19_c8_s1.jpg" width="805" height="213" border="0" id="index_r19_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="61" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r20_c1_s1" src="Images/index_r20_c1_s1.jpg" width="21" height="152" border="0" id="index_r20_c1_s1" alt="" /></td>
       <td colspan="4"><img name="index_r20_c3_s1" src="Images/index_r20_c3_s1.jpg" width="116" height="124" border="0" id="index_r20_c3_s1" usemap="#m_index_r20_c3_s1" alt="" /></td>
       <td rowspan="2"><img name="index_r20_c7_s1" src="Images/index_r20_c7_s1.jpg" width="23" height="152" border="0" id="index_r20_c7_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="124" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="4"><img name="index_r21_c3_s1" src="Images/index_r21_c3_s1.jpg" width="116" height="28" border="0" id="index_r21_c3_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="28" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="7"><img name="index_r22_c1_s1" src="Images/index_r22_c1_s1.jpg" width="160" height="249" border="0" id="index_r22_c1_s1" alt="" /></td>
       <td colspan="20"><img name="index_r22_c8_s1" src="Images/index_r22_c8_s1.jpg" width="805" height="97" border="0" id="index_r22_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="97" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r23_c8_s1" src="Images/index_r23_c8_s1.jpg" width="89" height="152" border="0" id="index_r23_c8_s1" alt="" /></td>
       <td><img name="index_r23_c10_s1" src="Images/index_r23_c10_s1.jpg" width="38" height="20" border="0" id="index_r23_c10_s1" usemap="#m_index_r23_c10_s1" alt="" /></td>
       <td rowspan="2" colspan="17"><img name="index_r23_c11_s1" src="Images/index_r23_c11_s1.jpg" width="678" height="152" border="0" id="index_r23_c11_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="20" border="0" alt="" /></td>
      </tr>
      <tr>
       <td><img name="index_r24_c10_s1" src="Images/index_r24_c10_s1.jpg" width="38" height="132" border="0" id="index_r24_c10_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="132" border="0" alt="" /></td>
      </tr>
    </table>
    <map name="m_index_r8_c1_s1" id="m_index_r8_c1_s1">
    <area shape="rect" coords="22,0,137,19" href="http://www.harveynorman.com.au/" alt="" />
    </map>
    <map name="m_index_r10_c1_s1" id="m_index_r10_c1_s1">
    <area shape="rect" coords="18,0,136,15" href="http://www.sovereignhomes.com.au/" alt="" />
    </map>
    <map name="m_index_r12_c2_s1" id="m_index_r12_c2_s1">
    <area shape="rect" coords="0,0,129,18" href="Publications/JPSS_FeteNewsletter_Issue01.pdf" alt="" />
    </map>
    <map name="m_index_r14_c2_s1" id="m_index_r14_c2_s1">
    <area shape="rect" coords="0,0,129,17" href="Publications/JPSS_Newsletter_Issue02.pdf" alt="" />
    </map>
    <map name="m_index_r16_c19_s1" id="m_index_r16_c19_s1">
    <area shape="rect" coords="0,0,162,17" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r17_c19_s1" id="m_index_r17_c19_s1">
    <area shape="rect" coords="0,-16,162,1" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r18_c12_s1" id="m_index_r18_c12_s1">
    <area shape="rect" coords="0,0,164,16" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r20_c3_s1" id="m_index_r20_c3_s1">
    <area shape="rect" coords="0,0,116,124" href="http://www.rantan.com.au/" alt="" />
    </map>
    <map name="m_index_r23_c10_s1" id="m_index_r23_c10_s1">
    <area shape="rect" coords="0,0,38,20" href="javascript:;" alt="" />
    </map>
    </body>
    </html>

  • Text flow to additional pages at end of document, how to set up in InDesign CS5

    I've added additional pages to a document in InDesign CS5 -- but how do I set up my document so when text is supposed to get pushed to the additional pages the text flows from page to page on these extra added pages? Right now I've added additional pages to the end of my document and when the text from the original document gets pushed past the end it disappears and not continued on the additional pages.
    Thanks,
    Jeff

    P Spier wrote:
    Yeah, container may not be the best word to describe a book, which is why I put it in quotes, and I certainly didn't mean to imply that you can no longer open and edit the files outside the book. Doing that, however, means next time you open the book ID will complain and ask you to update things. No big deal, but if you open through the book panel it will save the changes through the book and that won't happen. No difference to the inidividual files.
    Historically - as in *roff and other UNIX-based processing programs like xroff, nroff, etc - books that were published from multiple individual component files, were produced by the use of a "makefile." You'd need to create the makefile by typing the names of the component files in the book order, along withtheir specifications, such as starting page side, starting page number, etc. You'd save the makefile with a name to preserve all this information, then you'd run the "make" command-line command in which you'd name the makefile, and include arguments such as which printer, how many copies, even a job priority, to avoid unnecessarily hogging the network bandwidth and free the printer for higher-priority jobs. As GUI capable hardware and software progressed, command-line makefiles became GUI book files - still, basically lists of component files and processing instructions.
    One important value of book files that don't contain component files is that different book files can control the processing of the same component files in different ways, as well as produce books that use some of the same files and some different files - for different audiences, different product sets, etc. Yes, opening a book file may warn that component files have changed - a good warning to the user to pay attention - and they offer a way to update the collection of component files so that the book file produces the desired result. Here's where some folks may be surprised when they find that sometimes a print or export dialog box, either retains or forgets the settings used for the previous run; the result may be printing multiple copies instead of one, printing to a different printer than expected, or exporting a PDF that's not suitable for the desired printer.
    The short story is that while book processing lists that are separate from the component files offer flexibility and reusability, but they also require that the user pays attention.
    Did I commingle Autoflow and Smart Text Reflow in some way? I didn't think so.
    Not at all. I'm just extra-sensitive to my own experiences with not having taking pains to keep clear on the differences between these similar-sounding terms.
    My point was that HOW your text was put into the file to begin with, coupled with how your settings for STR are configured, is going to control whether subsequent editing triggers reflow. It's possible to have STR enabled and not have it work because you've limited it to master text frames and you haven't actually used any. An understanding of how autoflow works when placing text is important to being able to troubleshoot why STR is not behaving as expected (not to mention why text frames may not be adjusting if you edit the master page).
    One reason for the confusions that come from working with Smart Text Reflow is that there's no indication in the UI, that STR is enabled, and when it's enabled, there's no indication in the UI of which STR settings are in effect, except by seeing the behavior. Are pages added at the end or story, section, or document? You may see them added in the Pages panel, if it's open, on screen, and if the appropriate portion of the document is in view; you may see them added on screen if the appropriate portion of the document is on screen - the end of story, section, or document.
    In InDesign's Help, Smart Text Reflow is covered in only a few paragraphs. As you noted, there's much more to it.
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Using .xsl in javascript for portal .html (document iview)

    Hi,
    I prepared .html document has javascript code in it.
    Javascript code uses activex object to process .xsl for xml operation.
    I used html document in document iview but problem occured.
    I think activex object cause the problem or i gave wrong address  for xsl document.
    If i place xsl document in same folder with html document, how can it be addressed (xsl path)?
    Is there sample html document using javascript code that uses xsl and activex object in it?
    And is it tested as document iview with no problem?
    Thanks.

    I just completed designing a website for my restaurant using Dreamweaver 8. I included my menu as part of the website and now wanted to print it for customer use in the restaurant. The document is in html format.
    You can only print your source code from Dreamweaver. I don't have DW8 installed anymore, but i think it's: File > Print (or Print Code).
    If you want to print how it looks with the HTML rendered, then print it from a browser.
    HTH,
    Randy

  • HTML document sizing

    Can I upload an HTML document that isn't sized 1024x768 px? For instance, could I upload a document sized 1024x900px and allow for vertical scrolling? This is specifically for a horizontal-only iPad publication. Thanks!

    When you import an HTML document, you can set it a Smooth Scrolling option.

  • Insert/remove image HTML document

    Hi,
    I use a JEditorPane to edit an HTML document
    How can I insert an image into the document?
    How can I remove an image into the document?
    thank you
    Greg

    crash wrote:
    > Adobe Acrobat is a plugin, and as such it requires the
    plug-in to view. You
    > cannot "mix" a pdf and HTML AFAIK. The PDF must be view
    in the PDF
    > application.
    >
    > You can, of course, convert your PDF to any image format
    and place it within
    > your content as you've done.
    >
    > You might try using frames, but I don't know how
    successful that would be
    > (sounds a bit nightmarish to me).
    >
    > HTH,
    >
    > Jon
    >
    > "rcshell" <[email protected]> wrote in
    message
    > news:e48u6r$nmi$[email protected]..
    >> Hi there,
    >> I would like to import or insert a pdf file
    (acrobat) into an html
    >> document
    >> and be able to write above and below the document. I
    have copied the
    >> document
    >> into MS paint and saved it as a gif file and
    inserted it that way...Is
    >> there
    >> any more
    >> direct way to do this? I have not been able to copy
    and paste directly
    >> into
    >> DW from
    >> adobe acrobat....Please advise!!
    >> Thanks abunch!
    >> RC
    >>
    >
    >
    Or you could convert the pdf to FlashPaper, then insert as
    you would an
    image. You choose the size.

  • I just updated my Firefox browser to Firefox 8. I am a college student and practice with HTML and CSS for class assignments. The fonts in all my html documents are being overwritten online by your script typeface. How do I resolve this issue?

    I just updated my Firefox browser to Firefox 8. I am a college student and practice with HTML and CSS for class assignments. The fonts in all my html documents are being overwritten online by your script typeface. I did not have this issue in the older version. I use an iMAC running OS10.6.8. How do I resolve this issue?

    Starting with this, you have errors in your CSS code.
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    body {
      margin:0;
      color: #151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: #EFF5F8;
      font-size: 100%;
    Related links:
    Windows Chrome, why do my fonts look so bad? - Lee Green
    css3 - Bad font rendering Chrome - Stack Overflow
    Nancy O.

  • Set font of HTML rendering?

    Hello
    Does somebody know how to set the default font for the HTML document renderer which is used in JEditorPane? Thanks!

    Thanks for the note! Your solutions makes things more complicated. I need to create a document (which one?) where before my application just pushes a html formatted text into a JEditorPane.
    I was hoping for a setting like UIManager.put( String, Font ) for a global solution. Anything known about such an option?

  • WLC AireOS 8.0 - how to set font-color for integrated webauth/weblogin?

    Hello,
    up to AireOS 7.6 I was able to set the font-color of the internal webauth/weblogin page using html-codes, for example like this:
    Headline: Welcome to our <font color="red">guest</font>-network!
    Message: You need a valid <font color="blue">user</font> to login.
    Now with AireOS 8.0 this doesn't work anymore. When I try to set a headline or message with font-tags I get "Error while setting headline." (or "...message.") when I hit apply. I have to remove the font-tag to save the weblogin page.
    #CLIWEB-6-CLIWEB_INVALID_HTML_TAGS_USED: [PA] cli_web_api.c:1748 The Customization message field has invalid html tags
    #CLIWEB-6-CLIWEB_INVALID_HTML_TAGS_USED: [PA] cli_web_api.c:1663 The Headline field has invalid html tags
    So, how can we now set different font colors/styles like in previous releases? Using external or uploading selfmade pages is not an option.
    Thanks,
    Chris

    Since your using code to change the default internal portal page look, its better for you just to create a custom webauth and upload that to the WLC.  That is how I do my implementations as its easier for me to create a new page than trying to mess around with the internal page.  As you can see, Cisco can change the way things work in every version.  It might just be the fact that they no longer are allowing html code to be inserted in the default webauth/passthrough page.
    Scott

  • How can I embed a HTML document onto my webpage?

    What I am trying to do: I am trying to make an image that has links to urls from different parts of the image.
    What I have done so far: I have built a photoshop image to embed on my webpage, following the instructions offered by many online forums, but cannot actually embed it as it isn't a url.
    Firstly, I sliced up an image, adding url's and alt tage etc to each slice. Then I did:
    File > Save for web > (Prest: JPEG High) > Save > (entered my file name) Format: HTML and Iamges > Save
    When I locate my file where I saved it, it has been saved as a Chrome HTML Document, but I can't then embed this on my website, using the 'embed code' tool I normally use. I presume this is because it doesn't begin with http:// ?
    Here is the HTML document I have made: file:///C:/Users/Daniel/Desktop/UK%20map%20interactive/Afternoon/UK-map-locations.html
    (If you can see this) This is the image I want and the links are working too but it's getting this onto an existing webpage.
    Other pages I have seen have talked about iamge maps, but I take it using the slice tool is better for what I am trying to acheive?
    Any suggestions/help would be greatly appreciated.

    One: Users can't see links on your local desktop. You would have to upload the files somewhere. Two: Images generally don't contain links. URLs are meta information build around the image in HTML. Three: Because of the previous point, whether you use sliced images or an image map doesn't matter, if you have no way of inserting the information into the native HTML structure of the web pages. If at all, you would open the HTML file in a suitable editor like Dreamweaver (or even a basic text editor) and copy&paste it into the web page sourcve code, but you'd still have to upload the image(s). The rest we can't know. You have not provided any link to the web site or told us which hosting provider you use. From your description it sounds like one of those "free" providers that restrict user's options to customize to the bare minimum and the rest is based on templates and plastered with advertising. In any case, the solution is not in Photoshop and you would have to read up on web design basics, HTML, CSS and al lthat on a more general level or review your hosting provider's guides on how to set all this up.
    Mylenium

  • How to set different font for a particular row in jtables?

    How to set different font size and font type for a particular row in jtable?

    More than enough sample code here:
    [http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]
    db

  • How to set Blank default font

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/933819]]</blockquote>
    I need firefox to read certain barcodes and it was only showing numbers. I'm not sure how but the default fonts was changed to a blank but after that the barcodes started reading! How do I set it like that for future cases?

    LarryM01 wrote:
    You are missing the point.
    Mark or select is not the point. anyone goes.
    The point is that a font SELECTED in a document does not set it default.
    You have MARK, SECLECT OR WHATEVER the font in Type > Font to make it default.
    That was the point.
    /Larry
    I think you have a different interpretation of what it means to  "select" or "mark" a font. You cannot do either of those things in the  text itself by dragging the text tool -- that selects the text that has  been entered. The "selected" font in use will be shown in either the  Character or Control panel (as well as in the dropdown for fonts), and  it is in one of these palces that you select a font to use as the  default. It has nothing to do with selecting text, other than if you  want to change the font applied to a particular bit of text you have  selected.
    Kind of an all-purpose, context-sensitive term.

  • How to set a maximum font

    ''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/793288]''
    Firefox has zoom and minimum font settings, but how can I set the MAXIMUM font. Under Ubuntu (U.E. 2.7) and using a wide screen ACER monitor I have to zoom out (or Crtl -) on every page load as the text is too large and consequently the window is not big enough to contain the web page. Is there some way of setting the browser to remember this once it has been performed on the first of a page load in any session?

    LarryM01 wrote:
    You are missing the point.
    Mark or select is not the point. anyone goes.
    The point is that a font SELECTED in a document does not set it default.
    You have MARK, SECLECT OR WHATEVER the font in Type > Font to make it default.
    That was the point.
    /Larry
    I think you have a different interpretation of what it means to  "select" or "mark" a font. You cannot do either of those things in the  text itself by dragging the text tool -- that selects the text that has  been entered. The "selected" font in use will be shown in either the  Character or Control panel (as well as in the dropdown for fonts), and  it is in one of these palces that you select a font to use as the  default. It has nothing to do with selecting text, other than if you  want to change the font applied to a particular bit of text you have  selected.
    Kind of an all-purpose, context-sensitive term.

Maybe you are looking for