|
| 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!
|
![]() |
Formatting Your Text/CSSSince the HTML <font> tag has been depreciated, you should use CSS to define the text properties. Defining what you want your text to look like with CSS is simple. There are many CSS attributes for text. These elements are very similar to the <font> tag of HTML 4.01. Perhaps most importantly CSS gives the designer far more control over choice of typeface, font weight and style. Take a look at the paragraph below and the source code. We are using inline CSS for this demonstration and is just a small sample of what can be done.
This paragraph has several examples of what you can do with CSS. Take a look at the source code below and see how we did all the different things in this paragraph. There is a lot more you can do with CSS and text. The possibilities are endless, and the final result looks just about the same in any current browser. Do some more research on CSS and have SOME FUN FORMATTING! See our Links page for a great CSS generator.
<div style="border: 1px solid #d4dda6; background: #ecf0da; padding: 12px; margin-top: 12px;"> |