Text won't align to the right in IE

Hi! I'm having pesky IE
problems again:
http://zooop.net/flatrate/
The Contact Us/Login text in the top right corner won't align
to the right, as the code requests it to do.
Also, the newsletter sign-up box at the top of the page,
won't line up with the photos on the left (it sticks out a little
bit for some reason). It does what it's supposed to do in Firefox.
This is driving me nuts! Here's the html:
<table width="800" border="0" cellpadding="0"
cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td style="padding-left: 15px; padding-top: 15px;
padding-bottom: 15px;"><img src="logo.gif" width="264"
height="32" />
</td>
<td width="349" align="right" valign="middle"
id="contact_us">
<a href="contact_us.html"
class="linkContactLogin">Contact Us</a> | <a
href="login.html" class="linkContactLogin">Customer Log In
</a><img src="space.GIF" width="5" height="1" /><br
/>
<img src="space.GIF" width="300" height="10" />
<span class="phone_numbers" style="letter-spacing:.568em;
line-height: 1.3em;"><div>703-453-9181</div>
<div>301-384-9450</div>
</span></td>
</tr>
<tr>
<td colspan="2" bgcolor="#FFFFFF" style="padding-left:
15px; padding-top: 30px; padding-bottom: 0px; font-weight: bold;
font-size: 12.4px; color: #99776e; font-variant: small-caps;">
<table width="785" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="445" valign="bottom">
<div id="buttons">
<img src="../flatrate/space.GIF" width="5" height="7"
border="0" />
<a href="index.html" class="linkButtons">
Home</a><img src="../flatrate/space.GIF" width="14"
height="8" border="0" />
<a href="about_us.html" class="linkButtons">
About Us</a> <img src="../flatrate/space.GIF"
width="14" height="8" border="0" />
<a href="free_offers.html" class="linkButtons">
Free Offers</a><img src="../flatrate/space.GIF"
width="14" height="8" border="0" />
<a href="service_territory.html" class="linkButtons">
Service Territory</a><img
src="../flatrate/space.GIF" width="14" height="8" border="0" />
<a href="testimonials.html" class="linkButtons">
Testimonials</a><img src="../flatrate/space.GIF"
width="14" height="8" border="0" />
<a href="faq.html" class="linkButtons">
FAQ</a></div>
<img src="space.GIF" width="350" height="12"/> <img
src="repairing_computer.jpg" width="108" height="144"
style="border: 1px #000000 solid;" /><img
src="frustrated.jpg" width="108" height="144" style="border: 1px
#000000 solid;" /><img src="network_guy.jpg" width="108"
height="144" style="border: 1px #000000 solid;" /><img
src="happy_male_operator.jpg" width="108" height="144"
style="border: 1px #000000 solid;" />
</td>
<td width="345" height="166" align="center" valign="top"
style="border-left: 1px solid #000000; border-top: 1px solid
#000000; border-right: 1px solid #000000; border-bottom: 1px solid
#000000; padding-top: 4px;">
<iframe src="
http://flatratecomputersolutions.com/simplezine/includethis.php"
id="the_iframe" frameborder="0" width="300" height="166"
scrolling=no style="border:0px; font: Arial, Helvetica, sans-serif;
color:#666666"></iframe>
</td>
</tr>
</table>
Here's the CSS:
#buttons {
height: 18px;
width: 440px;
background-color: #3369AA;
padding-top: 2px;
padding-bottom: 2px;
.phone_numbers {
color: #3369AA;
font-size: 16px;
font-weight: bold;
.contact_us {
line-height: 2.3em;
padding-right: 2px;
padding-top: 10px;
padding-bottom: 15px;
line-height:25px;
Thanks very much!
Emilie

zzzeeep wrote:
> Hi! I'm having pesky IE
problems again:
>
>
http://zooop.net/flatrate/
>
> The Contact Us/Login text in the top right corner won't
align to the right, as
> the code requests it to do.
I'm thinking its because of the splitting and merging of your
table
cells. You know you should not build a page using one giant
table which
you then proceed to split into 'irregular' areas, which the
browser has
trouble deciphering.
You can test this out by inserting a 1 row x 2 col table
above your main
table. Use the same code/css on each of the cells and you'll
find the
text goes over to the right.......that probably tells you the
construction of your main table is 'wonky'

Similar Messages

  • Help! Desperate! Player won't align to the right of the Sidebar

    Hello,
    I am trying to get the player to align below the "header" and
    to the right of the "sidebar". My Text will align properly but the
    player I am adding just won't seem to align below the text?
    I have the code below with my CSS file also. I use this file
    for other items so other things are in there.
    Can anyone Help?

    I think you'd be better off posting a link to the page and
    explaining a bit more about what you mean.
    Regards
    Martin

  • JLabel with an icon aligned to the right side.

    Hi all,
    I need a JLabel with an Icon aligned to the right but with the text aligned to the left side.
    Is it possible?
    How can I accomplish this?
    Please help me, I've spent almost 2 hours on this.
    Thanks on advance.

    Just so you know, though, you use JLabel.setHorizontalTextPosition to determine where the text is relative to the image:
    JLabel label = new JLabel("Text", new ImageIcon(...), JLabel.CENTER); // For example
    label.setHorizontalTextPostion(JLabel.LEFT);Hope this helps.

  • Images on sightseeing.html won't align with the column margins.

    All six parts of the Bayside Beat tutorial were great!!!  The only problem I had was the images on the sightseeing.html page won't align with the column margins. They won't move all the way to the left or right.  In design view they align with the margins correctly, but in Live view mode or when viewed in a browser there is a space between the margin and the images.  The space is constant and doesn't vary with the width of the browser.
    I unzipped the final version of the site to a new folder.   I viewed it in Chrome and in Explorer 11 and the images still won't align with the margins.  I'm using window 8.1 and DW CC6.
    It's not a big deal, because I learned many things from the tutoral, but I still would like to know what I'm doing wrong.
    Thanks for any help.
    Design View
    Live View

    Glad you enjoyed the tutorial videos.
    Just looking at the screenshot of Live view, I would say that the problem is you haven't set the left margin in the floatleft class to zero. The image is wrapped in a <figure> element. Most browsers add a default 40px left margin to <figure>. Setting the margin to zero in a class overrides the default.

  • Content of Scrolling text won't start at the top of the frame

    Despite making the frame exactly the same size as the content the Scrolling text won't start at the top of the frame. It drops down the equivalent of a line of text. Any ideas?

    Hi Ali
    No to Baseline Grid
    Yes to Text Wrap but its a small graphic (to indicate scrolling text) inset into text halfway down.
    The first line of text has a 4 line drop cap with Align to Left Edge checked. The DC is also defined as a Chara Style and doesn't exend above the top of the text.

  • While in imovie, when working on a project, I can NOT view the project in the right hand screen. I have made several videos and it has always worked before. I am not able to edit the videos because they won't play in the right hand screen.

    The videos that I import (and are located on the bottom of imovie) will show up and play on the right hand screen. But if I move that clip to the actually project area it won't play in the right hand side! I somehow must have clicked something that now won't play the project videos and now plays the clips below instead! Help please I need to fix this! Everythign else works, I can still edit videos, add transitions, music, etc I just can't see it on the right hand side- so I can't edit because I can't see

    See my post here on how to do this.
    https://discussions.apple.com/docs/DOC-4141

  • I have an email thread that has become unprintable (and in some cases unreadable) because each email in the thread is indented and eventually the text is very far to the right margin and even beyond.  How do I correct this?

    I have an extremely long and important email thread that has become unprintable (and in some cases unreadable) because each preceding email in the thread is indented and eventually the text is very far to the right margin and even beyond.  Some of the text is even showing up as only 1 letter per line.  I tried selecting all and then left justifying it, thinking that that would shift everything to the left, but it didn't work.   When I go to print the thread, it shows as 344 pages, which although long, I can't believe it's that long.  What do you think happened to cause this and can it be corrected?

    Ick. So it can't just work sensibly? Sensible would be either autosave overwrites previously autosaved versions or all autosaved versions would be deleted when the message is finally sent. Allowing previous message versions to accumulate endlessly might be beneficial to someone, but does not seem like sensible default behavior.

  • Why does my text in Indesign start on the right side instead of the left?

    I have done something to the newsletter that I am working on, but I don't know what I did.
    Whenever I try to write a caption on a picture or try to type a piece of text for the newsletter, the cursor starts on the right side instead of the left and makes weird spacing and never lines up correctly.
    The only way I can get text to work now is to use a snipping tool and snip text from another program!

    With just the text tool selected, but no text boxes selected (or made), any change to the style of paragraphs or fonts etc is 'set' for the document. If you have clicked on the right alignment tool with nothing selected, then everything from then onwards will default to right align.
    If every document you've worked on is doing this, then open InDesign with no document open (so just the panels showing, but no file/doc open) and select left align with the text tool in use. Any setting made with InDesign like this, is default for any new document created. Colours, alignment, optical kerning, fonts, sizes, leading etc etc changed in this state, is the new default.

  • InDesign CS5 - Text won't align with shape

    I've created shapes in InDesign CS5 and then added text boxes (separate elements).  When I try to align the text and the shape, the text box acts as if the wrap function is on and the text is not visible.  I've checked and the settings for both the shape and the text box are set to "no wrap."
    I've tried searching for a solution online, but the answers I get are mostly related to wrapping text around a shape or other non-related issues.

    Yes - I did that first, thinking I was "hiding" the text.  But the text is in front...
    The advice by Willi Adelberger helped - putting the text directly into the shape seems to be working, though I noticed that the text is still not quite aligned correctly...

  • All files larger than the screen aligns to the right by default

    Hello,
    I looked around from the existing solution pool but could not find one so here I go;
    PROBLEM; All files or programs(Numbers, Pages, Finder, Web brousers, Itunes etc)that do not horizontally fit the sceen(ie requires horizontal scroll bar) in my macbook pro moves to the far right by default.   Hense I cannot view the program on the left side unless make it all small enough to fit the screen.  Is there a solution to this? 
    I am fully updated on the platform 10.6.8.
    Thanks.

    Thanks for the tips Captfred.  
    As you mention it works while I hold Control button and this is helpful.   Now is there also a permanent way to keep the screen aligned to the left(or the alignment of files on the screen stays as positioned by the user) without holding the button?
    Thanks.
    Message was edited by: this username

  • Apple sent me the wrong iPhone4, they won't send me the right one back!!

    The fedex guy knocks on my door, I get my iphone4 today, I was all excited after waiting for 2 weeks, but when I open the case I found a 16gig iPhone4 instead of the 32gig I ordered. After waiting over one hour on the phone with support, they tell me that I am right, they sent the wrong phone.
    What baffles me is their "solution" to the problem: they tell me that they have to place a return order on the phone and that once they get it back, I will be refunded and then I need to reorder AGAIN, from scratch! As if nothing happened, they send me to the back of the looong waiting line. They will not send the right iphone immediately, even though they made the mistake.
    So pretty much I have to wait who knows how long to get the phone because they messed up. They won't express ship it, they won't give me one on the store in exchange (actually, I cannot even do the return on a store because I ordered online!!). All they did was to offer me one of those overpriced bumper cases of them as consolation.
    Sorry, about the long rant, but I am really upset. This is not the way to treat anybody. I don't know if I want the phone now, but I guess they could care less after all the ones they are selling. Did I mention I am an apple fan?

    Locked
    United States -
    AT&T
    MC608LL/A - 16GB Black
    MC610LL/A - 32GB Black
    Apple
    MC318LL/A - 16GB Black
    MC319LL/A - 32GB Black
    Unlocked
    Australia
    MC603X/A - 16GB Black
    MC605X/A - 32GB Black
    Canada
    MC603C/A - 16GB Black
    MC605C/A - 32GB Black
    France
    MC603FB/A - 16GB Black
    MC605FB/A - 32GB Black
    Hong Kong
    MC605ZP/A - 32GB Black
    MC603ZP/A - 16GB Black
    Italy
    MC603IP/A - 16GB Black
    MC605IP/A - 32GB Black
    New Zealand
    MC603X/A - 16GB Black
    MC605X/A - 32GB Black
    Singapore
    MC603ZA/A - 16GB Black
    MC605ZA/A - 32GB Black
    United Kingdom
    MC603B/A - 16GB Black
    MC605B/A - 32GB Black

  • Align to the right.

    Hi.
    I'm trying to solve this little problem:
    Have a JPanel where will add a few JCheckBoxes. Want to add them to the right side of the JPanel.
    No problem to add them to the left.
    I'm using
    east.setAlignmentX(JCheckBox.RIGHT_ALIGNMENT); or
    east.add(a.setAlignmentX(RIGHT_ALIGNMENT));where a is a checkBox.
    None of them works......
    Any ideas.
    Thanks in advance.

    for horizontal + vertical alignment I use this little gem of a layout manager:
    [http://www.java2s.com/Code/Java/Swing-JFC/AverticallayoutmanagersimilartojavaawtFlowLayout.htm|http://www.java2s.com/Code/Java/Swing-JFC/AverticallayoutmanagersimilartojavaawtFlowLayout.htm]
    Simple and effective. It can even stretch components on demand.

  • RH8 - Bookmarks/Pages aligning to the right in TOC pane when long topic titles clicked?

    Using Robohelp X5 standard webhelp the books/bookmarks are always aligned to the left and in view, as so:
    When converted to robohelp 8 standard webhelp the alignment for the same page seems to align to the end of the topic title, obscuring the books/bookmarks as so:
    Does anyone know how to change this back or why it has happended?
    Cheers

    Hi,
    This behaviour is also present in RoboHelp 7. To disable this in RoboHelp 7, open whthost.js and comment out the line: aIdList[aIdList.length-1].focus();
    like this: //aIdList[aIdList.length-1].focus();.
    I don't have Robo8 before me now, but searching for this line in the Robo8 whthost.js may also eliminate this behaviour for Robo8.
    Greet,
    Willam
    Message was edited by: Peter Grainge For RH8 you will find the file in C:\Program Files\Adobe\Adobe Technical Communication Suite 2\Adobe RoboHelp 8\RoboHTML\WebHelp5Ext\template_stock  Delete Adobe\Adobe Technical Communication Suite 2 from the path if you are using standalone RoboHelp.

  • My father is running firefox and his screen aligns to the right any ideas as to what he needs to do?

    When my father loads any screen in Firefox what you would expect to see in the centre of the screen is instead on the right hand side as a result what you wouldnmormally see on the right hand side is missing.

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    This issue can also be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Text is 'Leaking' off to the Right of FF Browser Window

    I opened up this Window via a Right-Click, Open In New Tab.
    https://support.mozilla.com/en-US/questions/801733?s=Air+&as=s
    There is an 'Answer' overlaid on the Question that was being asked.
    EDIT!!! It was NOT an answer, but the rest of the question the person had asked. AND I cannot duplicate it any more. Just once... This may make this question a moot point but I'll leave it up in case there is a problem/answer to it. Thanks.
    The 'Details' supplied below point to several Plug-Ins/Add-Ons. No help from that, for me anyway.
    I have one Add On that I installed in FF but is not running. I haven't added any more.
    I am brand new with FF, literally. Like my third day.
    IE (8) is wonky enough. I got FF to work on some .css/php stuff.
    But if this is the only problem I have I will migrate over to FF full time, using IE to check if my pages/sites load correctly.
    I do have a screenshot if needed. I haven't found any information howto add a pic/file to a forum question yet.
    Help me out, please.
    Thanks,
    Dale

    I see that.
    OK, how did I start a 'new line' with a 'space?'
    Unless, the text was near the end of the text box and my next character was the Space Bar hit and, the next line was started with a 'space,' correct?
    So, how to stop that?
    I type with two fingers, looking at my keyboard. I look when I am done and proof what I have written.
    Thanks...

Maybe you are looking for

  • Does Keynote support CUDA or GPU usage?

    Thinking about buying a Nvidia K5000 video card. Does anybody know if Keynote supports CUDA and GPU usage?

  • After the cloud and iTunes Match, Can I access all my music in airplane mode?

    Seems like Apple hasn't been very clear about this. So now all my music is being stored in the cloud. That should allow me to free up space on my phone...but if I turn on airplane mode, what would be left on my phone if I delete my music locally? If

  • How to Lock a data base table for write access.

    Hi All, I have a requirement where in I have to insert a bunch of data into a standard table using some function module. I want to lock the table for the others to insert/modity the records during my insertion. Please help me provide the procedure ho

  • Another Internet problem

    I'm a noob to solaris 10 who just finished installing it, though probably not perfectly because I can't get my internet connection to work(it can't find any web pages). I looked at these links: http://forum.sun.com/thread.jspa?threadID=27408 http://s

  • Passing select options to a subroutine

    hi experts can somebody tell me how to pass a select options to a subroutine. tell  me how to pass using pass by reference and value. thanks.