|
| 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!
|
![]() |
What is an URL?An URL (Universal Resource Locator ) or URI (Uniform Resource Identifier) is used to address a document (or other data) on the World Wide Web. If you look at the top of your browser you will see a location box with: http://www.kdwebpagedesign.com/tut_3.asp The is the full Web address or URL of this page. To be viewed on the Web, your images and HTML documents MUST be uploaded to a computer (server/host) that is configured to be used on the Internet. Absolute and Relative URLsThere are two basic types of URLs: absolute and relative. They each have their place for use in links on your Web page. Absolute URLs specify the location of a file using a full address, and work identically no matter where in the world you are. Relative URLs specify the location of a file using a partial address relative to your site.
The absolute URL of the image below looks like this: ![]() The relative URL of the graphic below looks like this: ![]() Besides using HTTP, the other schemes you may run across are: file (a file on your local PC); ftp (a file on an FTP server); gopher (a file on a Gopher server); news (a Usenet newsgroup); telnet (a Telnet connection) and WAIS (a file on a WAIS server). If you use the incorrect URL with your HTML tags the dreaded When using your own HTML on eBay, you will need to always use absolute URLs since your HTML is on eBay's server, while your images will be on your own server.
|