Help! PHP Includes driving me crazy!

I thought I was beginning to get the hang of this, but things
are beginning to behave in a strange manner.
I made a navBar which came out looking more or less the way I
wanted to
which
you can see here..
But in subsequent pages that I'm trying to copy this to, it
has dropped down and is no longer hugging the top of the page,
as
you can see here.
I've gone over this multiple times and tried everything I
could think of, but cannot figure out what the difference is and
why it is doing this.
Any suggestions would be much appreciated.
Thanks.

are you sure you´re referencing the "styleSheet1.css"
correctly in the second file ?
just wondering because file 1 is in
"/testnewsite2/TFworks8.php", and file 2 is in one folder deeper in
"/testnewsite2/infopages/feveredPitches_infopage.php" -- but both
files are loading the css from "css/styleSheet1.css" what certainly
can´t be right for the 2nd one.
guess it should be "
../css/styleSheet1.css" ?

Similar Messages

  • My i tunes is skipping like a scratched cd-help please its driving me crazy..

    my  i tunes is skipping like a scratched cd….please help it is driving me crazy...

    If no change after restoring with iTunes as a new iPhone or not from your iPhone's backup, more than likely your iPhone has a hardware problem. You can make an appointment at an Apple store if there is one nearby.

  • TS3899 I cannot select an email to delete on my IPhone 5. When I hit edit then check the email i wish to delete it unchecked itself. Help it is driving me crazy. I tried deleting the email account and re-adding it but it didn't work.

    I cannot select an email to delete on my IPhone 5. When I hit edit then check the email i wish to delete it unchecked itself. Help it is driving me crazy. I tried deleting the email account and re-adding it but it didn't work.

    Sorry if I confused you. Let me try again:
    1) do a full backup your iPhone to a PC using iTunes
    2) go to: settings, general, reset, erase all content and settings.erase phone.
    3) when iPhone starts again choose set as new phone. Do not restore from icloud or iTunes.
    4) once done. Setup your email accounts. When done, verify checked emails do not uncheck themselves.
    That resolved, finish setting up:
    5) go to: settings, icloud, uncheck email, and set other icons as wished. Now setup icloud account.
    6)This step will make all contracts reside in icloud and be available always:  Once icloud account is setup, go back to settings, email contacts. Open each email account and uncheck contacts, but leave mail checked. Then go to the icloud email account and check contacts.

  • HT3951 I purchased a movie and it downloaded to my computer but it is not on my ipod and it will not sync manually. It showes upin my purchased list on ipod but not in my videos. HELP THIS IS DRIVING ME CRAZY

    I purchased a movie and it downloaded to my computer but it is not on my Ipod touch. It will not sync manually, I've tried. It shows up on my ipod as purchased but it is not in my videos. When I go to the movie from purchases it says DOW in the corner.HELP THIS IS DRIVING ME CRAZY

    Hello,
    If you have an iPod Touch you can watch movies on it.
    Did you sync the movie with iTunes between your computer and your iPod ?
    Connect iPod touch to a USB 2.0 port on your Mac or PC using the included cable.
    Follow the onscreen instructions in iTunes to set up iPod touch and sync your music, video, photos, and other content.
    Your computer must be connected to the Internet.
    By default, iTunes automatically syncs all songs and videos in your iTunes library to iPod touch. If you have more content in your library than will fit on iPod touch, iTunes alerts you that it can’t sync your content. You’ll need to use iTunes to select some of your songs, videos, and other content to sync.

  • How do I stop the constant stars coming out of the firefox symbol - please help - they are driving me crazy

    ''locking this thread as the Owner of this thread answered in the related thread''
    starting today when I clicked on firefox on my mac, there are blue stars constantly coming out of the firefox symbol and they are annoying and driving me crazy. How do I stop the constant stars coming from the firefox symbol? please help

    You can use these steps to disable the snippets on the about:home page:
    * Set the <b>browser.aboutHomeSnippets.updateUrl</b> pref to an empty string on the <b>about:config</b> page
    * Open about:home page in a tab
    * Open Web Console in this tab (Firefox menu button or Tools > Developer)
    * Run this command via the command prompt: <b>gSnippetsMap.clear()</b>
    * Close the tab with the about:home page
    * Close and restart Firefox

  • Please help, this is driving me crazy

    I bought a new song just to use as a ring tone on my iphone and it wont let me create it.
    I made sure i'm signed in, have the view ringtone setting enabled, and
    have the latest version of itunes.
    the error i get is " This song cannot be made into a ringtone
    nothing hurts by various artists can no longer be made into a ringtone" and this happened with any song i purchase from itunes

    pls consider stating the actual specific issue in the Title of your post - people tend NOT to take the time to read a post that says 'Has this happened to you?' or the like - so your more likely to be viewed if you be more specific. Generic 'help, how do you fix this?' type titles are getting old for the rest of us as well. Thanks.

  • Help--printing issue driving me crazy

    Hi, I am hoping someone can help me.  I have images that I created in Photoshop at 300dpi, that seem to "all of a sudden" be printing on my HP laser priner in "dots", almost looks like what a dot matrix printer used to print.  Yet when I print something from the internet it comes out fine.   Why would something from Photoshop print this bad and from the web it prints ok?     Thanks much for your help!

    Try re booting the handset by removing the battery.
    Also look in the menu to see if he has changed the settings.
    If all else fails action a factory reset backing up naything you want to keep.
    Nokia Lumia 520
     iphone 6 Plus.
    Be happy !!

  • URGENT help , getBundle is driving me crazy!!

    Ok here is part of code (JSP tag)source code:
    <<<<code start>>>>
    package com.ibm.helpnow.tags;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    import javax.servlet.http.*;
    import java.util.Locale;
    import java.util.ResourceBundle;
    public class NLSsetLang extends TagSupport{
         private String name;
         public void setName(String n){
              this.name = n;
         public int doStartTag() throws JspException {
              //Locale l = pageContext.getRequest().getLocale();
              Locale l = new Locale("en", "US");
              ResourceBundle bundle = ResourceBundle.getBundle(name,l);
    <<< code snippet ends>>>>>>>
    <<<<error begins>>>>>>>>
    above last line couses couses following error:
    javax.servlet.jsp.jspException = java.util.MissingResourceException: Can't find bundle for base name textfile, locale en_US
    [Servlet.Engine.Transports:10] [Wed May 14 16:39:12 EDT 2003] Parameter & its value in the request object:
    [5/14/03 16:39:12:789 EDT] 40e03521 SystemOut U [Servlet.Engine.Transports:10]java.lang.IllegalStateException: ERROR: Cannot forward. The response has already been committed.
    [5/14/03 16:39:12:799 EDT] 40e03521 WebGroup X Servlet Error: ERROR: Cannot forward. The response has already been committed.: java.lang.IllegalStateException: ERROR: Cannot forward. The response has already been committed.
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:97)
         at com.ibm.aurora.AuroraServlet.HandleGenericException(AuroraServlet.java:454)
         at com.ibm.aurora.AuroraServlet.HandleRequest(AuroraServlet.java:567)
         at com.ibm.aurora.AuroraServlet.doGet(AuroraServlet.java:305)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
         at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167)
         at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297)
         at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
         at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
         at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
         at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:678)
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:331)
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:117)
         at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
         at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:239)
         at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
         at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:151)
         at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
         at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
         at com.ibm.ws.util.CachedThread.run(ThreadPool.java:137)
    <<< end error>>>
    At first I thought it might be claspath problem, but it is not ( it seems)....so if anyone has any ideas I apprecaiate any help:)
    Am i doing something wrong with trying to get the bundle?
    HELP! please:)

    Do you have NLSsetLangBundle_en_US.properties in corresponding directory?
    Vassili Nikolaev

  • Please help  Applescript is driving me crazy - wants to send message.

    Hi,
    How do I get rid of this?
    I have never used applescript to my knowledge. Since yesterday afternoon every few minutes I get message that applescript is attempting to send a message then it goes one about how you need to be careful and trust the source because it it may contain a harmful virus etc. Do you want to send message? i have hit cancel and send a number of times but it keeps coming back. I use entourage for mail. I looked at the error and says it can't send from my email.
    My email seems fine though. I am getting and receiving messages.
    Thank you for your help.

    pls consider stating the actual specific issue in the Title of your post - people tend NOT to take the time to read a post that says 'Has this happened to you?' or the like - so your more likely to be viewed if you be more specific. Generic 'help, how do you fix this?' type titles are getting old for the rest of us as well. Thanks.

  • My sound card skips on the A105-S4021. Please Help, it is driving me crazy.

    I have tried updating my driver, which did not work.  Whenever I move the mouse around the sound begins to skip or come to a halt.
    My memory is:
    Total Physical Memory 2,048.00 MB
    Available Physical Memory 1.26 GB
    Total Virtual Memory 2.00 GB
    Available Virtual Memory 1.96 GB
    I have 73 processes running and no other applications currently.
    Thank you
    Scott

    Satellite A105-S4021 
    What happens after a clean boot?
       How to configure Windows XP to start in a "clean boot" state
    -Jerry

  • This website is driving me crazy.   All I need to do is to contact a real body for help that is not listed.

    This website is driving me crazy.  All I need to do is to contact a real live body for help that is not listed.
    This shouldn't be that difficult.  GRRRRR

    Post DETAILS about the help you need here and someone may be able to help... some questions to get you started
    From the Premiere Elements Information FAQ http://forums.adobe.com/thread/1042180
    •You MUST use an account with Administrator Privileges to run Premiere Elements
    •(Doing Run as Administrator http://forums.adobe.com/thread/969395 [says Encore and also for "All" versions of Premiere] will sometimes fix "odd" errors)
    •What version of Premiere Elements? Include the minor version number (e.g., Premiere Elements 12 with the 12.0.1 update).
    •What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac"
    •Has this ever worked before?  If so, do you recall any changes you made to Premiere Elements, such as adding Plug-ins, brushes, etc.?  Did you make any changes to your system, such as updating hardware, printers or drivers; or installing/uninstalling any programs?
    •Have you installed any recent program or OS updates? (If not, you should. They fix a lot of problems.)
    •What kind(s) of image file(s)? When talking about camera raw files, include the model of camera.
    •If you are getting error message(s), what is the full text of the error message(s)?
    •What were you doing when the problem occurred?
    •What other software are you running?
    •Tell us about your computer hardware. How much RAM is installed?  How much free space is on your system (C:) drive?
    And some other questions...
    •What are you editing, and does your video have a red line over it BEFORE you do any work?
    •Which version of Quicktime do you have installed?

  • My i tunes won't open. i keep getting error7 (windows error 193) . contacted microsoft(thought it was a windows thing...not) have uninstalled itunes and everything related to it ,re installed and message still comes up. Help please,driving me crazy.

    help. my iTunes wont open. I keep getting the message error7 (windows error 193). contacted Microsoft they said contact iTunes support. I have uninstalled all iTunes componets and then reinstalled everything but message still comes up... its driving me crazy.

    If it's a Windows error, it's typically going to be a Microsoft problem. Uninstall any security software you have and if you have a restore point for your PC, you may want to restore your PC back to when iTunes was working normally. If none of those work you would need to contact Microsoft and demand help.

  • I can no longer back up my iphone to my computer on selecting 'sync'. I can back up to iCloud but I get an error message telling me I cannot backup to my Mac. Can any one help? It's driving me crazy!

    I can no longer back up my iphone to my computer on selecting 'sync'. I can back up to iCloud but I get an error message telling me I cannot backup to my Mac. Can any one help? It's driving me crazy!

    Hello joelfromn. charleston,
    It seems you are unable to activate iMessage on a device with no carrier service. The following article provides information regarding activation issues:
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    Check your device settings
    Make sure that you’re connected to a cellular data or Wi-Fi network. If you're using an iPhone, you'll need SMS messaging to activate your phone number with iMessage and FaceTime. Depending on your carrier, you might be charged for this SMS.
    Go to Settings > General > Date & Time and make sure that your time zone is set up correctly.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    Bobby_D

  • Please help me fix this problem it's driving me crazy. I have tried installing and reinstalling photoshop EXTENDED several time and each time i lunch it ask me for the serial number in which i entered it once entered nothing happens

    Please help me fix this problem it's driving me crazy. I have tried installing and reinstalling photoshop EXTENDED several time and each time i lunch it ask me for the serial number in which i entered it once entered nothing happens

    Hi Glenn,
    Kindly try out the steps mentioned in the link below and see if you are able to serialize your software.
    Sign in, activation, or connection errors | CS5.5 and later, Acrobat DC
    Try Solution 2: Clean up cached user login information.
    Please share the results after performing the steps.
    Thanks,
    Atul Saini

  • Oracle 10g Rel2(10.2.0.3) on Vista ultimate driving me crazy, Please HELP

    Hello Folks and Expert,
    I am Certified Ora DBA and am stuck, thats a shame
    I am going to install and Test Oracle 10g on Vista as my future client will use Just Vista and no othr OS, so there is no OTHER OS options,
    I ready all the documentaiotn and release notes and also read that Oracle 10g(10.2.0.3) is certified on Vita Ultimate.
    I downloaded the DB which is frm the below link:
    Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista and Windows 2008
    *** It installs but it justdoesn't work properly, PLEASE HEEEEEEELP I am running out of time.
    steps I have done:
    1. Installed loppback and tested and it works when I ping, both ping computer and ping computer.domain with no error.
    - whic means under windows>system32>driver> etc>host I added the 10.10.10.10 and cmputer name.
    2. Under MMC I added cmputer local policy for local computer
    3. Also Under "Local security setting" under "Local Policies" Under "User right Assignment" Under "Log on as a Batch job" I added the User name which was created when weload the Vista for the first time which is the Computer Admin, ALSO REALOADED THE COMPUTER WITH TH FACTORY SETTING AND AFTER THE FIST BOOT, UNLOCKED THE "ADMINISTRATOR" USER OF THE OS AND TESTED WITH THE ADMIN USER AS WELL WHICH WAS ADDED TO THIS lOG ON AS A BATCH JOB.
    4. Restarted the Computer on all the step that I had to
    5. Downloaded the DB and installed the DB, it installled without any Error
    ******************My Questions are as belooooowww ******************
    When Oracle installd he prduct, usually under the
    Start menu> All programs we should have 4 folders (Application Development, Configuration and Migration, Integrated management tools, Oralce installlation products) and DATABASE CONTROL - ORCL
    a - when installation finishesh it JSUT DOESN't CREATE ------> DATABASE CONTROL - ORCL Whyyyyy ? (It is driving me crazy, I have another xp machine and it has also I had EVEN Vista Home premium and I was able to install on it before to test)
    b - I can loging to the database after i type the adress I remembered manually in the browser, it logs in without any errror, but
    When I want to shutdown the database It passes the host crendential once and I wait and it does nothing and a little windown pops up and says
    *"Enterprise manager stopped working"*
    C - To test and stop Listener also it just doesn't stop it and doest the samething,
    I just wannna CRYYY, it is getting me Crazy,
    PLEASE HELP ME with all THREE QUESTONS A,B,C PLEASE HELLLLLLPPPPP
    Rgrds,

    Hello Folks and Expert,
    I am Certified Ora DBA and am stuck, thats a shame
    I am going to install and Test Oracle 10g on Vista as my future client will use Just Vista and no othr OS, so there is no OTHER OS options,
    I ready all the documentaiotn and release notes and also read that Oracle 10g(10.2.0.3) is certified on Vita Ultimate.
    I downloaded the DB which is frm the below link:
    Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista and Windows 2008
    *** It installs but it justdoesn't work properly, PLEASE HEEEEEEELP I am running out of time.
    steps I have done:
    1. Installed loppback and tested and it works when I ping, both ping computer and ping computer.domain with no error.
    - whic means under windows>system32>driver> etc>host I added the 10.10.10.10 and cmputer name.
    2. Under MMC I added cmputer local policy for local computer
    3. Also Under "Local security setting" under "Local Policies" Under "User right Assignment" Under "Log on as a Batch job" I added the User name which was created when weload the Vista for the first time which is the Computer Admin, ALSO REALOADED THE COMPUTER WITH TH FACTORY SETTING AND AFTER THE FIST BOOT, UNLOCKED THE "ADMINISTRATOR" USER OF THE OS AND TESTED WITH THE ADMIN USER AS WELL WHICH WAS ADDED TO THIS lOG ON AS A BATCH JOB.
    4. Restarted the Computer on all the step that I had to
    5. Downloaded the DB and installed the DB, it installled without any Error
    ******************My Questions are as belooooowww ******************
    When Oracle installd he prduct, usually under the
    Start menu> All programs we should have 4 folders (Application Development, Configuration and Migration, Integrated management tools, Oralce installlation products) and DATABASE CONTROL - ORCL
    a - when installation finishesh it JSUT DOESN't CREATE ------> DATABASE CONTROL - ORCL Whyyyyy ? (It is driving me crazy, I have another xp machine and it has also I had EVEN Vista Home premium and I was able to install on it before to test)
    b - I can loging to the database after i type the adress I remembered manually in the browser, it logs in without any errror, but
    When I want to shutdown the database It passes the host crendential once and I wait and it does nothing and a little windown pops up and says
    *"Enterprise manager stopped working"*
    C - To test and stop Listener also it just doesn't stop it and doest the samething,
    I just wannna CRYYY, it is getting me Crazy,
    PLEASE HELP ME with all THREE QUESTONS A,B,C PLEASE HELLLLLLPPPPP
    Rgrds,

Maybe you are looking for