|
| www.kdwebpagedesign.com |
|
BASIC HTML ::
Welcome
Introduction to HTML What is an URL? Browser Safe Fonts Photo Size and Compression Formatting Your Text Paragraphs, Linebreaks, Rules The Marquee Tag Adding Images Adding Text and Image Links Making Lists Tables: Basics Tables: Backgrounds and Color Tables: Colspan and Rowspan Tables: Practical Samples BASIC CSS ::
Introduction to CSS
Adding Backgrounds and Color The <div> and <span> Tags Formatting Your Text/CSS Making Lists/CSS Image Borders/CSS Hyperlinks/CSS Tables/CSS Fun with CSS USER Tools ::
Custom Auction Listing Creator: 1
Custom Auction Listing Creator: 2 Choosing Your Colors Mix-and-Match Backgrounds JavaScript Tricks ::
Other Information ::
eBay Related Questions
Customizing Your eBay Store Hosting Your Own Photos on eBay Using Irfanview to Crop Photos What Does That Term Mean? Donations ::
Do you find our Tutorials helpful? Are the free Auction Templates helping your sales? Donations of any amount are appreciated to help keep this site up and running!
|
![]() |
Tables/CSSTables styled with CSS rules are much more efficient, if done well, than the old method. These tables are forward looking in the use of CSS but also degrade with a bit of grace for older browsers (NS4). Using CSS styled tables will expand the look of your layout. There are many more things that you can do to tables than we show here, but this will give you a basic idea of what you can do. If you find yourself using a table style repeatedly that is not represented here, or would like to know how to accomplish a certain look, let us know and we can show you how to do it. The sample below illustrates the use of "inline" CSS. For demonstration purposes, we have tried to include several examples in one table, but the styles can be applied easily to any table or td tag.
<table align="center" width="100%" cellspacing="10" cellpadding="10" style="background-image: url(img/back_1.gif); border: 1px solid #000000; height: 200px;"> By using inline CSS when creating your code, you can achieve many effects that otherwise could not be done with HTML alone. |