HOME
TUTORIAL
∇
Applets
Comments
CSS
Document Tags
Embed
Fonts
Forms
Frames
Images
Lines & Paragraphs
Links
Lists
Logical Tags
Scripts
Sounds
Symbols
Tables
Weird Tags
FORUM
∇
HTML Help
Web Design
Programming Languages
Web Hosting
Domain Names
Marketing
Community
QUICK LIST
CSS
Forum Home
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Register
- Not registered yet? Got something to say?
Join HTML Code Tutorial
!
No Repeat inside a table
HTML Help Forum Index
->
HTML Table
View previous topic
::
View next topic
Author
Message
AliJDB
Joined: 15 Feb 2008
Posts: 1
Posted: Fri Feb 15, 2008 7:11 am
No Repeat inside a table
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
Posted: Fri Feb 15, 2008 8:47 am
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:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
HTML Help Forum Index
->
HTML Table
All times are GMT - 8 Hours
Page
1
of
1
Jump to:
Select a forum
Announcements
----------------
Announcements
HTML Help
----------------
HTML FAQ
General HTML
HTML Form
HTML Table
HTML Frame
CSS
DHTML
SSI
MySpace
HTML Tools
Web Design
----------------
Images & Graphics
Templates
Multimedia
Programming Languages
----------------
Javascript
PHP
Perl
ASP
Others
Web Hosting
----------------
Free Hosting
Shared Hosting
Dedicated, Managed, and Co-located Hosting
Hosting Business and Reseller Hosting
Domain Names
----------------
Registrars
Tools
For Sale, Wanted, & Appraisals
Expired Domains
Monetization
Legal Issues
Marketing
----------------
SEO
PPC
Affiliate Marketing
Other Internet Marketing
Community
----------------
Miscellaneous
Website Review
Introduce Yourself
Feedback
Praise
Errors
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
Your Ad Here
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HOSTING / DESIGN
$1.99 Domain Registration
Cheap Web Hosting
Website Templates
MAKE MONEY
Sell Domain Names
Sell Website Templates
Home
|
Tutorials
|
Forum
|
Quick List
|
Link Directory
|
About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial