473,382 Members | 1,238 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

flipping text

I would like to horizontally (or vertically) flip some letter in a
word. In IE I suppose I can use the fliph. Anyway, I would like to
have a more standard web site.

How can I obtain this without using MS extensions?

Thanks,
Massimo
--
http://incuso.altervista.org
Jul 21 '05 #1
7 3989
nu*********@gmail.com (Massimo at HOME) wrote:
I would like to horizontally (or vertically) flip some letter in a
word. In IE I suppose I can use the fliph.


St<img src="flipped-u.png" style="height:1em" alt="u">pid

--
Spartanicus
Jul 21 '05 #2
On Wed, 01 Dec 2004 17:57:16 +0000, Spartanicus <me@privacy.net> wrote:
nu*********@gmail.com (Massimo at HOME) wrote:
I would like to horizontally (or vertically) flip some letter in a
word. In IE I suppose I can use the fliph.


St<img src="flipped-u.png" style="height:1em" alt="u">pid


Assuming it is a flipped lower-case u, wouldn't

alt="n"

be appropriate? ;)
Jul 21 '05 #3
Neal <ne*****@yahoo.com> wrote:
I would like to horizontally (or vertically) flip some letter in a
word. In IE I suppose I can use the fliph.


St<img src="flipped-u.png" style="height:1em" alt="u">pid


Assuming it is a flipped lower-case u, wouldn't

alt="n"

be appropriate? ;)


That would be S<img src="flipped-I.png" style="height:1em" alt="I">LLY

--
Spartanicus
Jul 21 '05 #4
Spartanicus <me@privacy.net> wrote in message news:<fa********************************@news.spar tanicus.utvinternet.ie>...
St<img src="flipped-u.png" style="height:1em" alt="u">pid


Forgot to mention: images are not allowed :)

M.
--
http://incuso.altervista.org
Jul 21 '05 #5
nu*********@gmail.com (Massimo at HOME) writes:
Spartanicus <me@privacy.net> wrote in message news:<fa********************************@news.spar tanicus.utvinternet.ie>...
St<img src="flipped-u.png" style="height:1em" alt="u">pid


Forgot to mention: images are not allowed :)


p&#x0259;rnickety, aren't you?
--
Jón Fairbairn Jo***********@cl.cam.ac.uk

Jul 21 '05 #6
nu*********@gmail.com (Massimo at HOME) wrote:
St<img src="flipped-u.png" style="height:1em" alt="u">pid


Forgot to mention: images are not allowed :)


<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="100%" height="100%">
<text x="0" y="1em">St<tspan rotate="90">u</tspan>pid</text>
</svg>

--
Spartanicus
Jul 21 '05 #7
"Jón Fairbairn" <jo***********@cl.cam.ac.uk> wrote in message news:<wf************@calligramme.cl.cam.ac.uk>...
nu*********@gmail.com (Massimo at HOME) writes:
Spartanicus <me@privacy.net> wrote in message news:<fa********************************@news.spar tanicus.utvinternet.ie>...
St<img src="flipped-u.png" style="height:1em" alt="u">pid


Forgot to mention: images are not allowed :)


p&#x0259;rnickety, aren't you?


Yes, good idea:

http://incuso.altervista.org/25_centesimi_palmanova.php

Thanks,
Massimo
Jul 21 '05 #8

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

Similar topics

3
by: Xerxes | last post by:
Hi, I need help in setting up a page where the text wraps around an image. Right now, I am using table, with text in one <td> and the image in the adjacent <td>. The problem is when the text is...
2
by: Macsicarr | last post by:
Hi All Wonder if you could help me. I have created a CMS system that allows the user to enter text and pic 'tags' for their own About us page, eg text.... text.... text.... text.......
4
by: Arif Çimen | last post by:
Hi to everybody, I have chnged a button text in design mode. But After compiling and executing the program the text of the button do not change to new value. Any Ideas? Thaks for helps.
3
by: Peter Oliphant | last post by:
> The flicker is because you background is painted first to clear the > background and then your graphics shapes. > Flicker could be avoided by using a memory device context. where you draw > the...
3
by: jweinberg1975 | last post by:
I would like for users to be able to select from a small number of options that come from a little drop down menu which then closes. .....
3
by: bbepristis | last post by:
Hey all I have this code that reads from one text file writes to another unless im on a certian line then it writes the new data however it only seems to do about 40 lines then quits and I cant...
3
by: acecraig100 | last post by:
I am fairly new to Javascript. I have a form that users fill out to enter an animal to exhibit at a fair. Because we have no way of knowing, how many animals a user may enter, I created a table...
6
blackstormdragon
by: blackstormdragon | last post by:
I just started a C++ class and now we're doing loops and have to make a coin flipping program. Well here's mine: #include<iostream> #include<cstdlib> using namespace std; int flip(); void main...
5
by: =?Utf-8?B?Unlhbg==?= | last post by:
Hello, I have what I thought was a simple problem, and perhaps there is still a simple solution. I have a page that is using local resource files to store all the necessary control properties on...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.