PHP links

I would like to make a link to a page on my site for example called clients.php? client = 123

I enter this information using "Link to Web page" (like "Page to my site link" does not free-form text) and I get the address, but when I record everything is OK except '=' shall be replaced by "% 3D' clients.php?client%3D123 Yes"

I guess a bug - or is there a workaround.
Other than the product is ideal for the simple user's needs.
Best wishes

Hi mp999,

Thank you for the interest in InContext Editing. We are aware of this problem - it has already been reported internally. It will be corrected in a future release.

Thank you
Florin

Tags: InContext Editing

Similar Questions

  • How do I create a link to a WordPress Blog?

    I just downloaded WordPress via Fantastico; Now, I want to integrate WordPress into my Web site. I understand that I have to create a link on my Web site to accomplish. Could someone give me a brief lesson step by step on how to do this?

    Most likely, your WordPress files were installed in a subfolder of your domain.

    yourdomain.com/WP/

    An absolute URL to the WP to index page might look like this:

    http://yourdomain.com/WP_folder_name/index.php"> link to the WP blog.

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

  • I can't install CD player. I get an error saying cannot find AcroRead.msi

    I can't install CD player. I get an error saying cannot find AcroRead.msi

    I had finally fixed it. I downloaded a www.revouninstaller.com/download-freeware-version.php link.

    Here are the complete instructions

    1. Click http://www.revouninstaller.com/download-freeware-version.php to start the download of Revo-Uninstaller program
    2. Depending on your browser, you will see a download box where you can double-click on the file.
      1. Internet Explorer: middle of the background screen.
      2. Mozilla Firefox: a new window will appear where you must save the file first.  Look for the Green down arrow in the upper right.
      3. Google Chrome: lower the left side of the screen.
    3. Click on run. (If you have a security with active protection program, it can run a security scan to check the file)
    4. If prompted, select your preferred language
    5. Follow the prompts on the screen to install Revo-Uninstaller
    6. When you're done, make sure run Revo-Uninstaller 1.95 is checked and click Finish
    7. Revo-Uninstaller is now open
    8. A list of installed programs will appear. On the left, click the program that you have problems to uninstall (Adobe Reader)
    9. Click Uninstall , located along the top of the program window
    10. In the window that appears, select Advanced Options
    11. Click Next
    12. In most cases, the uninstall program for the given program will open and run.  Please complete this first before you proceed if this is the case.
    13. The program will now scan for information remains; once finished, click Next
    14. You may be presented with a list of the remaining registry entries. If so, click select all , and then click Remove
    15. Check Yes you want to delete these items
    16. Click Next
    17. You can be presented with a list of the remnants of files and folders. If so, click select all , and then click Remove
    18. Check Yes you want to delete these items
    19. Click Next
    20. Click Finish
    21. Restart the computer.

    Then install adobe get.adobe.com/reader/

  • I need several Web sites with different models but the same data. (Headers and footers different no body)

    I use Dreamweaver 20141. I do it literately tons of sites and each has hundreds of pages, so I need a way almost drag and then just change the links which would make things go a lot faster. Data or the body is going to be the same as the model data.

    Use the SSI (SSI) to put the code of the repetitive content body in a separate include file.

    Build your various pages with unique headers and footers, and then "call" content with a PHP link.

  • Insert record does nothing

    Hello

    I'm trying to follow this tutorial to make dynamic Web sites:

    http://www.Adobe.com/devnet/Dreamweaver/articles/first_dynamic_site_pt2.html

    I did part 1 completely and that you was fine until trying to set up the Add Post feature.  The database works well group information in the page manage messages and when I add the server behavior insert record, it looks good, but hitting the "Post!" button does nothing mode live view or in the browser preview.  It does not add the record, nor it redirects to the manage_posts.php link.  There simply nothing even when I'm holding cmd click (I use a Mac).  Other links are working fine.

    I can add a record manually in phpMyAdmin and make it display properly in mode live view on the manage_posts page.

    I use a leapord mac snow running and using the Cloud Dreamweaver CS6 Designer.  Using MAMP for a local server and phpMyAdmin, exactly as they appear in the first part of the tutorial.

    Code is copied below:

    <? php require_once('.. / Connections/check_mag.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form1")) {}

    $insertSQL = sprintf ("INSERT INTO new (title, blog_entry) VALUES (%s, %s)," ")

    GetSQLValueString ($_POST ["title"], "text").

    GetSQLValueString ($_POST ['blog_entry'], "text"));

    @mysql_select_db ($database_check_mag, $check_mag);

    $Result1 = mysql_query ($insertSQL, $check_mag) or die (mysql_error ());

    $insertGoTo = "manage_posts.php";

    If (isset {}

    $insertGoTo. = (strpos ($insertGoTo, '?'))? « & » : « ? » ;

    $insertGoTo. = $_SERVER ['QUERY_STRING'];

    }

    header (sprintf ("location: %s", $insertGoTo));

    }

    ? >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    Add Post < /title > < title >

    "" < link href = "... / styles/admin.css" rel = "stylesheet" type = "text/css" / >

    < / head >

    < body >

    < h1 > what's the buzz? < / h1 >

    < p > < a href = "index.php" > Admin Menu < /a > < /p >

    < do action = "<?" PHP echo $editFormAction;? ">" id = "form1" name = "form1" method = "POST" >

    < p >

    < label for = "title" > title: & #160; < / label > < input name = "title" type = "text" class = "textfields" id = "title" maxlength = "150" / >

    < /p >

    < p > < label for 'blog_entry' = > Post: & #160; < / label >

    < name textarea = 'blog_entry"cols ="45"lines ="5"id ="blog_entry"form ="form1"> < / textarea >

    < /p >

    < p >

    < input name = "button" type = "button" id = "button" form = "form1" value = "post"! / >

    < /p >

    < input type = "hidden" name = "MM_insert" value = "form1" / >

    < / make >

    < p > < / p >

    < / body >

    < / html >

    Which do not appear to be featured here?  Any help would be greatly appreciated.

    Your "poster!" is a button, not a submit button.  Change to a type = 'submit' and see if it works.

    ^_^

  • problem setSelectedIndex

    HI everybuddy!

    I get flashvars I call with php link like this: "movie.php? id = 2.

    the ID flashvar get in my film and appears in a textfield.

    but the code that I use to edit the combobox control do not work:

    rssComboBox.setSelectedIndex (id);

    I really need a hand... Sorry my English is so so

    Peace!

    I think the problem might be that the flash var is passed as a string? In this case:

    rssComboBox.setSelectedIndex (parseInt (id));

    might also work. And you wouldn't have to have an arbitrary loop in there.

  • Bug report: DW CS5.5 hangs every time on an Image Map

    I write this instead of contact Adobe support. I went to my account to send a bug report to Adobe and I was told that I had to contact support by phone. It's pretty crappy. As an authorized user who owned less than three months, there is no direct way to tell you that your software is broken?

    Here's the deal: I'm working on a landing page HTML with a single card attached to a picture frame. Literally, every time I make a change to the code near the (linked to the image map) image then click in the window of live preview, Dreamweaver CS5.5 accidents as a 70 on a bar of SOAP on the floor of the shower. It crashes hard. My only relief is to save the file before clicking in the live preview window. It's my only solution to the problem.

    But I am amazed left that I can plant it each time on a map, flicking the code on the preview pane. We could think about version 11.5, a minor thing like it wouldn't form the supposed cream the cream of web design software.

    Here's the code I'm editing that requires him to plant:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    <? PHP

    require_once("/var/www/html/c/index.php");

    $recip_name = $subscriber ["FirstName"].' «. $subscriber ['last_name'];

    ? >

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    "< link href="/c/print.css "type =" text/css"rel ="stylesheet"media ="print">

    Special subscription - commitment No. < title > < /title >

    < / head >

    <? PHP / / link Google Tracking Code? >

    < script type = "text/javascript" src='/c/google-analytics-code.js "> < / script >

    <? PHP / / end link of Google Tracking Code? >

    <! - source file - >

    " < link rel ="stylesheet"type =" text/css"href =" http://YUI.yahooapis.com/2.9.0/build/reset/Reset-min.CSS ">

    < style type = "text/css" >

    Body {14px police: normal / 1.25em Georgia, "Times New Roman", Times, serif ;}}

    H1, h2, h3, h4, h5, h6 {make-weight: bold; color: #333333 ;}}

    H1 {make: normal 28px / 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif ;}}

    H2 {make: normal 24 PX / 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif ;}}

    H3 {make: normal 20px / 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif ;}}

    H4 {make: normal 16px / 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif ;}}

    H5 {make: normal 12px / 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif ;}}

    H6 {make: normal 8px / 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif ;}}

    a, a: link, a: visited, a: active {color: #0055FF ;}}

    a: hover {color: #002AFF ;}}

    #wrapper {auto margin: 0; width: 432px ;}}

    #header, #footer {margin: 20px auto; text-align: center; position: relative ;}}

    #footer {margin: 40px auto ;}}

    #coupon {position: relative ;}}

    #coupon, #coupon img {margin: 0 auto; text-align: center ;}}

    . Personalization {position: absolute; width: 100%; text-align: center; text-transform: uppercase ;}}

    .printcoupon {text-transform: uppercase ;}}

    < / style >

    < body >

    < div id = 'wrapper' >

    < div id = "header" >

    < h3 class = "printcoupon" > < a href = "javascript:window.print();" ' > click here to print your coupon < /a > < / h3 >

    < / div >

    < div id = "coupon" >

    < img src = "images/19415coupon - 01.jpg" width = "432" height = "432" / > <!-< div class = "personalization" style = "left: 0;" top: 818px; "> < h1 > <? PHP echo $recip_name;? > < / h1 > < / div >-->

    < img src = "images/19357coupon - 02.jpg" width = "550" height = "602" well = "#imagemap" class = "dontprint" / >

    < / div >

    < div id = "footer" >

    < h3 class = "printcoupon" > < a href = "javascript:window.print();" ' > click here to print your coupon < /a > < / h3 >

    < / div >

    < / div >

    < map name = "imagemap" >

    < area coords = "29,69,521,197" shape = "rect" href = "javascript:window.print();" ">

    " < area coords = shape ="rect"href =" 29,212,521,339"' http://www.Google.com "target ="_blank"onClick =" recordOutboundLink (this,' Home Page ','http://www.google.com'); return false; » >

    < / map >

    < / body >

    < / html >

    Bug and Feature Request https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform report

  • Div moves down when the window is resized

    Hello

    Here's my problem: when I resize my browser window the main div is scaled up to a certain point when it just fell below all other content.

    How can I stop this from happening?  I have div the upper and lower the value of width of the car, so I can't understand what goes wrong.

    Here is the site if you want to see for yourself: www.hondovfd.org

    Here's a code in my template file:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="Title" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <meta name="description" content="Hondo Fire and Rescue serves the Arroyo Hondo and Canada Village areas of Santa Fe County, NM." />
    <meta name="keywords" content="hondo, hondo fire, hondo vfd, hondo fire department, santa fe county fire department, santa fe county, volunteer fire department, hondo volunteer fire department" />
    <link href="../stylesheet1.css" type="text/css" rel="stylesheet" />
    <!--[if IE]>
    <style type="text/css"> 
    #mainContent, #sidebar1 { zoom: 1;}
    </style>
    <![endif]-->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body class="thrColLiqHdr">
    
    <div id="container">
     <div id="header"></div>
      <div id="sidebar1">
      <h3>Navigation : </h3>
      <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="/index.php">Home</a></li>
    <li><a href="/support.php">Support Hondo</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Information Menu</a>
        <ul>
          <li><a href="/people.php">Our People</a></li>
          <li><a href="http://www.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=101620713606637979698.00045b6ead4ab4ea70b78&z=11" target="_blank">Response Area</a></li>
          <li><a href="/medical.php">Medical</a></li>
          <li><a href="/apparatus.php">Apparatus</a></li>
          <li><a href="/training.php">Training</a></li>
          <li><a href="/volunteer.php">Volunteer</a></li>
          <li><a href="/statistics.php">Statistics</a></li>
          <li><a href="/patchtrading.php">Patch Trading</a></li>
        </ul>
      </li>
      <li><a href="/gallery2/main.php">Photo Gallery</a></li>
      <li><a href="/calendar.php">Calendar</a></li>
      <li><a href="/news.php">Blog/News</a></li>
      <li><a href="/links.php">Links</a></li>
      <li><a href="/contact.php">Contact Us</a></li>
    </ul>
    <br />
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <span class="lefttext">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="8567201">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" align="middle" />
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" align="absmiddle" >
    </img></input></input>
      </span>
    </form>
    <span class="lefttext"><br />
    </span>
    <center>
      <span class="lefttext"><a href="http://www.facebook.com/pages/Santa-Fe-NM/Hondo-Volunteer-Fire-Department/74284233488" target="_blank" class="lefttext">Hondo VFD on Facebook</a></span>
    </center> 
      <!-- end #sidebar1 --></div>
      <div id="sidebar2">  
        <p><a href="/membersonly/login.php">Log In</a> | <a href="/membersonly/logout.php">Log Out</a><br />
        <a href="/membersonly/register.php">Register</a></p>
        <p><img src="/firedanger/Moderate.jpg" width="127" height="100" /></p>
        <p>Call Statistics as of:<br />
        <?php
    $myFile = "/home/hondovf1/public_html/membersonly/month.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh);
    echo $theData;
    ?><?php
    $myFile = "/home/hondovf1/public_html/membersonly/date.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh);
    echo $theData;
    ?></p>
      <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
        <td width="60%">EMS Calls</td>
        <td width="40%"><?php
    $myFile = "/home/hondovf1/public_html/membersonly/emscalls.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh);
    echo $theData;
    ?></td>
      </tr>
      <tr>
        <td>Fire Calls</td>
        <td><?php
    $myFile = "/home/hondovf1/public_html/membersonly/firecalls.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh);
    echo $theData;
    ?></td>
      </tr>
        <tr>
        <td>Other Calls</td>
        <td><?php
    $myFile = "/home/hondovf1/public_html/membersonly/othercalls.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh);
    echo $theData;
    ?></td>
      </tr>
    </table>
      
      <hr />
           <!-- Begin Google Search Element -->
        <div id="cse" style="width: 100%;">Loading</div>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
      google.load('search', '1', {language : 'en'});
      google.setOnLoadCallback(function(){
        var googleNumSearchResults = 5;
         var customSearchControl = new google.search.CustomSearchControl('002969495656254731547:rhlwwedx2hi');
        customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
        customSearchControl.draw('cse');
      }, true);
    </script>
    <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
           <!-- End Google Search Element -->
    </div>
      <!-- end #sidebar2 -->
    
      <div id="mainContent">
      <div class="topleft"></div><div class="top"><div class="topright"></div></div>
      <div class="wrap">
    <!-- TemplateBeginEditable name="Main Content" -->
        <table width="95%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="47" class="h2">Header</td>
          </tr>
          <tr>
            <td>Text Goes Here!</td>
          </tr>
        </table>
      <!-- TemplateEndEditable -->
      </div><br class="clearfloat" />
    <div class="bottomleft"></div><div class="bottom"><div class="bottomright"></div></div></div>
    </div>
    </div>
    </div>
      
         <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="footer">
        <p align="center">&copy; Copyright 2009 Hondo Volunteer Fire Department | <a href="mailto:[email protected]">Contact Us</a><a href="http://www.legalhelpers.com/chapter-13-bankruptcy/chapter13.html"></a><br />Hosting provided by <a href="http://studiox.com/" target="_blank">Studio X</a></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    <?php include_once("/home/hondovf1/public_html/analyticstracking.php"); ?>
    </body>
    </html>
    
    

    And here is my CSS file:

    body {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px;
         width: auto;
         color: #333333;
         margin-top: 0;
         margin-right: 0;
         margin-bottom: 0;
         margin-left: 0;
         padding-top: 0;
         padding-right: 0;
         padding-bottom: 0;
         padding-left: 0;
         background-image: url(images/main-right.png);
         background-repeat: repeat-y;
    }
    .thrColLiqHdr #container {
         width: 95%; /* this overrides the text-align: center on the body element. */
         margin-top: 0;
         margin-right: auto;
         margin-bottom: 0;
         margin-left: auto;
         height: auto;
         background-image: url(/images/halftone1.png);
    } 
    .thrColLiqHdr #header {
         padding: 0 10px;
         height: 100px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
         background-image: url(images/header.jpg);
         background-repeat: no-repeat;
         background-position:center;
         border-bottom-width: 5px;
         border-bottom-style: solid;
         border-bottom-color: #000;
    }  
    .thrColLiqHdr #navbar {
         height:45px;
    } 
    .thrColLiqHdr #header h1 {
         margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
         padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    }
    
    /* Tips for sidebars:
    1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
    2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
    3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
    */
    .thrColLiqHdr #sidebar1 {
         float: left; /* this element must precede in the source order any element you would like it be positioned next to */
         width: 15%; /* top and bottom padding create visual space within this div  */
         height: 100%;
         padding-top: 15px;
         padding-right: 0;
         padding-bottom: 15px;
         padding-left: 0;
         min-width: 150px;
         
    }
    .thrColLiqHdr #sidebar2 {
         float: right; /* this element must precede in the source order any element you would like it be positioned next to */
         width: 15%; /* top and bottom padding create visual space within this div */
         padding-top: 0px;
         padding-right: 0;
         padding-bottom: 15px;
         padding-left: 0;
         min-width: 150px;
    }
    .thrColLiqHdr #sidebar3 {
         float: right; /* this element must precede in the source order any element you would like it be positioned next to */
         width: 275px; /* top and bottom padding create visual space within this div */
         padding-top: 0px;
         padding-right: 0;
         padding-bottom: 15px;
         padding-left: 0;
         min-width: 150px;
    }
    .thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
         margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
         margin-right: 10px;
         text-align: center;
    }
    
    /* Tips for mainContent:
    1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
    2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
    3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
    */
    .thrColLiqHdr #mainContent {
         margin-top: 10px;
         margin-bottom: 10px;
         float: left;
         width: 65%;
         background-image: url(images/main-right.png);
         background-repeat: repeat-y;
         background-position: right;
    }
         
    
    .h2 {
         color: #B4241B;
         font-size: 20px;
         letter-spacing: -2px;
         font-weight: 100;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         padding-top: 0px;
         padding-right: 0px;
         padding-bottom: 0px;
         padding-left: 0px;
         line-height: normal;
    }
    
    .thrColLiqHdr #footer {
         text-align: center;
         color: #666;
         font-size: 11px;
         padding: 10px;
         background: #f7f7f7;
         border-top: 1px solid #aaa;
         width: auto;
    } 
    .thrColLiqHdr #footer p {
         margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
         padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    }
    
    /* Miscellaneous classes for reuse */
    .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 should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
         clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    .topleft {
         height:22px;
         width:19px;
         background-image:url(images/top-left.png);
         float: left;
    }
    .top {
         height:23px;
         background-image: url(images/top.png);
         background-repeat:repeat-x;
         width: auto;
    }
    .topright {
         height:22px;
         width:28px;
         background-image:url(images/top-right.png);
         float: right;
    }
    .textarea{
    }
    .wrap{
         text-align: justify;
         padding-right: 40px;
         padding-left: 40px;
         background-repeat: repeat-y;
         float:left;
         background-image: url(images/main-left.png);
         width: auto;
         clear: left;
    }
    .wrapright {
         width:4px;
         background-image:url(images/main-right.png);
         background-repeat: repeat-y;
         float: right;
    }
    .bottomleft {
         height:22px;
         width:19px;
         background-image:url(images/bottom-left.png);
         float: left;
         clear: left;
    }
    .bottom {
         height:23px;
         background-image: url(images/bottom.png);
         background-repeat:repeat-x;
         width: auto;
    }
    .bottomright {
         height:22px;
         width:27px;
         background-image:url(images/bottom-right.png);
         float: right;
    }
    
    

    It's one of the problems with the liquid (%) according to. In your default.css file, replace the top 2o selection rules with the following:

    {body
    do-family: Verdana, Arial, Helvetica, without serif.
    do-size: 12px;
    Color: #333;
    margin: 0;

    padding: 0;
    background: url(images/main-right.png) repeat-y;
    }
    .thrColLiqHdr #container {}
    Width: 95%;

    min-width: 870px; / * prevent collapsing page * /.
    Auto margin: 0;
    background: url(/images/halftone1.png);
    }

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

  • Tips from email to the Web form

    I designed a web form to help people to enter their contact information and request information on my site. How do make this form send me the news by e-mail? I use a service of Web hosting for my website and emails (register365.com).

    I don't want to store the data in a database or anything - am a beginner so go easy on me please

    DW CS4 (OS X)

    Well, it would depend on what your help language.

    IE: PHP, HTML, etc.

    Here are several PHP links (if you use PHP):

    http://us.php.net/manual/en/function.mail.php

    http://phpmailer.codeworxtech.com/

    You can also do a search on 'send email' here...

    http://phpbuilder.com/Board/forumdisplay.php?f=10 (a great resource for PHP programmers!)

    I hope this helps.

    Don

  • Why lVars.sendAndLoad does not work!

    Hello

    I am trying to get an answer from a php script, but lVars.onLoad is never triggered. I checked the url using my browser and it works very well, but cannot get it work for Flash.

    I'd appreciate any help.

    -The code-
    AS:
    Stop();
    var lVars:LoadVars = new LoadVars();
    var int_id:Numeric;

    lVars.onLoad = {function (ok:Boolean)}
    trace ("OnLoad");

    this.displayMessage = {function (success)}
    trace ("DisplayMessge");

    If (success) {}
    lblMessage.text = this.message;
    } else {}
    lblMessage.text = "failed";
    }
    trace ("Message:" + lblMessage.text);
    }

    this.displayMessage (ok);
    };

    this.runScript = function() {}
    trace ("Run Script");
    lVars.message = "";
    lVars.sendAndLoad (" http://223.0.0.60/Flawless/medallionAlerts.php", lVars, "POST");
    trace ("sent PHP. Message: "+ lVars.message);
    };

    int_ID = setInterval (Thi, "runScript", 1000 * 10);
    trace ("set Interval");


    PHP:
    <?
    error_reporting (0);
    session_start();
    include_once("includes/incDb.php");
    include_once("includes/functions.php");

    $link = db_connect ();
    $id = 10;
    $message = getMedPrivLink ($id);
    ECHO ("& message ='. $message);
    ? >

    What Miss me?

    Thank you

    Carlos

    The url is correct? Or is it a wrong url?
    I use the linked code (and it works fine). FTP PHP code to a domain and all first establish the connection.

  • Spry with a href rel tag

    Hello

    I'm having a problem I have a link that uses the "rel" tag to display the link in a floating window on the page.

    When I create the page through a recordset from php, everything is good.
    When I use the link spry data set opens is no longer the floating box.

    PHP {}
    [a rel = "floatbox" href = "linktofile.php"] Link [/ a]
    } in {blah blah} fine //Works

    Spry: repeat
    [a rel = "floatbox" href = "linktofile.php"] Link [/ a]
    Is no longer opens in floatbox, fair links as a normal link

    TIA

    Heya Albert,

    Saw your post in a POSITION and provided a link to the Spry forum for future reference.

    I noticed you were using lightbox. For lightbox in spry, create a file lightbox_spry.js and put the following code in the .js file

    var timeoutID = null;
    function XXXXX (id) {}
    If (typeof myLytebox! = 'undefined') {}
    var a = document.createElement ("a");
    entry.link = "" http://page.com/page.html "; "
    a.rel = "lyteframe";
    a.title = "XXXXX";
    a.Rev = "width: 100px;" height: 100px; Scroll: Yes; « ;
    myLytebox.start (a, false, true);
    } else {}
    If (timeoutID) {clearTimeout() (timeoutID) ;}
    timeoutID = setTimeout ('loadLytebox ()', 100);
    }
    }

    Link to the file .js to your page and add additional features, if more of a lightbox link in spry. Then in Spry add a link like this code:

    Click here

    Hope that helps!

  • If I try and follow a link from another Web site to open the other I get awclick.php pixels (GIF Image 1 x 1) in a new tab instead of the web page I want.

    I tried to open a Web site as a link from another site and I get a new tab that says:

    awclick.php (the Image GIF 1 x 1 pixels)

    I can open the Web site without clicking on a link to it simply by typing the address, but as this is a cashback site that I'm the link it does not help!

    Hiya,

    I don't get a GIF as Bodspice mentioned above, but I'm left with a blank page that has the following URL:

    http://www.awin1.com/awclick.php?mid=2481 & ID = 47868 & clickref = 319541108 & p = http :// www.blinkbox.com/Movies/Catalogue/Free

    I use Windows XP and Avast firewall as an anti-virus.

    I tested it on Chrome, it took me to the page immediately without any problem.

    No idea why and how to get rid of this problem? I'm not keen on the use of Chrome and prefer Firefox.

    Thanks in advance.

  • I may have the hxxp://69.194.192.203/links/deep_recover-result.php Trojan horse '; on my computer how can I determine if its there and if yes, how can I remove it.

    I may be the Trojan horse: / / 69.194.192.203/links/deep_recover-result.php';  an e-mail scam via delivery ADP, not being not very computer not can someone say how to check if I have this Trojan horse and if so how to remove. I ran the malware detection microsoft on an analysis complete, but nothing has been reported according to mxlab, js.js of java script.

    Hello Derek,.

    -Did you change on your computer before the show?

    -What, exactly, is the problem on your computer?

    I suggest you to download Microsoft Safety Scanner, scan your computer for viruses and malware then check how it works.

    You can download Microsoft Safety Scanner from the link "scan to Microsoft Security.

    Note:  The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again. All data that are infected must be cleaned only by deleting all of the data, which means that there is a risk of data loss.

  • Muse to export pages in php but links are always html

    After the update to MuseCC 2015.2 when exporting pages being created to my FTP server have the extension .php (which I think is wrong) and all links in pages are still trying to point to pages .html resulting in a 404 error. I can't seem to change the output of Muse, are the bad links or pages?

    Thanks in advance

    Liquid PHP is the script used for forms. Muse creates pages with forms, so that they are able to run properly, the versions of php. Certainly, it should not affect the structure of the site.

    You have a link to the live site with the problem?

    A solution would be to export the site in HTML format, then transfer it independently using a FTP client.

  • LINK A FILE TO HTML FORM TO A PHP FILE

    Hello everyone

    I use Dreamweaver CC 2015

    I have a contactUs.html file that I want to link to a .php file

    There is a form with a table inserted inside, on Contact Us page.

    I want this form (with table), a link to the mailscript.php file.

    That's what I've tried so far:

    • I have tried the hyperlink following the method of drag, but nothing remains in the box of "link".
    • I clicked the file icon mailscript.php "Browse for File" on the side of the box "link." These don't work.
    • By clicking on the form itself does not bring the link icon that the creation of a link to a word product.

    I don't know what else to do.

    Anyone has any ideas please?

    Thank you

    Maureen Jones

    This isn't how it works. The PHP file must run on the server and simply add you it as a target in the 'Action' of the mail form section.

    Mylenium

Maybe you are looking for