This is a discussion on "The Best way to display Images and text" within the Website Planning section. This forum, and the thread "The Best way to display Images and text are both part of the Planning Your Website category.
|
|
|
|
|
![]() |
||
The Best way to display Images and text
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
The Best way to display Images and text
What is the best way to display images and text next to each other. I tried to place the image and text within a <div> tag and <p> tag like this:
This is for a band page for my church where I want to display each band members image to the left of there profile info. This is for a final project due soon. |
|
|
|
#2
|
|||
|
|||
|
Re: The Best way to display Images and text
Here's the best way:
html
I hope that's what you were asking for. |
|
#3
|
|||
|
|||
|
Re: The Best way to display Images and text
So I don't need to wrap the text in <p> tags? Ok I will do that and let you know how it turns out. Thanks for your help.
|
|
#4
|
|||
|
|||
|
Re: The Best way to display Images and text
You can wrap them in p tags but you do not have.
|
|
#5
|
|||
|
|||
|
Re: The Best way to display Images and text
If your text is a paragraph, then you should put it inside a <p>.
|
|
#6
|
|||
|
|||
|
Re: The Best way to display Images and text
Right, thanks!. The container's width is 800px, the left content within is 600px and the right content within is 200px. What do I do if I want each one of them to occur in a vertical alignment. Do I change the div class width? Or don't set a width at all?
|
|
#7
|
|||
|
|||
|
Re: The Best way to display Images and text
Set a width of 800px on both and they will align one under the other.
|
|
#8
|
|||
|
|||
|
Re: The Best way to display Images and text
Thank you very much.
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best way to display images/ Keeping file size down | Oak | Graphics and 3D | 17 | May 27th, 2008 17:03 |
| Display different images? | sing2trees | Classic ASP | 6 | Jan 16th, 2008 05:15 |
| display text | elmasduro | JavaScript Forum | 0 | Apr 27th, 2007 04:07 |
| Different Text Display in Different Browser ??? | j4mes_bond25 | Web Page Design | 0 | Jul 6th, 2006 17:26 |
| Use form to display non-preset images...? | Mikemc | JavaScript Forum | 2 | Feb 2nd, 2006 00:03 |