Reply
How to put text under images?
Old 06-08-2004, 12:53 AM How to put text under images?
darksaber76's Avatar
Junior Talker

Posts: 3
Location: usa
Hey new here, and fairly new to html for that matter. This is probably an easy thing for most of you, but I am trying my hand and creating a website in my own html. Been learning a lot but I can't figure out how to get text under a picture. I am working on 4 pictures. They are all on the same line, in a row, next to each other. I want to put one line of text, captions if you will, directly under each individual picture. Is this a table thing? Tables I am unsure on how to do. Something I am still trying to learn. Just wondering if I had to use a table, or if there was something that needed to go into the img tag.

Thanks in advance for any help / advice.
__________________
~Holly~
darksaber76 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-08-2004, 05:09 AM
Ultra Talker

Posts: 377
it can be done easy with using tables like:

<table border=1 width=yourwidth>

<tr><td><img src="yourimage.*" width=yourwidth height=yourheight></td></tr>
<tr><td>Your text</td></tr>

</table>
__________________
andrews_john
www.softwareforhosting.com
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 06-08-2004, 06:20 AM
Wenslock's Avatar
Webmaster Talker

Posts: 746
Location: Lincoln, UK
if ur not using tables, you could alternatively use <br> after the <img> tag.
__________________
------------------------------------------------------------
www.blackprism.co.uk - Black Prism professional web design services
------------------------------------------------------------
Wenslock is offline
Reply With Quote
View Public Profile
 
Old 06-08-2004, 05:18 PM
vusubhashini's Avatar
Novice Talker

Posts: 9
<img src="image.jpg" /><br>
<p> This text will be underneath of the image</p>
vusubhashini is offline
Reply With Quote
View Public Profile
 
Old 06-09-2004, 02:46 PM thanks
darksaber76's Avatar
Junior Talker

Posts: 3
Location: usa
thanks the table thing worked. i think i finally understand how to set one up.
__________________
~Holly~
darksaber76 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to put text under images?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 10.12419 seconds with 12 queries