pictures side by side

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 4th, 2006, 22:56
New Member
Join Date: May 2006
Location: a split level cave twenty miles below the surface of the earth
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
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:
HTML: Select all
<div id="container">
<center>
<img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertophome.gif"></img>
<img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopgallery.gif"></img>
<img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopabout.gif"></img>
<img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopforums.gif"></img>

<hr size=2 color=000000>
<hr size=1 color=666666>
<h1 class="welcome">WELCOME TO THIS AND TAHT STUDIOS, UPDATED EVERY 2 WEEKS
<br><a href="http://www.phpbb88.com/paulandcompany/index.php?mforum=paulandcompany">CHECK OUT THE FORUMS</a></h1>
Reply With Quote

  #2 (permalink)  
Old May 4th, 2006, 23:31
New Member
Join Date: May 2006
Location: Canada
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: pictures side by side

Hey, Code was correct, took out the </img> tags, deleted some spacing, and it should line up now.
HTML: Select all
<center><div id="container">
<img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertophome.gif"><img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopgallery.gif"><img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopabout.gif"><img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopforums.gif"> 
<hr size=2 color=000000> <hr size=1 color=666666> <h1 class="welcome">WELCOME TO THIS AND TAHT STUDIOS, UPDATED EVERY 2 WEEKS <br>
<a href="http://www.phpbb88.com/paulandcompany/index.php?mforum=paulandcompany">CHECK OUT THE FORUMS</a></h1>
Reply With Quote
  #3 (permalink)  
Old May 5th, 2006, 00:23
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: pictures side by side

Just to make it xhtml compliant i also edited it a little.
Code: Select all
<center><div id="container"> <img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertophome.gif" /><img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopgallery.gif" /><img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopabout.gif" /><img src="http://img.photobucket.com/albums/v479/Qmonkey/thisandthatbannertopforums.gif" /> <hr size="2" color="#000000" /> <hr size="1" color="#666666" /> <h1 class="welcome">WELCOME TO THIS AND TAHT STUDIOS, UPDATED EVERY 2 WEEKS <br /> <a href="http://www.phpbb88.com/paulandcompany/index.php?mforum=paulandcompany">CHECK OUT THE FORUMS</a></h1>
Reply With Quote
  #4 (permalink)  
Old May 16th, 2006, 00:36
New Member
Join Date: May 2006
Location: Vancouver BC
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
pictures, side

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

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

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


All times are GMT. The time now is 17:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43