473,796 Members | 2,607 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

img align=right :-(

Hi,

I am wondering why (half of the) squared images are not aligned on the
right of the text in Internet Explorer (using <img ... align="right" />.
I thought this was supported even in IE. In FF and Opera it works fine.
http://www.roderik.net/2008/05/25/ro...e-vienna-2008/

Mucht thanks for any suggestions.
Jun 1 '08
13 2676
Roderik <no****@atall.n lwrote in news:48420632$1 _4@mk-nntp-
2.news.uk.tisca li.com:
Hi,

I am wondering why (half of the) squared images are not aligned on the
right of the text in Internet Explorer (using <img ... align="right" />.
I thought this was supported even in IE. In FF and Opera it works fine.
http://www.roderik.net/2008/05/25/ro...e-vienna-2008/
Your issue is within your global reset.

--
BootNic Sunday June 1, 2008 8:06 PM
"The POP3 server service depends on the SMTP server service, which
failed to start because of the following error: The operation
completed successfully."
*Windows NT Server v3.51*

Jun 2 '08 #11
Roderik wrote:
Gus Richter schreef:
>Roderik wrote:
> >
I prefer CSS floating also (and use it quite often) but in this case
I prefer not to change the HTML because it is automatically
generated.
If you "prefer", it tells me that you "can".
>It's up to you of course, but look (with any other browser other than
IE) at how the subsequent text runs into the image above when the
paragraph is not enough to clear the image.

What I'm saying is that you will have to
change the html anyway.
You give advice for something that you assume that is wrong behaviour.
I'm not assuming, it's terrible as it is! You mean to say that it's
intentional?
I know can overcome that by clearing ............
Sure you do. That's why you didn't and presented a garbage page.
....... but is not a browser specific issue and it has
nothing to do with images not floating to the right in IE.
I couldn't have cared less about this since you didn't mention it, but I
thought that since you probably "should" change this and it required
markup changes, then you might "prefer" to make all changes at the same
time. If not, then don't. It's all the same to me.
The aim is that people using the WYSIWYG editor in the CMS do not have
to look at the source code before they publish in article in order to
make it look more or less similar in the major browsers.
Images usually float to the right in IE when they have the attribute
align set to right (as shown on:
http://dorayme.890m.com/alt/roderik.html), however not in this page. So
it has something to do with the combination of the align attribute with
the context or most likely some style definitions that trigger IE to
change its behaviour when the other major browsers don't.
A page using Transitional doctype and nine stylesheets is not what I
think worthwhile responding about, however, since you seemed to get no
satisfaction, I gave you my solution. There may be better. Try Jukka's
since it's the only other one, or wait for another solution to your
liking in this NG or CIWAS. On the other hand you seem to know what the
problem is in order to use your preferred deprecated markup. I leave you
and Jukka to discuss further, because I'm out of this thread.
Jun 2 '08 #12
Gus Richter schreef:
Roderik wrote:
>Gus Richter schreef:
>>Roderik wrote:
>
I prefer CSS floating also (and use it quite often) but in this case
I prefer not to change the HTML because it is automatically generated.

If you "prefer", it tells me that you "can".
>>It's up to you of course, but look (with any other browser other than
IE) at how the subsequent text runs into the image above when the
paragraph is not enough to clear the image.
>>
What I'm saying is that you will have to change the html anyway.
You give advice for something that you assume that is wrong behaviour.

I'm not assuming, it's terrible as it is! You mean to say that it's
intentional?
Yes and some people like it also.
>I know can overcome that by clearing ............

Sure you do. That's why you didn't and presented a garbage page.
>....... but is not a browser specific issue and it has nothing to do
with images not floating to the right in IE.

I couldn't have cared less about this since you didn't mention it, but I
thought that since you probably "should" change this and it required
markup changes, then you might "prefer" to make all changes at the same
time.
But I don't know how to change it related to the initial problem stated
in the first message of this thread. This problem does not stands on its
own it will arise for everybody using the WYSIWIG editor in the CMS that
inserts a picture through the picture popup and chooses to align it on
the right. After all I didn't ask how to solve it! I want to know why it
happens in order to avoid it in the future. And also didn't ask for a
lecture on best practice. I consider myself quite knowledgable about web
design and web development although you will prob. conclude otherwise.
One of the sources I gained knowledge from was people explaining issues
I questioned about on usenet. Pointing out specific bugs. Telling me
other things and not giving an answer to the initial "why" question is a
waste of time, because everything you told me about floating and
clearing is part of my present knowledge. I feel that I have to explain
every time, to be polite to you, why I considered not to apply it in
this specific case. Main reasons were that it is time consuming to
rewrite an editor (time that can be spend otherwise resulting in either
more pleasure or more gain in terms of money) and that I want to know
(in order to learn from it) why sth. is wrong before fixing it.

If not, then don't. It's all the same to me.
>
>The aim is that people using the WYSIWYG editor in the CMS do not have
to look at the source code before they publish in article in order to
make it look more or less similar in the major browsers.
Images usually float to the right in IE when they have the attribute
align set to right (as shown on:
http://dorayme.890m.com/alt/roderik.html), however not in this page.
So it has something to do with the combination of the align attribute
with the context or most likely some style definitions that trigger IE
to change its behaviour when the other major browsers don't.

A page using Transitional doctype and nine stylesheets is not what I
think worthwhile responding about, however, since you seemed to get no
satisfaction, I gave you my solution.
Sorry I can't give you any points for it because it was not a solution
the question stated. Maybe you misinterpret my "much thanks..."
statement. Of course I meant suggestions about what I had written before.
So if you think it is due to the doctype, I will consider changing the
doctype. I usually use strict so that wouldn't be much of a problem.

There may be better. Try Jukka's
since it's the only other one, or wait for another solution to your
liking in this NG or CIWAS.
I will check it from time to time.

On the other hand you seem to know what the
problem is in order to use your preferred deprecated markup. I leave you
and Jukka to discuss further, because I'm out of this thread.
ok
Jun 2 '08 #13
BootNic schreef:
Roderik <no****@atall.n lwrote in news:48420632$1 _4@mk-nntp-
2.news.uk.tisca li.com:
>Hi,

I am wondering why (half of the) squared images are not aligned on the
right of the text in Internet Explorer (using <img ... align="right" />.
I thought this was supported even in IE. In FF and Opera it works fine.
http://www.roderik.net/2008/05/25/ro...e-vienna-2008/

Your issue is within your global reset.
Thanks, that's it. Short and to the point! :-)
Jun 2 '08 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
6808
by: Phil Powell | last post by:
Code: <!-- script src="/js/val_header.js"></script --> <style> <!-- BODY { scrollbar-3d-light-color:#eeeedd; scrollbar-arrow-color:#000000; scrollbar-base-color:#000000; scrollbar-dark-shadow-color:#eeeedd;
12
95548
by: Ted Mencini | last post by:
When I replaced older <IMG ALIGN=RIGHT ...> tags with a CSS definition <IMG class=right ...> xxx.css: IMG.right { BORDER: 0; align: right } I notice that the effect is NOT the same. While in the past the text was flowing smoothly around the picture on the right side there is now a hard cut: Text, then picture below with white space on the left and finally
8
20034
by: André Hänsel | last post by:
Hi! When I put a table into a table and try to align it right, it works in IE but not in Firefox. Simplest code to reproduce: <html> <body> <table style="width: 100%"> <tr>
1
10979
by: Astra | last post by:
Hi All This has been bugging me for months and I just can't my finger on why it won't work in Safari/FireFox (IE lets me off cos it's nice liek that). In essence, the offending code is as follows: <TD CLASS="NavBarHeaderCellB"> <!-- #include file="../incs/sprocs/fred.asp" --> </TD>
6
1791
by: tshad | last post by:
I have a cell with 2 items in it: a textbox and a link. The link is actually a button (image), but for the example I am using a link, which is doing the same thing. Here is the stripped down version of my page that shows the problem: *********************************************************************************** <html> <head></head>
6
2643
by: Hymer | last post by:
Hello, I have a paragraph where I want to add one word at the end. I want this word to be aligned right but I want it to appear on the same line as the last line of the paragraph. So I don't want to use <p align="right"because that drops it down to the next line. Also, I am modifying an online third party html so I can't use CSS. Is there an html solution to right justifying one word on the same line as the last line of a paragraph?
3
7878
by: Sjef Janssen | last post by:
Is it possible to have a box (div) which sets a background-color and which contains (on the same line) text which is left aligned and text which is right aligned. (as in a table: two td's left one left aligned, right one right aligned). Thanxs!!
4
32021
by: Bjorn Sagbakken | last post by:
With .NET 2.0: Is there a way to right align the text in a textbox? The task is to edit numbers in a table-column, and it looks kind of silly with the numbers left-aligned. A label respond to formatting of the table cell, but text within the texbox doesn't. Bjorn
10
443
by: Roderik | last post by:
Hi, I am wondering why (half of the) squared images are not aligned on the right of the text in Internet Explorer (using <img ... align="right" />. I thought this was supported even in IE. In FF and Opera it works fine. http://www.roderik.net/2008/05/25/robotchallenge-vienna-2008/ Mucht thanks for any suggestions.
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10187
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7553
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5446
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5578
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3735
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.