Alligning page to very top of browser window and problem with a random error symbol

Dear reader
Before I start I would just like to say sorry for posting
another help request so soon after I have posted one before but I
am having a problem with my website. My website is www.iggpog22.com
(but you must include the www. or it goes to the wrong site I do
not know why) anyway I seem to get a random questionmark at the top
of my webpage which is rather annoying. I believe it may have been
the result of me trying to use the google search bar code and
perhaps I left some old code in but I have searched and just cannot
figure this out. Is it possible anyone could inform me of how to
remove it aslong as it is not much trouble. I would also like to
know how I can get the main section of my site to touch the top of
the browser screen instead of leaving a gap for the background to
show (and aswell if I can do the same for the bottom of the page)
Thank you for any assistance
.Sam

02cspearson wrote:
> Dear reader
> Before I start I would just like to say sorry for
posting another help request
> so soon after I have posted one before but I am having a
problem with my
> website. My website is www.iggpog22.com (but you must
include the www. or it
> goes to the wrong site I do not know why) anyway I seem
to get a random
> questionmark at the top of my webpage which is rather
annoying. I believe it
> may have been the result of me trying to use the google
search bar code and
> perhaps I left some old code in but I have searched and
just cannot figure this
> out. Is it possible anyone could inform me of how to
remove it aslong as it is
> not much trouble. I would also like to know how I can
get the main section of
> my site to touch the top of the browser screen instead
of leaving a gap for the
> background to show (and aswell if I can do the same for
the bottom of the page)
>
> Thank you for any assistance
> .Sam
>
why not just look at the code of your page? it's there:
<td width="88" rowspan="2" align="center"
bgcolor="#333333"><img
src="Images/Iggpog22Index/dev_id/ig2lgonobg.png" width="78"
height="75" /></td>
�
Just remove that question mark, whatever it is.
seb ( [email protected])
http://webtrans1.com | high-end web
design
An Ingenious WebSite Builder:
http://sitelander.com

