Invisible td in Safari and Chrome but not other browsers

Hi, I am currently building a homepage with php, mysql, javascript and ofc html.
At the top of my page I have a table with some graphics and a login/menu system. I have several pages in my project and the issue I have only presents itself on 2 of them, also the problem only occures in Safari and Chrome (and not in Explorer, Firefox or Opera). The code is more or less identical so I have a very hard time understanding what the problem could be, maybe someone here has an idea
Here is code from both one of the pages that does not work and from one that does work (coloring is a bit weird since it's both html and php):
http://pastebin.com/AQXZ4rGw
(prior to the code pasted there is some database-stuff but I think that should not affect it)
Best Regards /Oskar

I found out that if I add tons of nbsp; after for example "Add" I get background for as long as the string is, so I can basicly cover the entire width with nbsp; this is not a very pretty solution however.
Message was edited by: elunosk
Message was edited by: elunosk

Similar Messages

  • Tutorials on the Apple Website play in Safari and Chrome, but not always in Firefox. Java and Flash plug ins are up to date.

    I was trying to play the Time Machine video tutorial on the Apple Website (I have an imac 10.6.6) and it won't play in Firefox, but it will in Safari and Chrome. This has happened before but then seemed to fix itself. Other videos (Youtube for eg.) play fine. All plugs (Java and Flash) are up to date. Just wondering why this could happen.

    I have had this problem for a few days, no sound in Firefox, but IE and WMP (offline) have sound, this is a Firefox ONLY problem, so the volumes are all set correctly and the drivers and needed files are there, I've tried every fix that people have suggested on Google like checking the flash player settings, creating the "missing.reg" registry file and importing it, etc...
    nothing works, I may just have to switch to Safari or Chrome, I watch a lot of video online (Youtube, ESPN3, NFL.com, etc.) so this is a huge problem...

  • What's causing this phatom space in Safari and Chrome but not FF

    http://www.energyschool.com/CSES_Home/Resources.html
    I'm not figuring it out.

    Cyclosaurus (et al),
    Thanks for the replies.
    What I'm noticing is that when I'm inserting text in to the content body textbox (which is very large) the newline is pushing the text above it, upward, instead of the text expanding the textbox downward.
    I'm appreciative of Wyodor's and OT's options but not feeling 'met' by them. Cyclosuarus comes closer to a fix I'm looking for but as I have encountered before, there seems to be some past issue(s) cropping up that don't allow for open sharing.
    So I'm curious, would this javascript address mozilla and webkit rendering engines? I wouldn't have to post-edit the html I could just insert this into an HTML widget, yes?

  • Safari and Chrome will not display some pages right for new user account

    Not sure this is a Safari issue actually. Behavior is also in Chrome, but not Firefox. If I need to post elsewhere please advise.
    24"imac running 10.5.8. 2gb ram, software update run,
    Setup a new user account. Machine will have 2 users.
    When I login as the new user, in both Safari and Chrome, some pages - google, ebay, amazon, cnn, yahoo, do not display correctly. Mainly empty space, a few graphics all wrong. They do display correctly in Firefox.
    I assumed it was the user. So I added a 3rd user. Same behavior. Tried giving the new user admin rights. Same problem.
    For the admin account, everything's fine on those pages, both in Safari and Chrome.
    It feels like the new user is not getting access to something it needs, but it also feels like more than a font problem. Thanks for any suggestions. Dan

    Thanks for your thoughts. Here's what I've learned. The browsers display correctly for the new user after SafeBoot. I removed all startup items, to no avail. Removed all fonts from the new user account, nothing. Removed all fonts from the admin user's library, nothing. Then I removed all fonts from the HD library, and that fixed it for the new user. Now I just have to figure out which one it was.
    So in summary, a bad font in the HD library was affecting Safari and Chrome (but not Firefox) in new user accounts, but not in the admin user's account. Nice. D

  • Sessions not working in Firefox, Safari and Chrome, but working in iexplore

    Hi,
    I have been running Tomcat 5.0.18 jdk 1.4. and have just upgraded to Tomcat 6.0.24 jdk 1.6..
    I have an app that you need to log on to in a jsp page. When succesfully logged in it redirects to a framed page with 3 pages in it.
    All elements of that framed page check for a valid session, if there is one, it displays itself, if not, it redirects back to the log on screen.
    This has worked fine for years in all browsers. But since upgrading, in Firefox, Safari and Chrome, when the parent framed page jsp checks for a session, its fine, it passes, but when the other sub-frame pages check for a session, it comes back as a new session, i.e. its not picking up the session that has just been validated and redirects to the login page. Iexplore still works fine. i.e. all 3 pages validate ok.
    Any ideas why these browsers are not pickng up the session?

    As a test, try putting an empty JSP in front of it that triggers the session to be created, and then redirects (with a HTTP meta refresh for example) to the frameset jsp to see if that fixes anything.
    If that fixes it, then I guess the pages load too quickly.

  • Spry menu displays fine in FF and Chrome but not in IE

    hello all -
    as stated my Spry menu drops down fine (vertical) in FF and Chrome but in IE8 it displays horizontal. pls help & ty!
    here is the CSS and an example page-
    http://www.thelders.com/BlueRidge/ContactUs.html
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    #MenuBar1 {
    margin:0 auto;
    width:876px;
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive {
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li {
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul {
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul {
    border: 1px solid #738dbb;
    background-color: #ddd9c3;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a {
    display: block;
    cursor: pointer;
    padding:6px 18px;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
    background-color: #aac0db;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu {
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe {
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection {
    ul.MenuBarHorizontal li.MenuBarItemIE {
    display: inline;
    f\loat: left;

    First off read the notice on the index page of this forum
    Announcement: Introducing Spry UI
    Then add the following style rules to your document
    ul.MenuBarHorizontal li {
        width: 8em;
    ul.MenuBarHorizontal ul {
        width: 8.2em;
    I hope this helps.
    Ben

  • I used focus function for Radtextbox.it behaving correct in IE and Chrome but not in mozila.

    ''duplicate of https://support.mozilla.com/en-US/questions/904640''
    Focus function not populating mouse cursor on radtextbox on page_load in mozila but workinfg fine in IE and Chrome.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Webpage problem in IE but not other browsers

    Here ( http://www.mdy.lib.in.us/Reference/churches2.php) is a link to a webpage that isn’t showing properly in Explorer but is showing correctly in all other browsers.  Below is code for the php file and the include file I think is causing the issue.   Please advise.
    Thanks, Rita
    Rita C. Henehan
    Public Relations
    Middlebury Community Public Library
    [email protected]
    574-825-5601
    Code for the php file. 
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Middlebury Community Public Library, Middlebury, Indiana 46540</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="">
    <meta name="keywords" content="">
    <link rel="stylesheet" href="/mdby2.css" type="text/css">
    </head>
    <body>
                <?php include "../a_includes/banner.htm"; ?>
                <div id="container">
                            <?php include "../a_includes/left_nav2.htm"; ?>                         
                                        <div class="content_hp">
                                                    <h1>Churches in the Middlebury Community Library Area</h1>
                                        <div class="squarebox1_body">
                                                      <?php include "churches3.htm"; ?>
                                                    </div>
                  </div>
                                        </div>
                </div>
    <div id="footer"><?php include "../a_includes/footer.htm"; ?>
    <br>
    </div>
    </body></html>
    And the Code for the include file “churches3.htm”
      <CENTER><TABLE border=1 width="87%">
        <TR>
          <TD width="28%"><strong>Believer's Fellowship</strong><BR>
            60781 State Rd. 13<BR>Goshen, IN 46528<BR>(574) 825-6116<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD width="34%"><A href="http://www.mcobonline.org">Middlebury Church of the Brethren</A><BR>507 W Bristol Ave.<BR>Middlebury, IN 46504<BR>(574) 825-2955<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Bonneyville Mennonite Church</strong><BR>
            15273 State Rd. 120<BR>Bristol, IN 46507<BR>(574) 848-7148<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><A href="http://www.pathwayag.com/">Pathway Assembly of God</A><BR>13805 US 20<BR>Middlebury, IN 46540<BR>(574) 825-8992<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><A href="http://www.crystalvalley.org/">Crystal Valley Missionary Church</A><BR>223 U.S.20, P.O. Box 452<BR>Middlebury, IN 46540<BR>(574) 825-0104<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><strong>Pine Ridge Conservative Mennonite Church</strong><BR>
            16769 County Rd. 20<BR>Goshen, IN 46528<BR>(574) 533-2731<BR></TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Faith Baptist Church</strong><BR>
            110 N. Brown St., P.O. Box 190<BR>Middlebury, IN 46540<BR>(574) 825-9315<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><strong>Pleasant Oaks Mennonite Church</strong><BR>
            13307 County Rd. 16, P.O. Box 447<BR>Middlebury, IN 46540<BR>(574) 825-2784<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Fairhaven Amish Mennonite Church</strong><BR>
            13513 State Rd. 4<BR>Goshen, IN 46528<BR>(574) 825-2525<BR></TD>
          <TD><strong>Pleasant Ridge Missionary Church</strong><BR>
            15510 County Rd. 22<BR>Middlebury, IN 46540<BR>(574) 825-9946<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><A href="http://www.firstmennonite.net/">First Mennonite Church of Middlebury</A><BR>203 E. Lawrence St., P.O. Box 508<BR>Middlebury, IN 46540<BR>(574) 825-5135<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><strong>Pleasant Valley Church of the Brethren</strong><BR>
            P.O. Box 1518<BR>Middlebury, IN 46540<BR>(574) 825-7189<BR><A href="mailto:[email protected]">[email protected]</TD>
        <TR>
          <TD width="28%"><A href="http://www.fumcmiddlebury.org/">First United Methodist Church</A><BR>301 S. Main St., P.O. Box 347<BR>Middlebury, IN 46540<BR>(574) 825-2585<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><A href="http://www.mypv.org/">Pleasant View Mennonite Church</A><BR>58529 County Rd. 23<BR>Goshen, IN 46528<BR>(574) 533-2872<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Forks Mennonite Church</strong><BR>
            11435 W. 25 S<BR>Middlebury, IN 46540<BR>(574) 825-9333<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><strong>Prince of Peace Lutheran Church </strong>Missouri Synod<BR>
            18548 County Rd. 18<BR>Goshen, IN 46528<BR>(574) 533-7705<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Griner Conservative Mennonite Church</strong><BR>
            12418 County Rd. 20<BR>Middlebury, IN 46540<BR>(574) 825-5641</TD>
          <TD><A href="http://rolfonline.com/">River of Life Fellowship</A><BR>11162 State Rd. 120<BR>Middlebury, IN 46540<BR>(574) 825-3693<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><A href="http://www.jeffersonbrethren.org/">Jefferson Brethren Church</A><BR>58915 State Rd. 15<BR>Goshen, IN 46528<BR>(574) 533-1121<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><strong>Roselawn Conservative Mennonite Church</strong><BR>
            P.O. Box 2069; 206 S. Mill St.<BR>Middlebury, IN 46540<BR>(574) 825-7450</TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Little Pine Church of the Brethren</strong><BR>
            57061 County Rd. 19<BR>Goshen, IN 46528<BR>(574) 247-0611</TD>
          <TD><A href="http://www.stpaulsmiddlebury.org/">St. Paul's Lutheran ELCA</A><BR>708 W. Wayne St.<BR>Middlebury, IN 46540<BR>(574) 825-2280<BR><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
        <TR>
          <TD width="28%"><strong>Living Stones Christian Fellowship</strong><BR>
            11020 County Rd. 4<BR>Middlebury, IN 46540<BR>(574) 825-5552<BR><A href="mailto:[email protected]">[email protected]</A></TD>
          <TD><A href="http://www.waypointcommunity.com">Waypoint Community Church</A><BR>Boy’s & Girls Club; Northridge Drive<BR>Middlebury, IN 46540<BR> 574-612-0618<br><A href="mailto:[email protected]">[email protected]</A></TD>
        </TR>
      </TABLE></CENTER>

    You have a few errors in your code that could be causing issue in IE (it is the least forgiving of code errors out of all the browsers).
    Run your page in this validator and make sure to clear out the errors...
    http://validator.w3.org/
    If you clean out the errors and are still seeing issues in IE, post back and we can take a closer look.

  • Facebook freezes when trying to open with firefox but not other browsers, how do I fix this?

    I have two users on my pc. The main user has no problem accessing facebook using his windows account and firefox browser. The second user, however all of a sudden, cannot access facebook with his windows account and firefox browser. Firefox freezes and says not responding. Other browsers, however work. I have loaded and run a windows registry repair which did not fix the problem. I have also run my virus scanning software. I cannot find an answer to this issue. Can someone please help?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Internet freezes with Safari, Firefox & Chrome, but not when using MS IE

    When using my macbook wirelessly and am in the Mac OS, my internet freezes after 5 minutes, doesn't matter if I am using Safari, Firefox or Chrome. If I shut down and boot up Windows XP and use IE, it does not freeze up. I use my iMac with the same router wirelessly and never have any issues with Sarari... Can anyone suggest what I should try? I have removed and reloaded Safari, Firefox and just tried Chrome, with the issue still happening...
    Thanks,

    The web sites visited are pretty much the same on either the iMac or MacBook. These are well known sites for the most part. I always keep updates current with any of the software I use including Adobe...

  • Presenter published to HTML5 and SWF works in Firefox and Chrome but not in IE 11

    I was under the impression the IE 11 could handle HTML 5.

    Could you please let us know the exact issue you are facing while playing the HTML5 content on Internet Explorer 11. Which version of Presenter you are using ?
    To View the HTML5 content on desktops and laptops you need the following browsers.
    • Internet Explorer  10 or later
    • Firefox 4.x or later
    • Chrome latest
    • Safari 6.0 or later
    Regards,
    Rajeev.

  • I used to be able to open links in a new tab by clicking my middle mouse button, but now that I've updated it to the most recent update it doesn't work anymore. How do I fix this? I really love that feature. It works in IE and Chrome but not Mozilla.

    Ok, I used to be able to open links up in a new Tab using my middle mouse button. However, I updated firefox with the automatic Updates on the 26th of October and now I no longer can open links with my middle mouse button. Why? I use this feature just about every time I go searching on the internet so I really would like it back. I couldn't find anything that it was related to in the options so I turn this over to you guys.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Flash Player 10 works in Safari and Firefox, but not IE 8?

    Most times (not all) I load a page with Flash in IE, when I close, I get an error saying "IE has stopped responding" and then says it's something to do with Adobe Flash player. Since IE is the only browser that seems to freeze and stop responding due to Flash Player, could it be a problem with IE and not Flash Player?  If so, how do I fix the problem?  Please help.  I'm getting desperate.  I've been installing and uninstalling for at least two days now with no successs. 

    The error is "Internet Explorer has stopped working.  A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available". Then when I click on the Windows solutions icon, it says:
    Adobe Flash Player has stopped working properly.
    To troubleshoot this problem, follow these steps:
    Click to go online and run the Flash Player  uninstaller
    In the File Download dialog box, click Run, and then follow the  instructions to uninstall flash player. If you are prompted for an administrator password or confirmation, type the  password or provide confirmation.
    Click to go online and install the Flash Player update
    I've done both these things for 2-3 days now.  Nothing works.

  • Adobe Flash Player Working in Firefox and Chrome but not in Internet Explorer

    I've already install - uninstall (many times) but it didn't work in internet explorer. What's happening???
    Please help..

    Please read this:     http://forums.adobe.com/thread/657743  
    Thanks,
    eidnolb

  • Driving me nuts.. I viewed it great in firefox and chrome but not in internet explorer!! =(

    this is my website..
    tcareshop.com
    It looks awesome in all browsers except for internet explorer.. how can i fix this? pls help!! =(

    this is the script.. please help! =(  Headline {      text-align: center;      background-color: #FFF;      color: #003;      font-family: Tahoma;      font-size: 20pt;      font-weight: bolder; } #Border div table tr td {      text-align: center; } #Border div p {      text-align: center;      font-size: 18px;      font-family: Tahoma; } #Border table tbody tr #Border {      border: medium solid #000;      font-size: 10px;      font-family: Tahoma; } #Border table tbody tr #Border font font font div font form p { } #Border table tbody tr #Border div form h1 font #Name {      font-size: 24px;      font-family: Tahoma;      color: #000;      text-align: left;      float: left; } #Email {      font-size: 24px;      color: #000;      font-family: Tahoma;      text-align: left;      float: left; } #Border table tbody tr #Border div form h2 font {      font-size: 28px;      color: #000;      font-family: Tahoma;      font-weight: bold; } #Border table tbody tr #Border div form p font strong {      font-size: 18px;      font-family: Tahoma;      color: #000; } #Image {      float: left; } #field {                  font-size: 12px;      font-family: Tahoma; } #input {      background-image: url(file:///C|/Users/Reboiy/Documents/Unnamed%20Site%202/Untitled.jpg); } #Spam {      font-family: Tahoma;      font-size: 10px;       } #Email {      font-family: Tahoma;      font-size: 24px; } #Text {      font-size: 18px;      font-family: Tahoma; } #quote1 {      font-size: 18px;      text-align: right;      font-style: italic; } #Here {      color: #F00;      font-size: 36px; } body,td,th {      font-family: Tahoma;      font-size: 16px; }
    dy>

Maybe you are looking for