473,804 Members | 2,119 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to float:center; an image in text?

Css only offers float:right; and float:left;

Is it possible, to center an image, floated around by text? Cross
browser funcionality is needed for NS4.7, IE 5.x, Op 6.x, Moz 1.x, Konqu
3.x.

I did try
<div style="width:12 0px; float:left;">
<img src="schloss.jp g" width="88" height="100">
what did work for :left and for :right margin with floating text around.
How to center the image?

Example:

<html>
<body bgcolor="#FFFFF F" text="#000000">
<table width="630" border="1">
<tr>
<td colspan="3">

&ouml;lkhsdfl&o uml;khsdfl&ouml ;khsdf&ouml;lkh sdl&ouml;khsd&o uml;lkhasdfl
&ouml;khfs
asd&ouml;klfhsd &ouml;lhfsd sd&ouml;hiasd&o uml;lhfasd
sd&ouml;oihfsd& ouml;lkhf
sdao&ouml;iahfv sdhf o&ouml;isdhfgv& ouml;shdfgv o&ouml;isdhfosh idfc
&ouml;o&auml;is dhfo&auml;hisdf
&ouml;oisdhfv&o uml;liasdh o&auml;isdhfvo& auml;ihsdf
&ouml;&auml;ois dhfvo&ouml;&aum l;ihsd
o&ouml;&auml;is dhfv&ouml;o&aum l;ihsd

<div style="width:12 0px; float:left;">
<img src="schloss.jp g" width="88" height="100">
</div>

&ouml;&auml;ois dhfgv&ouml;&aum l;oisdha
sdio&ouml;hfasd h &auml;sdhfgv&au ml;ohasdfg sdhfg&auml;lsdj fgv
wefhioopweijf
weojhfgüpwerj ihowefüwef oüiwefgühwefg pü0wefgüpjhwe üwerjgpüej
werjgüpjer
oaizhsdfoiasef oüiwerfopiweh üowezhfowiehf üowezhfo wefh
oiwehfopwiehf opiwhefowiehf hsdfljkhsdf
sdlökjösdfj sdäkföä skdfö ljksdfä sdkfä ksdf sdöfjsdöfjl
sdafljöäsdfj äpösjdfäöasdfj dofpdfoh dfgpofdgjk dfgüdkfgpü
kjfdgkhdfg köjhfgökldfh ölkdfhgölhdf öldfhgölhdfg lödfhgöldfhg
oösdfhglödfh öodfhgöldhkf lödfhglödfh öldfhgöldhg ödfhgöldfg
ödflhgöldfhg öldfhgöldf öldfhgöldhf ödflhgöldfh ödflgöldfg
</td>
</tr>
</table>
</body>
</html>
--
Best regards/ MfG,
Gustav Medler
Jul 20 '05 #1
2 38631
"Gustav Medler" <us********@gmx .net> wrote in message
news:be******** ****@ID-22193.news.dfnc is.de...
Css only offers float:right; and float:left;

Is it possible, to center an image, floated around by text? Cross
browser funcionality is needed for NS4.7, IE 5.x, Op 6.x, Moz 1.x, Konqu
3.x.


I would also like to know the answer to this, as to the best of my knowledge
is that you can't. I have tried a variety of method from positioning to
floating and none seems to allow for text warpping around an image that's
not floating left or right. Maybe CSS3?

Andrew
Jul 20 '05 #2
On Thu, 10 Jul 2003 15:06:59 +0100, "Andrew Tang"
<An*********@ho tmail.com> wrote:
"Gustav Medler" <us********@gmx .net> wrote in message
news:be******* *****@ID-22193.news.dfnc is.de...

Is it possible, to center an image, floated around by text?
I would also like to know the answer to this, as to the best of my knowledge
is that you can't. I have tried a variety of method from positioning to
floating and none seems to allow for text warpping around an image that's
not floating left or right. Maybe CSS3?


I hope not. This sort of thing gets dreamed up by graphical designers
who only look at the pictures and don't care that it makes the text
unnecessarily hard to read. (I guess if they were automotive designers
they'd fit sexy heptagonal wheels.)

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #3

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

Similar topics

2
6716
by: richards1052 | last post by:
I write a blog & have html code which I use to float images right & left in my posts. But I often see images surrounded by text on all 4 sides. Can anyone tell me a not too complex way I can do this? Here's the image (float left) code I use now: <div><div style="float:left;"> <img style="margin-right: 15px" src="" height="" width="" /> <p style="text-align:center;"><span style="color: blue;"><em> </em> (credit: )</span></p></div>
2
3758
by: Chucker | last post by:
Hi Community, I think I can store Binary Data in SQL Server but when I try to retrieve it, I always only get one byte. I think I stored my Binary Data in SQL Server in a Colum of Type Image. At least when I execute the following code, I get some significant network traffic. When I check the database with query analyzer, I see 4 Hex Chars in the image colum. Like 0xe0 etc.
7
3150
by: Dan | last post by:
Hi, What is the best way to set up a "Note block" on a web page with CSS. This should consist of a colored box that contains an image on the left, and left-justified text floating to the right. Example: _____________________________ IMAGE |XXXXXXXXXXXXXXXXX |||||||XXXXXXXXXXXXXXXXX |||||||XXXXXXXXXXXXXXXXX
1
11729
by: JHouge | last post by:
Hi, I'm not an expert in coding by any means.. I learn it when I need it. I've been crowned the Online editor for my college paper (mainly because no one else would do it.) I have some previous experience with HTML and CSS from previous sites I've worked on. if you open you local newspaper you'll see the text is in thin narrow columns usually... In some instances those columns will wrap around a photo in the middle of them. Easy enough to do...
14
8335
by: Zhang Weiwu | last post by:
Hello. I have been using word processor like OOO for nearly 10 years and such layout is very usual to me: gopher://sdf.lonestar.org/I/users/weiwu/ooo_wrap_correctly.png but I found it's very difficult to achieve the same layout with HTML/css. The best result I can achieve is like this: gopher://sdf.lonestar.org/h/users/weiwu/Expectation.xml
7
3177
by: codeex | last post by:
I have desiged a web page with adobe photoshop..but im trying to figure out how i can float text or tables on top of what have already done with making the images shift. If there is a way to make it float it would be greatly appreciatied. the url of the page im developing is Link thank you
6
2761
by: Hendrik Maryns | last post by:
Hi, There is a little problem with the header on the page I recently converted from frames to proper HTML+CSS. The top part with the navigation used to be the top frame but is now included via SSI. On a broad screen, it looks good, but if you make the viewport small, the slogan text in the middle overlaps with the navigation buttons. http://www.weltladen-tuebingen.de/
2
2256
by: Jason Carlton | last post by:
Sorry if this goes through twice, I had an error the first time that I submitted. I have a bit of text that has a varying length, and I'm wanting to float text to the right. The problem is that the text needs to wrap to 2 lines instead of 1, and I'm wanting to float the text to the right of the second line. Something like this:
5
7110
by: cleary1981 | last post by:
Hi, I am sure this is fairly obvious, I am designing a site which I want to be cross browser compatible. My content is 735px wide. I am having trouble working out how to get the main content div to show in the centre of the page. Heres my css for the main div body{ margin:0px; padding:0px; background:url(images/bgmain.jpg) 0 0 repeat-x white;
0
9715
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10600
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...
0
10352
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10097
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9175
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...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4313
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
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3002
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.