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!
aligning images on a page
Post new topic   Reply to topic    HTML Help Forum -> Images & Graphics
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Sun Jul 24, 2005 2:13 pm     aligning images on a page Reply with quote

is there any code that will align an image so that it is flush with the top of the web page. every time i put in an image theres always a gap between image and the top of the page so the background shows through. please help me so i can fix this
Corey Bryant
Site Admin


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

PostPosted: Sun Jul 24, 2005 2:26 pm     Reply with quote

You can try using CSS to apply 0 margin to the body:
Code:
<style type="text/css">
body
{
margin:0
}
</style>

or the old way with html:
Code:
<body topmargin="0" leftmargin="0">
Black Spades



Joined: 09 Aug 2005
Posts: 1

PostPosted: Tue Aug 09, 2005 5:23 pm     Aligning Images Reply with quote

hey i just started using HTML for my site and i was wondering how you align the images into the center of the page. it would be grately appreciated if someone could tell me how
Corey Bryant
Site Admin


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

PostPosted: Wed Aug 10, 2005 3:54 am     Reply with quote

Vertical alignment is a bit more difficult to achieve - but that might help
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