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!
HOW TO POSITION A IMAGE WHERE I WANT ON A PAGE USEING HTML
Post new topic   Reply to topic    HTML Help Forum -> Images & Graphics
View previous topic :: View next topic  
Author Message
kewlkitty



Joined: 12 Sep 2006
Posts: 1

PostPosted: Tue Sep 12, 2006 10:04 pm     HOW TO POSITION A IMAGE WHERE I WANT ON A PAGE USEING HTML Reply with quote

I AM NEW TO HTML AND I AM TRYING TO MOVE A PICRTURE I PUT ON MY PAGE I WANT IT TO BE IN THE MIDDLE OF THE PAGE

CAN ANYONE TELL ME HOW TO DO IT USEING HTML
tuph



Joined: 30 Jan 2006
Posts: 16

PostPosted: Sun Sep 17, 2006 10:06 pm     Re: HOW TO POSITION A IMAGE WHERE I WANT ON A PAGE USEING HT Reply with quote

kewlkitty wrote:
I AM NEW TO HTML AND I AM TRYING TO MOVE A PICRTURE I PUT ON MY PAGE I WANT IT TO BE IN THE MIDDLE OF THE PAGE

CAN ANYONE TELL ME HOW TO DO IT USEING HTML


I'm no expert, but try putting align="abscenter" inside your <img> tag.
Morrison



Joined: 07 Jan 2007
Posts: 55
Location: Croatia->Zagreb

PostPosted: Sun Jan 07, 2007 2:53 pm     Learn CSS Reply with quote

its more easier and eficiant.The code is self explaining.

Code:

<html>
<head>
<title>Example</title>
</head>
<style type = "txt/css">

body
{
  background: url(http://www.sitemaster.be/data/tuonome/uploads/1973_example.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
 
}
</style>
<body>
</body>
</html>


btw,wrong topic to post your question..lol
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