Now all we have left to do is create the HTML pages for your images. If you have already downloaded my adobe gallery, start by saving “template.html” with the name of your first photo “myfirstphoto.html”. Then, begin editing the script as outlined below. <!– You will not have to modify too many things in this [...]
Assuming your read my previous post, I will begin this tutorial by showing you how to link to your images and CSS pages. Open your favorite HTML editor and get ready to start copying and pasting. If you own Adobe Lightroom, you can export your files and change your index.html file. You should change it [...]
Welcome to to the Adobe Lightroom HTML gallery template tutorial for SBI! users. If you are an SBI! owner, and want to spruce up your web site with a nice HTML gallery from Adobe, you will soon realize that it will not work. However, I will show you in this tutorial how to change that [...]
In this tutorial I will explain how to set up your HTML head section. To begin let’s look at some of the code we will use. The red section is the code I want to draw your attention to because it is the code that search engines will use to index your site. <!DOCTYPE html [...]
Here is a list I have put together of tags you will most likely use in your HTML web page. If you are new to hypertext markup language, bookmarking this page would be a good idea. Most commonly used HTML tags: <!– –> | Comment in your HTML code. <a> | Defines an anchor. You [...]
Ready to tackle some HTML (Hypertext Markup Language)? Before you start, you may want to grab a coffee to keep you awake. This HTML tags tutorial will take you awhile to get through. There is a lot we have to cover. By the end of the tutorial should be able to write out your first [...]
Now that you know how to add a image to your web site, let me show you how to center the image. There are two ways in which you may do this. The first way is to open a new <div align=”center”> tag Then add the following code: <img src=”http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg” alt=”pencil drawings” width=”108″ height=”108″ /> [...]
Learn how to add an image to your web site. The code may look confusing at first, but it is not too hard to figure out. Here is a sample: <img src=”http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg” alt=”pencil drawings” width=”108″ height=”108″ /> Okay so the first part tells the browser that it is an image (img) and where to find [...]