Originally posted by useratl
[B]Why does your forum state, ask me any question, but offers no guidelines?
Becuse a well meaning 13 year old never realized how messy it would be to create a thread named like that where people just pour in all sorts of unrelated questions.
When you justify an image to the right, how can you get a line of text directly below it, also justified to the right, as in;
a photo, with the credit beneath it.
As you still don't give a reason why you don't want to use CSS I will give you the best solution (which includes CSS).
<div style="float:left; text-align:center;">
<img> <br> Your photo description.
</div>
Well, I'm new, just beginning to feel fairly comfortable with HTML, and know I dont' have the time to commit to learning and executing CSS well right now. I know I need to get there, but time doesn't quite permit right now.
I can't recall if I've seen what it is I want to do off the top of my head right now, but I can't understand why my efforts seem to be unsuccessful. The specific line of text I wish to follow directly beneath the graphic ends up everywhere but there!
Originally posted by useratl
Well, I'm new, just beginning to feel fairly comfortable with HTML, and know I dont' have the time to commit to learning and executing CSS well right now.
You are not required to learn all of CSS in one fell swoop
But to learn CSS along the way as you learn HTML is actually a good thing, becuse it will save you a lot of time when you code your webpages.
Also, you will learn the correct way to do things for today and future instead of how webpages USED to be done.
I can't recall if I've seen what it is I want to do off the top of my head right now, but I can't understand why my efforts seem to be unsuccessful. The specific line of text I wish to follow directly beneath the graphic ends up everywhere but there!
Are you telling me the code I showed doesn't work?
If so, please give a llink to your page or paste the code onto the forum.
photos aligned right need text below also aligned right
I wanted to thank everyone for their contributions.
I may have erred by neglecting to mention the photo is in the 2d half of a two row column.
i.e.;
xxxxxx xxxxxx
xxxxxx xxxxxx
xxxxxx xxxxxx
xxxxxx photo
xxxxxx shot by X
xxxxxx xxxxxx
xxxxxx xxxxxx
xxxxxx xxxxxx
-- Now; I tried everyone's suggestions, but the credit part ("by X") has wound up on every side of the photo except where I would like it. The photo is where I want it. I just can't get that tiny line of text directly beneath and to the right. My first try was to write the code opposite of left aligned photos, but it's just not coming out right.
Re: photos aligned right need text below also aligned right
Originally posted by useratl
Any other suggestions?
I have problems visualizing exatly what you want. Could you perhaps provide a link to the code you have now or perhaps make a small graphic in an image program that shows exatly how you want it?
I'm sure there is a way to get it like you want, but right now I don't understand what you really want.
I didn't want to load up an entry with too much html, but here goes.
Ok, my first successful attempt used alot of nbsp; to shove my byline where I wanted it. I thought, though, that was not the best way to go about it, which is why I'm here.
ATTEMPT 1:
<p>If your travels take you out of the area for several days, our service is especially economical vs. parking at the airport etc etc
</font></p>
<br>
<font face="Times New Roman, Times" size="+2" color="#CC0000"><i><a name="aeroinfo"> -- Where We Meet You</a></i>
 <image src height=100 width=200 ALT="suitcase sculpture at airport"><br><align=center>
(okay, there's a bunch of nbsp; here, which apparenly, the html in the forum is interpreting-- anyway, this set up achieved my wish. but I figure it would be wrong for different graphix?)
&nbs p; &n bsp;
<font size=2 color="#CC0000"><i>photo by Moody</i></font></p>
<p>
Arriving customers of Phoenix Star Taxi & Limousine will find our vehicles.</p>
<p>Please call once you have exited the aircraft.
</font></p>
ATTEMPT LOOKING FOR SOMETHING OTHER THAN 9MILLION nbsp; !!
<ul>
<li>
<li>
</ul>
<p><image src="..\2002pix\suit3clfix.jpg" height=100 width=150 ALT="suitcase sculpture at airport" align=right></p><br><br><br>
<p align=right><font size=2 color="#CC0000"><i>photo by Moody</i></font></p>
<p><font face="Times New Roman, Times" size="+2" color="#CC0000"><i><a name="aeroinfo"> -- Where We Meet You</a></i>
Okay, I have again tried everybody's suggestion so I can get a photo with a line of text which aligns right directly beneath it.
I'm still learning my tables, and I'm thinking maybe my table code is imperfect, even though the page looks alright.
When I tried all the <div> coding, it moved the photo around, but not the line of text below. When the line of text DID move, it would go too far; maybe it's going to the edge of the table, and I should put that photo in a table all its own?
I am wanting the text to align with the end of the photo, not go beyond it.
anyway, here's one page where I'd like the credit to be across from where it is. it's the photo at the bottom of the left column.
Here's one way to do it. Replace the code (around line 60) with this.
Code:
<div style="width:200">
<IMG alt="call 770-486-1744 for a taxi" src="..\graphics\sign1.jpe" width=200><br>
<div align="right"><FONT size=2><I>photo by Moody</I></FONT></div>
</div>
There are probably better solutions.
I quickly ran a verification on your code and you have several HTML errors relative to <tr> tags. You may want to correct these
Bookmarks