Problem with text-align: right

I ran validator and there are NO errors.

Here's the markup:

< class dt = "type_X" > < u > Joh. Heinrich Sch & ouml; m (1713-1785) < span class = "right" > 1. </span > < / u > < br / > < br / >
< /dt >

And the .css:

{more .right

text-align: right;

right margin: 20px;

float: right;

Clear: right;
}

It works fine in Firefox and Safari.  The problem is in Design view of Dreamweaver:

Screen shot 2011-06-02 at 6.56.01 PM.png

Notice how the "1." is on the line under the text "Joh. Heinrich... »

Same problem in Internet Explorer:

Screen shot 2011-06-02 at 6.59.29 PM.png

Yet, it is perfect in Safari and Firefox.  It's Safari:

Screen shot 2011-06-02 at 6.59.00 PM.png

Would appreciate your help.  Thank you

JDS

This is what appears in IE8

It looks identical to me to what you see in other browsers.

Tags: Dreamweaver

Similar Questions

  • a problem with the alignment of site on the Tablet and phone version.

    I have a problem with the alignment of my site on the Tablet and phone Version of my site.

    If you open the Tariffuehrer.com site on the tablet or smartphone, you can see, the page is aligned to the left in the browser. I want the page to Center. I did find an option for it in the backend of muse.

    I'd be happy if someone can help me.

    Hi Michael,

    I can't view your site as it showed error 403,

    Can you please recheck the url of your site and repost it so that I can check on this subject.

    Kind regards

    _Ankush

  • PSE14 problem with text

    Hello. I'm having a problem with the text in PSE14.  All text is type in capital letters and spacing is not correct - it is too far away.  I don't have to do anything fancy, just type normally and it worked fine until a few weeks ago. I don't know if I accidentally, you click a setting, but I searched everywhere and can not find out what the problem.  Any help would be appreciated. Thanks in advance.

    amandak93654416 wrote:

    Hello. I'm having a problem with the text in PSE14.  All text is type in capital letters and spacing is not correct - it is too far away.  I don't have to do anything fancy, just type normally and it worked fine until a few weeks ago. I don't know if I accidentally, you click a setting, but I searched everywhere and can not find out what the problem.  Any help would be appreciated. Thanks in advance.

    Suggest that you reset the text tool, that only he can fix.

    To do this, look for a box with lines inside on the right side of the tool options bar. Click Reset.

  • Problem with text!

    I need your help. I have problems with the text. When I taper type text, and then try to resize the box, the text is that in a straight line (it does not resize). By default, the behavior is set on "Multiline no film." That's the problem, and if so, how to change that? The other options on the 'Behavior' tab are grayed out. Thank you all. I have no probably explains this very well, but I hope someone knows what I'm trying to say.

    You don't say what kind of paper you use. The two Flash mode and standard canvas are supported multiline and automatic text wrapping. Try double-clicking the box at the bottom right of the textfield object while you edit.

  • Problem with user access rights invited after the installation of el capitan (10.11.6)

    After that I installed OS X El Capitan (10.11.6), I can't change the way the guest user can access applications.

    When I change the usage rights of the guest user in Control Panel (user admin), everything's fine. Safari is the only application that I leave available. But then, nothing has really changed and guest user can use all applications. When I make the change, the guest user is disconnected (otherwise changes cannot be made).

    Could someone help me in this problem.

    There are problems with Parental controls do not stick in El Capitan.

    There is a long thread about this; of some people have found workaround solutions, but they do not always seem to work.

    OS X El Capitan: controls parental NOT work

  • S205 - problem with the keyboard (right shift key)

    Hello.

    Google couldn't really help me, so I try my luck here

    Two days ago, I met a rather strange problem with the keyboard of my S205 (running Win7 64 bit). For some reason any the right shift key is no longer works as a shift key, but it has the same function as "Alt Gr" key on the right side. FYI: German keyboard. For example, the @ is on the same key as the Q here and normally I have press the AltGr key to type a @. Now the same thing with the right shift key.

    I tried a couple of things already, none of them helped. I have accidentally changed the layout of the keyboard, checked once again in the Control Panel, everything is OK here. No Fn - keys are activated. I tried to plug in an external USB keyboard - on that one, the shift key works fine. The right shift key is the only key that does not work properly. I even tried the keyboard on the screen so I could see which key was pressed when I pressed the SHIFT key and she showed the "Alt Gr" - button is pressed.

    I am open to any suggestion. Thank you

    In case someone might have the same problem - unfortunately I don't have a solution. He solved somehow itself a few months later. Really strange thing, but the key is working again.

  • Problem with text input.

    Hello.

    I have problem with input text boxes / text fields. In the text fields of the text cursor (line) just stops flashing. If you start to type, it does not show the text you type in unless minimize you and maximize the window. This happens in many programs.

    For example, office 2013:

    ^

    Type the text. Cursor does not move and it does not have the blink event as it should.

    ^

    Reduce and optimize the Word then, now the typed text is visible.

    This also happens in Chrome too. If you type something in, the text box does not update, but the drop down menu suggestions only. I have no idea why it does.

    Can someone help me please?

    Thanks for reading.

    It is usually a video driver issue.  At the office, you might be able to alleviate the problem by disabling the settings video hardware acceleration.

    Although I would like to ask when this problem started for you, because that might help identify the real causes and lead to a better solution.

  • Problems with left and right Divs

    Hello, I have returned, to see if everything is OK if I could receive assistance with the same subject that I posted previously that came to no conclusion. I try to have two div to the left and right of eachother, which automatically stop the footer. Here are my problems with the following code:

    1. for some reason, the left div is located in the upper left and right div located on the lower right corner

    2. the divs do not automatically stop at the foot of page and corresponds to the amount of pixels in "min-height".

    Demo page: http://www.expertpcguides.com/web-contributors.html

    Paste the following code in my .css document

    #left {}

    Clear: both;

    Background: url ('www.expertpcguides.com/mg/Left.jpeg');

    min-height: 610px;

    Width: 150px;

    float: left;

    }

    #right {}

    Clear: both;

    Background: url ('www.expertpcguides.com/img/Right.jpeg');

    min-height: 610px;

    Width: 150px;

    float: right;

    }

    Paste the following code in my html document

    "<div id="left">< /div > .

    "<div id="right"> < / div > .

    Infact to reach the boxes of such height you'll probably have to use display: table;

    This means wrap any 'left', 'boxcontent', 'good' section in another

    :

    Then, using css:

    {#displayTable}

    Display: table;

    }

    #left {}

    Background: url ("http://www.expertpcguides.com/img/Left.jpeg");

    Display: table-cell;

    Width: 12%;

    }

    #right {}

    Background: url ("http://www.expertpcguides.com/img/Right.jpeg");

    Display: table-cell;

    Width: 12%;

    }

    #boxcontent

    {

    Width: 76%;

    Display: table-cell;

    padding: 30px 25px;

    }

  • Problem with text Photoshop with OSX Mavericks on Macbook Pro

    I have a frustrating problem with Photoshop on my Macbook Pro. "I can enter text without any problem, but the minute I try to edit it, resize, change font or color the totallt disappears and the layer name back to ' layer x" (whatever number it is). This problem has appeared since the upgrade to the Mavericks of OSX, but only on my Macbook Pro... he can't on my iMac 27 "that is running the same OS.

    I totally uninstalled all my CC Apps on Mackbook Pro, reinstalled Photoshop CC, same problem.

    I uninstalled CC again and reinstalled Photoshop CS6, same problem.

    This is despite having run the software without problem before.

    The Macbook Pro is a model in early 2010, has only 256 graphics... so can't run the CC 3D option, but there 8gig of ram... the only difference between the Macbook Pro and iMac in terms of specs is the format of different graphics card. (iMac is late 2012 latest version)

    The problem is I am a teacher and the Mackbook is my portable teaching... and I teach digital photography... so I must have Photoshop running.

    Any... other than total sugguestons clean reinstallation of the entire computer, that would be a total pain and extremely time-consuming.

    Turn off the speech recognition/dictation feature in MacOS 10, 9 - it causes problems for text editing.

  • Problem with 'Text input' and «Close a PopUp» required

    Hello world

    I'm having a little problem with a popup,

    I have a popup with I opened on the action of a button with this code...

    {} public void showPopup (RichPopup loPopup)
    FacesContext facesContext = FacesContext.getCurrentInstance ();
    ExtendedRenderKitService = service
    Service.getRenderKitService (facesContext,
    ExtendedRenderKitService.class);
    service.addScript (facesContext, ' AdfPage.PAGE.findComponent ('"+ loPopup.getClientId (facesContext) +"') ". show();" ');
    }

    Show pop-up, ok within the pop-up window, I have a window Panel and a presentation of form with 3 text input, this input due reg exp validation text and are true... in my layout, I have 2 buttons, one to save the changes, and another button 'Cancel' to close the popup...

    The problem I have is, if one of the text entry has an "Error Message" (for the validation of reg exp or need) and I click on the button 'Cancel', don't close my popup.

    My code to close the popup in my grain of support is:

    this.getPoPo1 (.cancel ());

    Where poPo1 is a var RichPopup

    I already try with masquer()... and nothing!

    Hope someone can help me, I want to emulate the close context menu icon feature.

    Greetings from the Mexico!

    Alberto Tapia

    A Cancel button to true immediate property?

     
    

    This setting configures if data - client-side or server-side validation - is ignored when the events are generated by this component.

    Timo

  • Problem with text not appearing is not in the default size of the style

    Hi all. I have a problem with styles in InDesign CS2.

    Basically I have a selection of styles for some self help books I have spread on a regular basis. Several styles to load the text to be set to 10 points with a line spacing of 12.5 - However, when I use styles, text is in fact 12 points with 12.5 in the lead with no. '+' sign on the style, which indicates that the text has been changed somehow out of style. When I click on the style to check, it still maintains it should be 10 points, and eventually, I will change the text manually with the eyedropper in other styles. It's almost like it's getting a size by default from somewhere, but I don't know where. I've renamed the styles and the recreated from scratch, nothing helps. Any help is appreciated! Thank you.

    Are you sure that you do not have an applied character style?

    Bob

  • Problem with text table: text align to the left in the table

    I can't try to get the text to align inside a table. I'm working on a document that has the body text indented to 12 mm. I discovered that the left of the table corresponds to the tabs and it remains fixed on the marks of the tab. I managed to get the first row of the table to align the text of body outside of the table and the table is positioned how want it to be, but I can't get the rest of the text to align with the first line. Here is a screenshot of the problem:

    Screen Shot 2015-11-24 at 5.43.27 PM.png

    I did it by changing the removal of paragraph to 12 mm and by changing the withdrawal of first line to 12 mm. I've been fiddling with the tabs and other settings, but I can't not all aligned text. Is there a way to align it all without creating a separate or rectangle text box?

    Best regards, Kirk

    Thanks for your help. I just found out that I was using a paragraph style just outside the table who had no hyphen, and it prevented me to rethink the table. Your method worked, but only in the document with examples I showed you. (I did separate because I work on the project of sensitive information) and when I pasted in my working paper, the table is always aligned to the left margin. I then checked the paragraph mark immediately after the table, and there was my problem. I just changed the paragraph style to the same as the outside of the body text. This caused the table to align the body text without affecting the text inside the table.

    Best regards, Kirk

  • Problem with the alignment of text and numbers

    I have problem to align the number and text... It separates the number of the actual sentence... How can I fix?

    Untitled.png

    http://forums.Adobe.com/message/4653327#4653327

  • Problem with central alignment with icons fonts Awesome

    Hello

    Recently, I Starter to learn Adobe Muse. I started the tutorial and I have this problem:

    When I add police great icon, its alignment to the left, and I can't do the Center or right. Urgent, but nothing happens.

    Can someone help me with my problem? )

    muse wquestion font awesome.jpg

    Is - it only the center alignment is working do not or other alignments thus?

    Can you try using the icon fonts of the great brand in a new page and then test the alignments?

    Or try to re - insert the icon, and then check.

    Thank you

    Sanjit

  • Images - facing a problem with the alignment of captivate

    Hello world

    I am using captivate to create e-learning courses for my client. The course was in PPT and slides have been imported into captivate. The process was smooth until the customer asked me to change the size of the canvas. The course includes images as well as on the slides.

    The problem comes here

    1. I can chamge the size of the canvas of 1024 * 768 and 1280 * 800 in the same file? If so, how?

    2. I tried another way of doing this thing. I created the canvas with 1280 * 800 itself. Then, I went back to the old captivate file and copied all the slides and paste it into the new file. But the blades with images have problem (eg. alignment issues produced.). Is it possible to modify these images here himself in captivate so that I can move with arrow keys and mouse to solve the problems of alignment?

    Thank you and best regards

    Vikas

    Please, this is a forum for users and expect to get an answer right away? Myself and other users to be able to spend more than one hour a day, trying to answer questions, but we do that in addition to our normal work and all this for free.

    You can resize a project with changes, the project of the scale. You have the choice of high end everything, which will always lead to a loss of quality. Best result is given when you can keep the aspect ratio, but this isn't the case for you, since you spend report 4/3 16/10 rather unusual.

    Problem is, imported, Powerpoint slides are converted into film slides. This means that you don't have the items separately in Captivate and will not be able to reallocate the as you request your second question.

    Even resizing in Powerpoint will give you a lot of headaches, because of this change the aspect ratio. And that would be the way to go, if you use Captivate as a converter for PPT, that is not the best use of a creative tool at all. A plug-in for PPT is much better suited for this cause (Adobe Presenter, Adobe articulate, iSpring).

    Is to embed the slides present in a Knockout Master slide a possible workaround?

    http://blog.lilybiri.com/create-and-use-a-knockout-master-slide

    Lilybiri

Maybe you are looking for

  • Problem with the iPad using kindle app.

    WE have 2 iPads, iPad 3 and the air of aniPad. Nor are working using the kindle App freezes and looks like he's trying to download or open a book. Which of the two in the lower part shows also cloud and who is on the side of the unit?

  • Volume/brightness screen is missing

    I have a Lenovo B575 and I've recently updated my system, after that all my applications have been uninstalled. Now, I can see the defiler when you volume up/down, brightness up/down, with the keys FN, where is the program that I can download for thi

  • What is the range of temperature for the 9219 and 9211 measurement modules using a K type thermocouple as the sensor?

    Hello hope I posted in the right place. I'm about ready to buy a cDAQ-9172 chassis and modules temperature 9211 or 9219 universal. I have not yet taken my mind yet. Then, I thought that one of them would make the temperature range required that I nee

  • Error file open/create/replace FPGA

    Hey guys,. I'm having a problem where, when I try to use reading worksheet VI in my RT Host Application, it returns error code 7 (can't find a file or folder does not exist) when it calls the function of file open/create/replace. The feature works ve

  • Switching from one computer to another computer used...

    My current computer of dinosaur is flawed and very slow.  I got another tower which is used and there wasn't anything erased.  How can I clean the newest computer?  So, I still have to make a transfer from my old computer to the most recent it may be