This is a discussion on "Placing pictures in rows" within the Website Planning section. This forum, and the thread "Placing pictures in rows are both part of the Planning Your Website category.
|
|
|
|
|
![]() |
||
Placing pictures in rows
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Placing pictures in rows
Hi, I'm just wondering how I would put pictures in rows like this
![]() But its only going in one row Could this be moved to the CSS forum. Last edited by casho; Nov 28th, 2007 at 15:01. |
|
|
|
#2
|
|||
|
|||
|
Re: Placing pictures in rows
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#3
|
||||
|
||||
|
Re: Placing pictures in rows
Your solution will depend on what you want to use the images for. If you want them just for decoration then you can use the css background images method.
If they contribute to the content then you should place them in your mark up. What will your images be doing, presentational or content? I only have 5 mins but if you can answer the above then I will come back with some examples.
__________________
WelshStew If you think I've helped, click the "Thanks" tierney rides tboard - uk site | xtreme wales - extreme clothing WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Placing pictures in rows
Well they would be used for content but I want to put the images in two separate rows or more.
Last edited by casho; Nov 27th, 2007 at 14:58. |
|
#5
|
|||
|
|||
|
Re: Placing pictures in rows
When you say row, that's mean you are using table to layout them..
you could do that using css, don't use table. table are for tabular data, css are for layouting your page post your full html code here..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Nov 28th, 2007 at 00:39. |
|
#6
|
|||
|
|||
|
Re: Placing pictures in rows
I'm not using a table I'm trying to do it in CSS.
HTML
|
|
#7
|
|||
|
|||
|
Re: Placing pictures in rows
A link would be preferable since you are having problems with images ... we can't see them right now.
|
|
#8
|
|||
|
|||
|
Re: Placing pictures in rows
Here you go.
http://detabeta.com/home.html |
|
#9
|
|||
|
|||
|
Re: Placing pictures in rows
Could this be moved to CSS forum I might get some more replies to solve my problem.
|
|
#10
|
|||
|
|||
|
Re: Placing pictures in rows
Instead of putting the images in <p> tags put them in <div> tags.
Then float each div. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blank Space between 2 rows | JunkFood | Web Page Design | 1 | Mar 26th, 2008 22:33 |
| [SOLVED] Placing navbar | unitedcraig | Web Page Design | 5 | Jan 31st, 2008 15:27 |
| Placing Logo on top | CodyFunderburg | Web Page Design | 1 | Dec 16th, 2007 09:04 |
| Columns and Rows | tlo5 | JavaScript Forum | 4 | Nov 20th, 2007 16:13 |
| Placing tables | squirrel | Web Page Design | 8 | Jun 30th, 2006 23:05 |