I cannot find what is creating a space on my web page

I have a large space at the bottom of my home page that I cannot figure out where it is coming from. Would anyone be willing to look at my index.php to see why I have extra space between an image and the text below.
My website is www.jpalik.com
I have inserted the index.php
<!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" />
<title>Photography By James Palik : Home Page</title>
<meta name="keywords" content="Photography, Germany, USA, European Union," />
<meta name="description" content="James Palik is an international travel photographer, event photographer, photo journalist, photographic artist, writer and teacher. This web site contains samples of his work." />
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="Scripts/jquery.cycle.all.min.js" type="text/javascript"></script>
<link href="CSS/Layout.css" rel="stylesheet" type="text/css" media="all" />
<link href="CSS/TopMenu.css" rel="stylesheet" type="text/css" media="all" />
<!--jQuery Dynamic Banner, iframe resize code -->
<?php require_once('Includes/DynamicBannerNarrow.html'); ?>
</head>
<body class="Home">
<div id="wrapper">
<div id="header">
<?php require_once('Includes/HeaderNarrow.html'); ?>
<!--end header --></div>
<p>
  <!--begin dynamic banner, works with any number of images. Adjust $directory = to desired 'Banners-folder' relative to this page-->
<?php
$directory = 'Menu/1-Home-index/BannerImages';
try {    
// Styling for images
echo "<div id=\"myslides\">";
foreach ( new DirectoryIterator($directory) as $item ) {  
  if ($item->isFile()) {
   $path = $directory . "/" . $item;
   echo "<img src=\"" . $path . "\" />";
echo "</div>";
catch(Exception $e) {
echo 'No images found for this rotating banner.<br />';
?>
<?php require_once('Includes/TopMenu.html'); ?>
<!--end top menu
The below <p> </p> puts a space between the top menu and the home page images-->
<!--<p> </p>-->
<div id="content">
<!--  <h2><br />
</h2>
<p>-->
<?php $directory = 'Images/Content/Home';
try {    
// Styling for images
echo "<div id=\"myslides2\">";
foreach ( new DirectoryIterator($directory) as $item ) {  
  if ($item->isFile()) {
   $path = $directory . "/" . $item;
   echo "<img src=\"" . $path . "\" />";
echo "</div>";
catch(Exception $e) {
echo 'No images found for this rotating banner.<br />';
?>
<!--<p>See my most recent <strong>Events</strong> posting - </a><a href="St" _mce_href="http://www.jpalik.com/PhotographyByJamesPalik/Menu/4-Events/StCatherinesChurch /NativityPlay2013/Event-Iframe.php">St">http://www.jpalik.com/PhotographyByJamesPalik/Menu /4-Events/StCatherinesChurch/NativityPlay2013/Event-Iframe.php">St Catherine's Church 4th Sunday of Advent - Nativity Play 2013</a></p>-->
<p>See my most recent <strong>PhotographicART</strong> postings:</a>
<ul>
<li><a href="San" _mce_href="http://www.jpalik.com/PhotographyByJamesPalik/Menu/2-PhotographicART/ColorColl ections/SanFranciscoCollection/ClassicColor/Level-4-Iframe.php">San">http://www.jpalik.com /PhotographyByJamesPalik/Menu/2-PhotographicART/ColorCollections/SanFranciscoCollection/Cl assicColor/Level-4-Iframe.php">San Francisco - Classic Views</li>
<li><a href="San" _mce_href="http://www.jpalik.com/PhotographyByJamesPalik/Menu/2-PhotographicART/ColorColl ections/SanFranciscoCollection/Expressionist/Level-4-Iframe.php">San">http://www.jpalik.co m/PhotographyByJamesPalik/Menu/2-PhotographicART/ColorCollections/SanFranciscoCollection/E xpressionist/Level-4-Iframe.php">San Francisco - Icons (expressionist)</li></a>
</p>
<!--<p>Visit my  exhibition, <a href="The" _mce_href="http://www.jpalik.com/PhotographyByJamesPalik/Menu/2-PhotographicART/TheFlexib leNegativeII/TheFlexibleNegativeII.php">The">http://www.jpalik.com/PhotographyByJamesPalik /Menu/2-PhotographicART/TheFlexibleNegativeII/TheFlexibleNegativeII.php">The Fliexible Negative II </a> , showing at the <a href="http://www.daz.org/DasInstitut.html" title="Deutsch-Amerikanisches Zentrum" target="_blank">Deutsch-Amerikanisches Zentrum</a> in Stuttgart until March 8, 2013</p>
<p>If you are a serious SLR photographer and you want to take your work to the next level, you may be interested in taking my advanced photography class<a href="http://www.jpalik.com/PhotographyByJamesPalik/Menu/7-Teaching/7-Teaching.php" title="Learning How to See"> Learning How to See</a></p>
<p>To follow my web-site development and receive PhotographicART updates, go to <a href="http://www.jpalik.com/PhotographyByJamesPalik/Menu/8-Contact/8-Contact.php" title="Contacts">Contacts</a> put &quot;Follow me&quot;</a> in the subject line </p>-->
<p><strong>This site was last updated February 5, 2014</strong><br />
<br />
</p>
<!--Begin slide control buttons
<button id="pause" style="position:absolute; top:380px; z-index:1000">Pause</button>
<button id="resume" style="position:absolute; top:380px;z-index:1000">Resume</button>
<!--end control buttons
<!--begin dynamic content slides, works with any number of images. Adjust $directory = to desired 'Banners-folder' relative to this page-->
  <p>Thank you for visiting</p>
<!--Begin footer -->
<div id="footer">
  <?php require_once('Includes/Footer.html'); ?>
  <!--end footer -->
  </div>
<!--end wrapper --></div>
<!--iframe resize function -->
<script type="text/javascript">
jQuery('iframe').iframeAutoHeight();
</script>
</body>
</html>
Thank you,
Jim

I am using Internet Explorer but I have also looked at it in Firefox.
The extra space is between the bottom or the images and the links to my internal pages. A singel space is what I would like. The page shows what look like four spaces.
Yes, the site framework was created by Nancy. She did a great job for me. I do my best to break it. Please note that all the commented out areas and possible HTML errors are my cuting and pasting, not Nancy's work. I am a cut and paste person, not a programmer .
I also dropped Nancy an email and told her I posted this in the forum.
Let me know if you do not see the space between the bottom of the pictures and the links.
Jim

Similar Messages

  • Using Adobe Pro X I cannot create a PDF from a web page.

    After a recent upgrade from a previous version of Firefox, I am now unable to create a PDF from a web page using the Adobe Pro toolbar on the web page.  A "save as" box appears and then the conversion process dies.  I can print the page using Adobe Pro as my printer and it works fine. I can create other docs with Adobe Pro.   How do I fix this on my browser?
    Thanks.
    WSC

    Browser Troubleshooting
    "Can't view PDF on the web"
    http://helpx.adobe.com/acrobat/kb/cant-view-pdf-web.html
    "Display PDF in browser"
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html
    Be well...

  • Acrobat Pro XI: Creating a PDF from a Web Page

    When I try to create a PDF from a Web page using Acrobat XI, I get the Error Code "Nothing done" and "Authorization Failure", but it doesn't happen on all webistes. Does anyone know what could be causing this and how to fix it? I'm using the trial version of Acrobat Pro XI on a Mac. Same result with either Firefox or Safari.
    Thanks.

    It's likely a HTTPS site or you have an authenticating proxy server where you are required to enter a password to acess the web page. 

  • How does labview create a hyperlink in a web page?

    Hi
    I was wondering, how does labview create a hyperlink in a web page?
    Thank you.

    Hi,
    What do you wish to do?
    The most primitive way is to generate a .HTML file.
    Type your HTML codes (Using string constant) and save it using "Write Chars To File.vi" using a filename with extension .html
    Hope I am addressing your question.
    Cheers!
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com

  • Why can I not create a PDF from a web page on my Adobe Acrobat 8 Pro on my new Windows 8 computer? It worked fine on my windows XP system?

    Why can I not create a PDF from a web page on my Adobe Acrobat 8 Pro on my new Windows 8 computer? It worked fine on my windows XP system?

    Acrobat 8 is not compatible with Windows 8,  for the simple reason it was
    created much before it and Adobe could not participate the changes to the
    OS that Microsoft implemented many years later on. You need to buy the
    current version for compatibility.

  • When you create a link to a web page in numbers and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem? Thank yo

    When you create a link to a web page in numbers "Mavericks" and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text (with Cmd-K) in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem?
    Thank you.

    Hi again Raja!
    I did as you recommended and installed HTTPWatch and below is the outcome of that program. It is the exact string with the only exception of obfuscated servernames and portnumbers. The last part that begins with "sap_ep_baseurl=" makes me suspicious, is that part really correct? It looks like it's lacking things.
    Best regards
    Benny
    http://<server:port>/sap/bc/bsp/sap/Z_PURCHASE_REQ/process.htm?
    sap-syscmd=nocookie&sap-client=200&sap-language=sv&style_sheet=
    http%3A%2F%2F<server>%3A<port>%2Firj%2Fportalapps%2F
    com.sap.portal.design.portaldesigndata%2Fthemes%2Fportal%2Fsap_tradeshow%2F
    controls%2Fcontrols_ie6.css%3F7.0.10.0.0&sap-cssversion=7.0.10.0.0&sap-tray-type
    =null&sap-tray-padding=null&sap-accessibility=&sap-ep-version=7.00.200611091758&
    sap_ep_version=7.00.200611091758&sap_ep_baseurl=http%3A%2F%2F
    <server>%3A<port>%2Firj%2Fportal&matnr=9780198603641

  • Acrobat crashes when creating a PDF from a web page

    Whenever I ask Acrobat to create a PDF from a web page, it crashes halfway through the process.  Here is an example from the BBC:-
    http://www.bbc.co.uk/news/science-environment-19585341
    Printing to PDF from the browser does not produce an accurate document.  The font is too big, and most of the pictures do not appear.
    I use Acrobat X Pro version 10.1.4.
    This is a PC problem.  On the Mac it works.

    The problem I mentioned is peculiar to Acrobat 10 and also to my PC.  On a Mac I can create PDF's from webpages normally.
    I also notice that when printing to PDF from Opera only the first page comes out.  (Using Firefox all pages are printed to PDF.)

  • My mac air is showing 45.8 gb used as other and cannot find or delete to free space

    my macbook air is showing that the hard drive has over 45gbs on it and is classified as other i need to free up space but cannot find these files.  i have downloaded two seperate apps from the app store called broom and disc doctor neither of which has freed up much at all.  I have already cleared all the downloads which helped.

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.
    Also, see What is "Other" and What Can I Do About It?- Apple Support Communities.

  • Cannot find object after creating dimension and cube.

    I need to develop a project using olap api to get olap data.
    My db release is 10.1.0.2, owb is 10.1.0.4.
    After i create dimension and cube in owb, I cannot find any object i have created in owb. Except that in OEM, after i click the button dimension, there comes an message as that the dimension does not have complete metadata or was created by old release and OEM will create a metadata for it. After that, I can find the dimension in AWM and get the imformation using olap api.
    However, there is no measure button in OEM, I cannot find the measures in measure folder. So that i cannot get the information of the MdmMeasureDimension using olap api.
    Can somebody help me with this issue? Thanks!

    With OWB 10.1 and prior releases to get OLAP metadata for a dimension or cube you must have used the OWB transfer wizard to deploy the OLAP metadata. This bridge basically creates and executes a script with all of the CWM calls to create the OLAP dimension and cube metadata.
    When you deployed the dimension from OWB in 10.1 it only created the 'create dimension DDL' for the object.
    Cheers
    David

  • Sms sent but cannot find what i sent on my compute...

    I sent an SMS I believe it was received, I was charged... but I lost power and cannot find it on that computer or my other when I signed on later.
    can I find a record of what I sent?  It showed up on my account statement

    You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then try selecting Purchases, Billing & Redemption

  • Create PDF From a backend web page

    Hello, this is my first post on the Adobe Forums
    I am trying to get a capture of a web page using Adobe Acrobe "Create PDF from Web Page" However, I cannot figure out how to capture a page after I have logged into the site. I thought that Adobe Acrobat would recognize that I had logged in from Internet Explorer, or my default browser.
    I keep getting the Wordpress login page. I need to be able to see the dashboard. Finding a solution to this will help me develop solutions to my other web capture questions.
    Regards,
    Greg

    That is a limitation of using that method. A workaround is to print to PDF from your browser after you have the page you want loaded, but I don't know if that's acceptable to you.

  • I am constantly getting pop ups saying that The URL is not valid and cannot be loaded even though I am on the web page.

    I have version 3.6.13 Firefox. I have uninstalled and reinstalled, but still keep getting an error message saying that The URL is not valid and cannot be loaded. This happens even when I am on the web page, but the message continues to keep popping up.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Unable to create a Site Content in Web Page Composer

    Hi All,
    I am new to WPC and would like to explore more on the same. I tried following some blogs inorder to create and publish Web Pages.
    I was stuck at a point where we need to create a site content. I guess all the permissions required to access each folder is properly set.
    When I tried to create a content like for example an article... A window pops up which says please select a document type and I dont have any option to select whereas I have a cancel and next button at the bottom of the screen. When I click next nothing happens.
    Did anyone went through this issue? What am I doing wrong? Did I fail to set some role to the author creating content?? Author has wpc_editor_role though.
    Regards,
    Rekha Malavathu

    Hi Sandeep,
    The popup window (which I suppose is an XML Editor) doesnt have any UI Element to select when I try to create any content... may it be an Article, Linklist, etc...
    I am using WAS 2004S SP 14. As I mentioned, all the xml and xsl files are available in the folder and even in the KM Configuration.
    My problem is, I am unable to create a content as the popup window is blank... No UI Element to select or enter.
    Regards,
    Rekha Malavathu

  • Create a PDF from a Web Page

    I was on Acrobat pro 6.  Now I am trying out Acrobat X pro ("v10").
    1.  I create a pdf file from a web page.  When I click on a link in the new pdf file, it automatically opens that link in a web browser.  Previously, in v 6.x, it defaults to "Append to the Document".  How can I set Acrobat X Pro to default to "Append to Document" ?
    2.  I find the pdf file created from a web page has no page numbers.  Again, in v6.x, there was page numbers in those files.  How can I get page numbers included in the header/footer?  Is the header/footer configurable?
    3.  In v6.x, when I want to convert a web page (into pdf) that is behind a password -- because it includes links, whereas printing to pdf does not -- I would first get the login page (in pdf).  Then I can type in my password in the pdf file and click on go (right click and select Append) and I would get the next page in pdf.  Now, v10 no longer does that.  I keep getting different errors depending on the web site.  e.g. I was testing on this web site, and get "SyntaxError: invalid XML tag syntax".  Am I missing something or is there a "new" way to get the same result in v10?
    TIA

    Hi paulp14382584,
    It seems that you have removed the Create PDF from webpage tool from the toolbar by mistake. Please don't worry I will help you to get this issue fixed.
    1) Open the Acrobat on your computer.
    2) Right click on the toolbar & select Edit Current Tool Set form the list.
    3) Edit tool set window will pop up on your screen.
    4) Please Click on the 'Create'  option from the list on the left hand side & then select ' PDF from Web-page' from the drop down list.
    5) Then click on the small button ( + & arrow sign towards up ) to add it to the tool bar.
    6) Hit Save to confirm the changes.
    This will add the Create PDF from web-page tool on the tool bar.
    Let me know if you experience any issue.
    Regards,
    Aadesh

  • Creating a movie for a web page and making it continuously loop

    Hi all! I have a client who wants me to create a slide show with 7 images at a specific size for his web page. He wants it to continuously loop. I don't know much about this. Where can I go to learn how? I can make the movie... but I'm not sure what to export it as... and what the settings should be to enable me to make it the correct size and so that it loops. Thank you!
    I'm using iMovie '08 on my iMac.
    PS: When I looked up online for help, all I found was how to make a movie loop on one's computer. Not on web pages.

    .gif files are supported in all browsers and do not need any special "player". They are very limited in their support of colors and most Web pages rarely use them anymore.
    QuickTime .mov files can be set to "loop" (as explained above). Much more colors (millions).
    iMovie is the wrong tool to make your file (and it doesn't create .swf format).
    QuickTime Player Pro is the tool you need. It can import an "image sequence", set the frame rate (up to ten seconds per frame) and save the file in the .mov container.

Maybe you are looking for

  • How can I burn a MP3 CD in itunes

    I bought an Asus DVD/CD burner to plug into my MBA in hopes that I could burn an MP3 CD for my car stereo. When I try to burn the CD iTunes tells me it can't find the burner. How do I mount, or setup, the burner so iTunes will see it. I can play a DV

  • Project code  wise aging

    dear   expert all parameter    from date  to to date , project code   one of my client requriment  i have  need   project  code wise  aging report . send  me the query.

  • Float not being cleared-- why not?

    On the webpage http://amethystartworks.com/ I am trying to get the container div <div id="header_again"> to expand to the height of the div inside it: <div id="left"> . I have inserted a spacer div <div class="spacer"> </div> immediately after <div i

  • ABAP Calling JAVA Function or Method

    Hi Friend, I need help in how to proceed using  ABAP  and Call JAVA Function . I know that  we need to use RFC enabled Function modules. I was able to connect  using JAVA Connector which was provided by SAP For communicating with JAVA Apps. The appro

  • Problem to know details about check deposit lists for a customer(FF68)

    Hi Gurus, I have Requirement ,On Posting Date Bank details about a customer to know check deposit lists,All the cheque postings that are dated for today and tomorrow are to be extracted from back end.RFC developed should be capable of   accepting dat