Click here to get back home

text align right

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
text align right JG 11-05-2007
`--> Re: text align right Beauregard T. S...11-05-2007
Posted by JG on November 5, 2007, 8:25 pm
Please log in for more thread options
Hello I've got an issue creating a web page. I've have two pictures sitting
where I want them (one left and one right) and I have a heading over the
left one but cannot get text to move over the right one. Actually I did
get it to go over the right one in one scenario but I had to put a line return
in so that the right picture sat down lower than the left. I realize everything
is
done with styles nowadays but I just need (if possible) a simple html way to
do this. Really appreciate all info.
--------------code below--------------
<center><b><font size="4">Main text at top of page</font</b></center><br>
<br>
<left>
<b><font size="4">Left picture heading</font></b>
</left>
<right>
<b><font size="4">Right picture heading</font></b>
</right>
<br>
<p><img src="Left Picture.jpg" width="430" height="285" alt="Alt Text"
style="float:left">
<p><img src="Right Picture.jpg" width="430" height="281" alt="Alt Text"
style="float:right">
<br />
</p>



Posted by Beauregard T. Shagnasty on November 5, 2007, 8:49 pm
Please log in for more thread options
JG wrote:

> Hello I've got an issue creating a web page.

Yes, you do. You can't make up HTML elements and expect it to work.

These:
> <left>
> <right>


> <b><font size="4">Right picture heading</font></b>
> </right>
> <br>
> <p><img src="Left Picture.jpg" width="430" height="285" alt="Alt Text"
> style="float:left">

The next <p> closes the previous one.

<p>
<span style="float: right">Right picture heading<br>
<img src="Right Picture.jpg" width="430" height="281" alt="Alt Text"
</span>
</p>

If there is no content text, why use <p>aragraphs?

Next time, post a URL. Run it through the validators first.
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/validator.html

--
-bts
-Motorcycles defy gravity; cars just suck

Similar ThreadsPosted
How to align text label and input field's text ? June 11, 2007, 6:10 am
DIV text vertical-align solution January 23, 2005, 10:21 pm
align text field and button 2 February 21, 2007, 6:26 pm
Newbie question: css layout with 3 columns (left align, use all remaining space, right align) March 29, 2006, 10:36 pm
can't get text field to align with textarea field March 9, 2005, 11:09 am
How to align this? December 2, 2005, 7:05 am
Align Right July 14, 2006, 12:33 pm
img align=right :-( May 31, 2008, 10:15 pm
Trying to align something at the very bottom August 19, 2006, 3:50 pm
How do I align a link? September 17, 2006, 12:45 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap