HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Image spacing side by side
Post new topic   Reply to topic    HTML Help Forum -> Images & Graphics
View previous topic :: View next topic  
Author Message
bryant



Joined: 23 May 2006
Posts: 1

PostPosted: Tue May 23, 2006 4:43 am     Image spacing side by side Reply with quote

Hi...i'm pretty new at html so i'll keep this quick. I have a problem placing some space between two images that are side by side each other..they're not stuck together but are very close together. I would like to put more space between the two images. My current codes are :
<BR><center><img src="sniper.gif" width="100" height="100" border="0" <img src="title.png" width="350" height="150" border="0" alt=center><BR><center>

I would like to put more space between "sniper.gif" and "title.png".
Thanks alot...
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

PostPosted: Tue May 23, 2006 7:39 am     Reply with quote

Instead of
Code:
<BR><center><img src="sniper.gif" width="100" height="100" border="0" <img src="title.png" width="350" height="150" border="0" alt=center><BR><center>
you might try
Code:
<br><img src="sniper.gif" width="100" height="100" style="text-align: center; margin-right: 10px; border: 0px" alt="Alt Text"> <img src="title.png" width="350" height="150" style="text-align: center; border: 0px" alt="Alt Text"><br>
and change the margin-right to ever how many pixels that you wish

_________________
Corey
Loud Commerce | Loud Worx | Merchant Account Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> Images & Graphics All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial