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!
problem with aligning images
Post new topic   Reply to topic    HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
G@mer



Joined: 14 Dec 2004
Posts: 1

PostPosted: Tue Dec 14, 2004 11:01 am     problem with aligning images Reply with quote

im making a site and one of the frames has two images in it one at the top left hand and one at the top right hand and for some reason when i trie to align the right image he puts it a little bit lower and since its just the top frame you can only see half of the omage how do i align the image to the top right instead of just the right

the code is very simple and is as folloing :
Code:
<html>
<body bgcolor=red>

   <img src="engelse_vlag.gif" width=100 alt=english-flag>
   
   <img src="brug.gif" align=right alt=bridge>


</body>
</html>


btw its for a school project and im only allowed to use html no css or php or java so i dont know if this makes a difference
romeonate



Joined: 16 Dec 2004
Posts: 16

PostPosted: Thu Dec 16, 2004 12:04 pm     Reply with quote

to align an image to the top, use the code [ valign="top" ]

the v means vertical, in this case "valign" means vertical alignment.

So now the image code should look like:

<img src="brug.gif" align=right alt=bridge valign=top>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> General HTML 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