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!
No Repeat inside a table
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
AliJDB



Joined: 15 Feb 2008
Posts: 1

PostPosted: Fri Feb 15, 2008 7:11 am     No Repeat inside a table Reply with quote

Hi There,
I suck at web design and code, but have been recruited to make a site for a friend.

My current code is:

Code:
<table width="890" height="85" border="0" align="center" background="mainheader.JPG" bgcolor="#FFFFFF">


I know I may need to use a CSS document to do this, if this is the case could it be explained to me as if you were talking to a 4 year old child? :p

Thanks for any help, I am very grateful.
Corey Bryant
Site Admin


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

PostPosted: Fri Feb 15, 2008 8:47 am     Reply with quote



And thank you for providing your source code. It really helps us out to help you out even more.

You are correct that you need to use CSS:
Code:
<table style="width: 890px; border: 0px; text-align:center; background: #fff url('mainheader.JPG') no-repeat;"></table>
is an example.

Check out CSS Background as well for a bit more information or ask if you need more help. For example, you can use
Code:
<table style="width: 890px; border: 0px; text-align:center; background: #fff url('mainheader.JPG') no-repeat center;"></table>
to have the image in the center of the table.

_________________
Corey
Toll Free Solutions | Mile High Merchant Accounts | Expression Web Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table 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 

 
HOSTING / DESIGN
MAKE MONEY

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