Similar Messages

  • Title of Web Page doesn't appear at very top of browser window!

    Running 3.6.8 on Mac OSX 10.6 (Snow Leopard) and the name/title of the website I am currently viewing doesn't appear above the address bar.
    For example, for this page (support.mozilla.com/en . . . ), "Ask a Question | Firefox Support" does not show up on the top.
    The title of the page DOES, however, appear in the tabs, but I often don't browse with multiple tabs open on a given browser window.
    I have tried running in safe mode, have disabled all addons/themes etc, but nothing seems to fix the irritating problem.

    I've partially fixed it by making some adjustments and republishing. but I still could not get the reflection to appear with the photo - which left a blank space that threw off the spacing on the page. i've removed the reflection to resolve this.

  • Align table to very top of browser window?

    Hi, i am embedding a swf movie into a dreamweaver page, and I would like to align it to the very top of a browser window, how do I do this? This is the code I have so far which aligns the whole thing in the middle of the page:
    <style type="text/css">
    <!--
    body{
        height: 100%;
        width:100%;
        margin: 0;
        overflow:auto;
        background-color: #AEAEAE;
    div.minimum_size {
    /* for mozilla */
    min-width: 1300px;
    min-height: 850px;
    width: 100%;
    height: 100%;
    /* for IE */
    width: expression( Math.max( document.body.clientWidth,1300 ) + "px" );
    height: expression( Math.max(document.body.clientHeight,880 ) + "px" );
    -->
    </style>
    </head>
    <body>
        <table cellpadding="0" cellspacing="0" border="0" height="100%"
    width="100%">
        <tr>
            <td align="center">
        <div id="flashcontent">
    <div align="center">
      <p>In order to view the content on this page, you will need the latest version of Adobe’s Flash Player. <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_new">Click here to download it</a>.</p></div>
    </div>
        <script type="text/javascript">
            // <![CDATA[
            var so = new SWFObject("Index.swf", "Index", "1300px", "850px", "8", "#AEAEAE");
            so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
            so.addParam("scale", "default");
            so.write("flashcontent");
            // ]]>
            </script>
            </td>
        </tr>
        </table>
    </body>

    1300px min-width is very, very big by most people's standards.  Are you really sure you want your screen size fixed that wide?  Most people keep viewports sized down to make room for other application windows.  Min-width of 800px would seem much more reasonable.
    But anyway, try this instead:
    <!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=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    * {margin:0; padding:0; line-height:1; border:0}
    body{
        width:100%;
        margin: 0;
        background-color: #AEAEAE;
    #minimum_size {
         text-align: center;
         /* for mozilla */
         min-width: 1300px;
         min-height: 850px;
         width: 100%;
         height: 100%;
         /* for IE */
         width: expression( Math.max( document.body.clientWidth,1300 ) + "px" );
         height: expression( Math.max(document.body.clientHeight,880 ) + "px" );
    -->
    </style>
    </head>
    <body>
    <div id="minimum_size">
    <p>In order to view the content on this page, you will need the latest version of Adobe Flash Player. <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash" target="_new">Click here to download it</a>.</p>
    <script type="text/javascript">
            // <![CDATA[
            var so = new SWFObject("Index.swf", "Index", "1300px", "850px", "8", "#AEAEAE");
            so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
            so.addParam("scale", "default");
            so.write("flashcontent");
            // ]]>
            </script>
    </div>  <!--end min division -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • SAP GUI 7.20 for Windows and problem with Screen Painter

    Hello,
    I just installed the SAP GUI 7.20 for Windows and it looks good.
    But when when I start the Screen Painter for a dynpro I get the following message:
    Graphical Layout Editor not available. Continue with alphanumeric editor.
    And: EU_SCRP_WN32 Connection broken  '..' / CPIC
    The SCreen Painter is installed correctly (I can start ist manually from file system) and the RFC destination works.
    Any idea?
    Regards,
    Ole.

    Hello,
    I've uninstalled all SAP installations, cleaned the registry of Windows XP and deleted all folders with SAP content. Then I've installed the SAP Gui 7.20 again and it works.
    And now I will update the Screen Painter with the information from the OSS-Note!
    Thank's for your help!
    Regards,
    Ole.

  • There's a black space at the top of my window, and when I open the browser, my home page comes up but the address line is blank. How do I fix this?

    There's a black space at the top of my window, and when I open the browser, my home page comes up but the address line is blank. How do I fix this?

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Zoom -> click "Reset" -> Page Style -> select "Basic Page Style"
    -> go to View Menu -> Toolbars -> select Menu Bar and Navigation ToolBar -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History -> '''Time range to clear: select EVERYTHING''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache, Site Preferences''' -> click "Clear Now"
    -> go to Tools Menu -> Options -> General -> When Firefox starts : select "Show My Home Page" -> Type the address of the website which you want to be your HomePage e.g. http://www.google.com
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> '''Firefox will: select "Use Custom Settings for History"''' -> REMOVE Checkmark from '''"Permanent Private Browsing mode"''' -> place CHECKMARKS on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search History 4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> '''REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES'''
    -> '''When using the Location Bar, suggest: select "History and Bookmarks"'''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • Reader window is shown on top of browser window

    I'm using Reader as OBJECT tag on HTML page to display PDF inside of my page. That works fine, however when I call Reader's print() method from page onload handler, I get empty Reader window shown on top of my browser window and only then Print dialog comes up. I wonder if there's a way to suppress Reader's window and only show Print dialog? Reader 7 didn't have this, it started with version 8.

    Post in the Forms forum.

  • Open discoverer report in new browser window and without connections page

    Hi All,
    We are using Oracle 11g Discoverer 11.1.1.4.  Requirement is to open the discoverer report in a new browser window and without connections page.
    When we are running discoverer reports with this parameters we unwantedly get the connections page of the discoverer plus which we don't want.
    Went through the documentation given in this page and followed it still the issue persists, and i see couple of threads with my issue and no updates.
    This excerpt is from the documentation available in the link
    " _plus_popup=true and framedisplaystyle=embedded launches Discoverer Plus in a new pop-up browser window that contains the Plus applet embedded in it "
    http://www.art2dec.com/documentation/docs/oas10g1012/linux/bi.1012/b13918/urlstart.htm
    and Here is what we use to invoke our reports.
    http://ipaddress:port/discoverer/plus?cn=cf_123&_plus_popup=TRUE&framedisplaystyle=EMBEDDED&wb=disc_wb_1
    Request the forum users from PRO discoverer group to help me out of this issue and expect a good discussion on this.
    Thanks in advance

    Closing the thread
    We were able to achieve by changing the browser settings in the IE 8 Browser. Disabled Tabbed browsing.

  • How to close one browser window and return to a named anchor on a page in another window

    I'm working on a website that has several book images at the bottom of each page. I have set it up so when the user clicks on a book another smaller browser window opens up with a description of the book. At the bottom of book description window, I have a close button which I added the window.close() behavior to. But I'd like to not just have the window close but return the user to the bottom of the original page where I have the books, an area that I have applied a named anchor to. Any ideas on how I can get this done.
    I'd appreciate any and all help.

    I haven't tried to customize this lightbox extension much.  But I'm pretty sure the size of the box is pre-determined by image size.  Bigger image, bigger box.  And that is coded into one of the Lightbox javascript libraries.
    As to placing a link in the caption, sure.  Just paste your html link code into the Lightbox Caption Panel like so.
    <a href="http://amazon.com"> Buy now from Amazon</a>
    There is much more detailed information about Lightbox and how it works at the huddled together website.
    http://www.huddletogether.com/projects/lightbox/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How can i find that which page is opened in other browser window

    How can i find that which page is opened in other browser window
    Can i restrict opening of a new instance of browser by end user.
    Thanks in advance.

    you can use Javascript functions/varibles.
    In any page you can insert a special form like this:
    <form name="myNameWindow">
    <input type="hidden" name="myName" value="Ivan_pag01">
    </form>
    and in the other reading that value.
    Obviusly you have to save a reference in a variable of the other window.
    This is possible only if:
    1) other page is in the same browser window but in an other frame
    2) you have generated the other page via an "window.open" function (or your page is generated from it via that function)
    -- Ivan

  • Is there an extension that forces the page to reload if the browser window has been resized?

    Is there an extension that forces the page to reload if the
    browser window
    has been resized?

    check this out
    http://www.irt.org/script/1625.htm
    This may help you out.
    The script is at the bottom of the page.
    Zarir
    "Rachael Caldwell" <[email protected]> wrote in message
    news:e4b12e$ihi$[email protected]..
    > Is there an extension that forces the page to reload if
    the browser window
    > has been resized?
    >
    >

  • Silent print a PDF from a web page using Flex. We are targeting Windows and Mac with Arcobat reader installed

    We are planning to Silent print a PDF from a web page using Flex. We are targeting Windows and Mac with Arcobat reader installed. I have tried using the AIR appliaction and it worked, But our requirement is NO INSTALL to the user machine for the silent printing. It is just from web page and silent printing to the default printer to the desktop/Laptop. Can anyone share your thoughts and experience with us. It will be very helpful..
    For AIR : I tried the thread Re: AIR and PDF showing/silent printing

    Hey CodeMonkey & Ross,
    Did you either of you ever find a solution? I'm stuck too, it seems I can get remote printing on all these PDFs to work but it just prints a blank page since I've been using Javascript in the browser, not Adobe's (they are Engineering drawings that I do not have permission to edit so I can't just insert code into them but I need to make work instructions). I've been scouring the internet for hours now, it seems that this thread is the only relevant/useful one at this point. No one else was trying to achieve this for similar reasons to mine.
    Thanks guys,
    Lox

  • Want to open a new browser window and display the html file in locale disk.

    Hi,
    I want to open a new browser window and display the html file in local drive. The below html applet work in local system successfully. But i deploy the same in web server (Tomcat) and try the same in client machine it does not work. Please help.
    Note:
    The class below fileopen.FileOpen.class i make it as a jar and put it in jre\ext folder at the client machine.
    ------------------------------------FileOpen.html(Tomcat)-----------------------------------------------------
    <html>
    <body >
    <applet code="OpenFile.class" archive="loadfile.jar" width="100" height="100">
    <param name="path" value="file://c:/open.html" />
    </applet>
    </body>
    </html>
    -------------OpenFile.java in server(Tomcat)--------------------------------------------
    public class OpenFile extends Applet implements ActionListener{
    String path = "";
    fileopen.FileOpen open = null;
    Button b = null;
    public void init(){
    path = getParameter("path");
    b = new Button("Open");
    b.addActionListener(this);
    add(b);
    public void actionPerformed(ActionEvent ae){
    try
    open = new fileopen.FileOpen(this,path);
    catch (Exception e){
    e.printStackTrace();
    -------------------------------------------FileOpen.java /Client JRE/ext----------------------------------------------------
    package fileopen;
    public class FileOpen
    AppletContext context = null;
    URL url = null;
    public FileOpen(Applet applet,String path)
    try
    if(null != applet){
    context = applet.getAppletContext();
    if (null != path)
    url = new URL(path);
    context.showDocument(url, "_blank");
    }catch(Exception ex)
    ex.printStackTrace();
    Please help to solve this issue very urgent.
    Thanks in advance.
    By,
    Saravanan.K.

    zzsara wrote:
    I want to open a new browser window and display the html file in local drive. ...Did you ever pause to consider how ridiculous that is?
    The best audience for applets is people off the internet. 'People off the internet' might be using a computer that has no (what was it?) 'open.html' in the root of the C: drive. In fact (shock horror) they may not even be running Windows, and would therefore probably have no 'C:' drive at all.
    If you do not intend to distribute this to people off the web, an application makes a lot more sense, but even then, you cannot rely on the document being there unless you 'put it there' (during installation, for instance).
    As the other poster intimated, applets can load documents off the local disk as long as they are trusted. Here is an example*, but note that it is not so rash as to presume any particular path or file, and instead leaves it to the user to choose the document to display.
    * The short code can be seen at SDNShare on the [Defensive Loading of Trusted Applets|http://sdnshare.sun.com/view.jsp?id=2315] post.
    On the other hand, a sandboxed applet can load any document coming from its own server via URL, or get showDocument(URL) to work. In that case, the JRE must recognize that the URL is from its own server, so the best way to form URLs for applet use is via the URL constructor
    new URL(getDocumentBase(), "path/to/open.html");That is how I form the URL in this [ sandboxed example of formatting source|http://pscode.org/fmt/sbx.html?url=/jh%2FHelpSetter.java&col=2&fnt=2&tab=2&ln=0]. Of course, in this case the applet loads the document, then parses the text to draw the formatted version, but the point is that an URL produced this way will work with showDocument(URL).
    I am pretty sure showDocument() in an applet off the internet will work with an URL pointing to a foreign (not its own) server, but it will not be able to load documents off the end user's local disks.
    I suggest a couple of things.
    - Try to express this problem in terms of what feature it is that you want to offer the end user. Your question jumps directly to a bad strategy for achieving ..who knows what? An example of a feature is "Shows the applet 'help' files on pressing F1".
    - A good way to indicate interest in a solution is to offer [Duke stars|http://wikis.sun.com/display/SunForums/Duke+Stars+Program+Overview] to match that interest.
    Edit 1:
    ..and please figure out how to use the CODE tags.
    Edited by: AndrewThompson64 on Sep 12, 2008 11:14 PM

  • I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    Your previous tabs will not re-open or be available to re-open when starting Firefox if:
    *your previous session was in Private Browsing mode; see --> http://support.mozilla.org/en-US/kb/Private+Browsing
    *you use Clear Recent History (''Firefox button > History > Clear Recent History'' or ''Tools > Clear Recent History''); see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-clear-my-history
    *you clear History automatically when closing Firefox; see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-make-firefox-clear-my-history-automatically
    NOTE: Your third-party Plugins (Add-ons > Plugins) are not in the "Application Basics" (Troubleshooting Information) in the "More system details" of your original post. Third-party Plugins are categorized separately in "Installed Plugins" under "More system details". You should review but not change the Plugins as detected automatically by the software on this forum when posting a question.
    If you problem still exists after checking the above, the problem could be caused by one or more of your Extensions or Plugins:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Please, I am in a very big problem I designed the project by Adobe director And you test the software on the computers on Windows and works with high quality When I tested the project on Apple Macintosh operating system, Li appeared a number of problems

    Please, I am in a very big problem
    I designed the project by Adobe director
    And you test the software on the computers on Windows and works with high quality
    When I tested the project on Apple Macintosh operating system, Li appeared a number of problems and you dissolve a large part of them
    But I have a problem too big
    The project works on some devices and others show me messages mistakes and why chasm different operating system version
    Apple's Macintosh and these messages
    "biosegnatures" can't be opened becouse it 's from undefined developer "
    others
    shokwave player error
    pleas what can i do

    Welcome to the Support Communities.
    m.raslan wrote:
    I tested the project on Apple Macintosh operating system
    Click on the  menu at top left of your screen, choose About This Mac and, in the panel that appears, note the Version no. in the form 10.n.n. Then update your product list so we can see what version of OS X you're running on the Mac — see this tutorial:
    Update your product list
    m.raslan wrote:
    "biosegnatures" can't be opened becouse it 's from undefined developer "
    This Apple doc may help:
    OS X: About Gatekeeper
    m.raslan wrote:
    shokwave player error
    Is Shockwave Player installed?...
    http://www.adobe.com/shockwave/welcome/
    ...If not, get it here:
    http://get.adobe.com/shockwave/

  • Forms Browser window and Internet shortcuts

    Hi,
    We are in the process of migrating our Forms 4.5 app to 9i, and have hit a problem with Internet shortcuts, in that the shortcut grabs the first available browser window.
    Separately I had added some Javascript that warns the user of an attempt to navigate away from the page, because the seemingly unused browser window is of course vital, however the Internet shortcut is now useless.
    We could, as a precaution against Internet shortcuts, open an extra browser window before our Forms browser, but I don't believe that 3 windows for every forms application is the right approach (gross understatement!).
    Can anyone offer any alternatives?
    Thanks,
    Neville Sweet.

    If you are using IE 5.5 or higher as the browser you might consider hta technology (microsoft specific, I peronally would avoid it...). Look at subject HTA Applications on the microsoft site. HTA stands for HTML Application. It is HTML that runs outside the browser's security domain as client software.
    We have implemented this method for a customer who insisted on having the Webforms applications being started exactly the same way as was the case with c/s, i.e. from windows menu shortcuts.
    A beter way I think, is to offer a home page with links to the Forms Applications.
    Peter

Maybe you are looking for

  • How to configure Crystal Report from Test DB to Production DB

    Hi, I have a VB/asp.net application that is currently using Oracle DB. Now, I'm creating a new Crytal report that will connect using any userID, password, database, servername on runtime. When I created the Crystal Report I used the Oracle OLE/DB con

  • Customer aging with hierarchies

    Hello, We are looking for a way to see the customer aging of open items by highest entry in the customer hierarchy. With S_ALR_870121789 we are pretty close to what is expected but the highest level in this report is the payer. Hierarchy is not taken

  • Why won`t this complie?

    I get "Main.java": Error #: 202 : 'class' or 'interface' expected at line 49, column 8.For the setupLoginPanel(). I get "Main.java": Error #: 202 : 'class' or 'interface' expected at line 158, column 18.For the login(). This is for a Certificate proj

  • Dreamweaver Extension Manager5

    I am having trouble installing the ThemeDreamer extension.  I have installed Dreamweaver successfully and when I go to the extension manager to try and instalkl the TD extension I get an error saying that the manager is unavailable and I must reinsta

  • I am tryin to update my itunes and it keeps tellin me i need a preupgrade script

    I just got a new ipod touch. it is a 4g and i need to upgrade my itunes but am not able to cuz it keeps tellin me i need a preupgrade script... can anyone help