Jump to content

crmamx

Members
  • Posts

    417
  • Joined

  • Last visited

Posts posted by crmamx

  1. Brilliant!

     

    Box under accessibility says "warn me if site tries to redirect" was checked. Surely I didn't do that? But then again it doesn't seem it would be the default.

     

    I hate things that don't work like I want. But of course it was working right.

     

    Wonder if you could look at this one under php help. I'm surprised I've had no responses.

     

    Slideshow won't display in content window

     

    Many thanks.

  2. Called my host and the tech is also running XP and FF4 and it works fine. So it has to be local to me.

     

    Reinstalled FF4 and still does the same thing. But you know, during the uninstall FF doesn't really uninstall everything because when I reinstalled it, it had retained the options I had previously set.

     

    Guess I am just screwed because no way of getting hold of FF even tho I sent them an email.

  3. Slideshow programs created with Slideshow Maker.

     

    The html version works but opens in a new window. I want it to open in the content window same as all other programs.

     

    menu2.php (partial)

    <li>
            <a href="#">Slideshows</a>        
            <ul>
                <li>
                    <a href="index.php?page=slideshow_shed">Shed construction</a>
                </li>
                <li>
                    <a href="content/pages/slideshow_shed.html">Shed Construction</a>
                </li>
            </ul>
        

    slideshow_shed.html

    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Shed Pictures</title>
    </head>
    <body bgcolor="#FFFFFF">
    <p> <p>
    <style type="text/css">
    <!--
    .style1 {
    color: #006633;
    font-weight: bold;
    }
    -->
    </style>
    <!-- saved from url=(0013)about:internet -->
    <table align="center" border="0" cellpadding=0 cellspacing=0>
       <tr>
          <td align="center">Shed Pictures</td>
       </tr>
       <tr><td align="center"><br /></td></tr>
       <tr>
         <td align="center">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="768" height="576" id="tech" align="middle">
    	<param name="allowScriptAccess" value="sameDomain" />
    	<param name="movie" value="slideshow_shed.swf" />
    	<param name="quality" value="high" />
    	<embed src="slideshow_shed.swf" quality="high" width="768" height="576" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
         </td>
       </tr>
             <tr>
          <td align="center" ><br />
            Created by <a href="http://www.flash-slideshow-maker.com/index.php?srcid=glc" target="_blank">Flash Slideshow Maker</a>
          </td>
       </tr>
       <tr>
         <td align="center" valign="middle" bgcolor="#FFCC99"><br />
    <a href="http://www.flash-slideshow-maker.com/buynow.php?srcid=glc" target="_blank"><strong>Order the full version now to remove the software logo at the end of slideshow</strong></a>     </td>
       </tr>
    </table>
    </body>
    </html>
    

    slideshow_shed.php

    <?php
    
    ?>
    <style type="text/css">
    <!--
    .style1 {
    color: #006633;
    font-weight: bold;
    }
    -->
    </style>
    
    <table align="center" border="0" cellpadding=0 cellspacing=0>
       <tr>
          <td align="center">Shed Pictures</td>
       </tr>
       <tr><td align="center"><br /></td></tr>
       <tr>
         <td align="center">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="768" height="576" id="tech" align="middle">
    	<param name="allowScriptAccess" value="sameDomain" />
    	<param name="movie" value="slideshow_shed.swf" />
    	<param name="quality" value="high" />
    	<embed src="slideshow_shed.swf" quality="high" width="768" height="576" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
         </td>
       </tr>
             <tr>
          <td align="center" ><br />
            Created by <a href="http://www.flash-slideshow-maker.com/index.php?srcid=glc" target="_blank">Flash Slideshow Maker</a>
          </td>
       </tr>
       <tr>
         <td align="center" valign="middle" bgcolor="#FFCC99"><br />
    <a href="http://www.flash-slideshow-maker.com/buynow.php?srcid=glc" target="_blank"><strong>Order the full version now to remove the software logo at the end of slideshow</strong></a>     </td>
       </tr>
    </table>
    

     

    I don't get any errors, just the title "Shed Pictures" displays.

     

  4. Ok guys, after a hell of a lot of work, I am finished and I must say I like it.

     

    I have taken almost all of your previous comments into consideration. Only one I can think of I didn't. I happen to be 1990's and like a border on my tables.. :D

     

    So now what do you think. Even picky comments welcome because I'd like to fine tune it as professional as possible.

     

    I have thanked ya'll (yea, I'm a southern guy) so many times I don't want to overdo it.

  5. Whereas, 4 of the forum members are primarily responsible for me being able to finish my new web site:

     

    gizmola

    pikachu

    cssfreakie - laid out the css structure

    Maq

     

    Be it hereby resolved, that I would like to display the phpF logo on it. Any problem with that?

     

    I am too lazy to read the TOS.. ;D

     

    And once again I say "Many Thanks." A great forum and a great bunch of guys.

     

     

  6. slash out the quotes

    The enclosed quotes need to be escaped with a backslash.

    You guys talk a foreign language.. ;)

     

    But I was able to Google it and find how to do it. Works like a charm.

     

    My undersized brain would have understood the single quotes but that wasn't posted until after I researched the other.

     

    Many thanks.

  7. // Other code
    //echo "<table border='10' cellpadding='3' cellspacing='2'>";  This works
    echo "<table class="my-table">";                                     //This does not work
    echo "<tr><th>First Name</th><th>Last Name</th><th>Home Phone</th><th>Cell Phone</th><th>email</th></tr>";
    
    // keeps getting the next row until there are no more to get ================
    
    while($row = mysql_fetch_array( $result )) {
    
    // Print out the contents of each row into a table ==========================
    
    echo "<tr><td>";
    echo $row['first'];
    echo "</td><td>";
    echo $row['last'];
    echo "</td><td>";
    echo $row['phone'];
    echo "</td><td>";
    echo $row['cell'];
    echo "</td><td>";
    echo $row['email'];
    echo "</td></tr>"; 
    } 
    echo "</table>";
    ?>
    
    Error message:
    
    Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/bayare27/public_html/content/pages/display_all_members1.php on line 29
    
    Line 29 is:  echo "<table class="my-table">";                                     
    

     

    <table class="my-table">" is a valid statement because It works in another program, but html not php                                   

  8. When I started out I was running IE7, but the forum taught me that I needed to switch so now I am running Firefox with the Firebug addon.

     

    I understand how the external, internal and inline css files work. Except, I did not know what reset.css did. And it therefore was causing me 2 major problems whereby I would develop the code in the w3schools editor (and I have read the review about them that you reference) and when I moved it to my program it would not work.

     

    Now I can pretty much do what I want except with positioning. It is still a hell of a problem and takes me forever to figure it out.

  9. Zohab, off topic, if your testing code just do it local. save you time, and avoids bad practices such as not using external stylesheets

     

    Are you insinuating I am using  bad practices?... ::)

     

    Your new avatar is GREAT!

     

    Ha thanks!, but no i really mean local testing is always better faster and secure

     

    I know you are right. But I am not going thru all the aggravation of installing all the stuff needed on my computer. And it is too complicated for me anyway. If I was a developer I would. But this is my only site. So I just develop the code in the url mentioned, which works great, and transfer it to the css file when I get it the way I want it.

  10. I have run across 2 images in the past 3 months that display in my picture viewer but will not display when uploaded in a program. Now I am running into a slew of them. They are images downloaded but I have a ton that were downloaded and work.

     

    I have no idea why or what to do. I tried to attach the pic, hope it worked.

     

    [attachment deleted by admin]

  11. @ above: Especially when you pop up with crap like this:

     

    Nightslyr:

     

    Brilliance is like ice, it surfaces to the top.. :D

     

    How did you find that? I looked thru my external css file and it is not there. Plus I do not know how to write that particular statement so I knew I didn't do it. But that is the problem.

     

    When Pikachu and I told you the same thing repeatedly.  It took Nightslyr to do the work for you, kudos for him for doing that. 

     

    Just which part do you consider "crap" so I don't "crap" again on freaks!

     

    I just hope you place © PHPFreaks on your site, or the equivalent.  :wtf:

     

    And why is that?

  12. The hardest thing for me was the box concept, then float, positioning, div and wrap.

     

    Take the code that Dave has provided and go here to test it:

     

    http://www.w3schools.com/Css/tryit.asp?filename=trycss_default

     

    This is a great way to learn. Change all the values and see what happens.

  13. Ok, that's better. We are making progress.

     

    When you right click and then click "inspect element" the markup is displayed in a box to the left and the css in a box to the right.

     

    On mine, the markup is displayed all the way across the screen and the css is displayed below it. This is a lot harder to read than what your video is showing with the markup and css side by side.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.