HTML Tutorial


 Forum HomeForum Home   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 plz help!!
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
007tal



Joined: 29 Dec 2004
Posts: 1

PostPosted: Wed Dec 29, 2004 9:16 pm     image spacing plz help!! Reply with quote

hi!
well ok so i looked at all the previous posts but didn't find an answer to my problem.
My problem is that i want two images to go on the top of the page in the center but a bit separated and then some text under each.
here's the code i got so far: btw i'm new at this so eh its very simple.

<HTML>
<HEAD>
<TITLE>mine</TITLE>
</HEAD>
<BODY>
<center>
<FONT FACE="verdana" COLOR="#FFFF00"><H1>mine</H1></FONT>

<HR SIZE="6">
</CENTER>

<BR>
<BR>

<center>
<A HREF="aboutus.html"><IMG SRC="exclamationmark.bmp" ALT="about us" BORDER="0"></A>

<A HREF="aboutus.html">About Us</A>


<A HREF="contactus.html"><IMG SRC="images.bmp" ALT="contact us" BORDER="0" aSTYLE="position: absolute; left:150; top:140; z-index: 0;"></A>

<A HREF="contactus.html">Contact Us</A>
</center>

</BODY>
</HTML>



ok so i'm gettin a couple of probs with this first the text is not under the image and second the images are too close together... i've tried various options but i guess i just lack the knowladge.
thanks in advance.
brianng



Joined: 17 Dec 2004
Posts: 123

PostPosted: Thu Dec 30, 2004 12:10 am     Reply with quote

you can use table to do that

Code:

<HTML>
<HEAD>
<TITLE>mine</TITLE>
</HEAD>
<BODY>
<center>
<FONT FACE="verdana" COLOR="#FFFF00"><H1>mine</H1></FONT>

<HR SIZE="6">
</CENTER>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="200">
    <tr>
      <td align="center">


<A HREF="contactus.html"><IMG SRC="images.bmp" ALT="contact us" BORDER="0" aSTYLE="position: absolute; left:150; top:140; z-index: 0;"></A></td>
      <td align="center"><A HREF="aboutus.html"><IMG SRC="exclamationmark.bmp" ALT="about us" BORDER="0"></A>
      </td>
    </tr>
    <tr>
      <td align="center">
<A HREF="aboutus.html">About Us</A>&nbsp;</td>
      <td align="center"><A HREF="contactus.html">Contact Us</A>
      </td>
    </tr>
  </table>
  </center>
</div>

</BODY>
</HTML>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> 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