This is a discussion on "pictures side by side" within the Web Page Design section. This forum, and the thread "pictures side by side are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
pictures side by side
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
pictures side by side
my pictures arent linening up side by side, theres a bit of space in between
they're GIFS if that makes a difference here is the section of the code where the pictures are:
|
|
|
|
|||
|
Re: pictures side by side
Hey, Code was correct, took out the </img> tags, deleted some spacing, and it should line up now.
|
|
|||
|
Re: pictures side by side
Just to make it xhtml compliant i also edited it a little.
|
|
|||
|
Re: pictures side by side
if you find stacking multiple image tags (or other tags) without spacing is hard to read. i.e.,
<img ... some attributes ... /><img ... some attributes ... /><img ... some attributes ... /><img ... some attributes ... /> try this trick: <img ... some attributes ... /><img ... some attributes ... /><img ... some attributes ... /><img ... some attributes ... /> note there is still no space between the tags but we put line break WITHIN the tag. |
![]() |
| Tags |
| pictures, side |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do i put a border only on a certain side | snelll | Web Page Design | 15 | May 28th, 2008 13:30 |
| Side by side positioning | josephman1988 | Web Page Design | 7 | Oct 20th, 2007 12:49 |
| two divs side by side | nashultz07 | Web Page Design | 10 | Aug 9th, 2007 23:28 |
| Client-Side VS Server Side Scripting | redev2006 | JavaScript Forum | 1 | Jul 30th, 2005 19:30 |
| 3D Side Scrolling | noanswer42 | Flash & Multimedia Forum | 4 | Jul 29th, 2005 12:37 |