Placing Page Content in Adobe Dreamweaver
Welcome to my blog, please feel free to subscribe to my RSS feed or leave a comment.
So far in the tutorial series of building a web site in Dreamweaver, I’ve focused a lot on the Template including the header and footer elements but now I want to take a bit of time and look at the content area of a web site.
In order to understand how to build a web site properly, you first have to understand some basics of Search Engine Optimization, or maybe you have to understand some basics of web site publishing to be good at SEO work but either way, publishing web content and optimizing your web pages is interconnected.
A web page needs a specific structure, just like a book needs chapters and paragraphs so does a web page. Some people forget the first real use of the web was for academic papers, today the structure of a web document is still very connected to it’s origins and there are some pretty basic tags used to format pages. Let’s take a look at the basic building blocks of a web page and how to use them properly before we begin placing text in our documents.
Headings
xHTML allows for up to six headings on a page, each should be used in a hierarchal structure starting with the most important and proceeding to the lowest value.
- <h1> - There should only every be one <h1> tag on a web page, the level one heading is most often also the title of the document and is extremely important both in standardization practices and search engine optimization
- <h2> … <h6> - Used as hierarchal structure tags, the lower headings are used to identify the importance of each level of the document. <h2> contains content more important than <h3> for example
- <ul> - An unordered list, most commonly presented with a bullet character (•)
- <ol> - An ordered list, most commonly presented with a numbered value (1,2,3,…)
- <h1>
- <p>
- <h2>
- <p>
- <h3>
- <p>
- <h2>
- <p>
- <ul>
- <p>
- <p>
- Copy the text from the Lorem Ipsum Generator
- Create a new Dreamweaver document (Control - N)
- Switch to Code View
- Select All (Control-A) and Cut (Control-X) it
- Paste the text from the Lorem Ipsum Generator
- Select All (Control-A) and Copy (Control-C) it
- Close the new document
Take a bit of time and format the text using only the text format tool on your Properties toolbar. This will allow you to apply <p> and <h1> … <h6> tags to your Lorem Ipsum text.
Once you’ve got the hang of adding some <p> and <h1>, <h2> tags to your document, try adding an unordered list (<ul>) and some list items (<li>) to your page. Notice that Dreamweaver automatically creates the list items for you in an ordered or unordered list.
Now that you have an understanding of how to create paragraphs, headings and lists for your web page content take a bit of time and add real text to your web site pages for all for of the pages. Before you add anything however, as yourself where the content belongs and try to understand that every element needs to belong to a document hierarchy.- <h1> - Christopher Ross
- <h2> - Career Objectives
- <p> - A paragraph about my objectives
- <h2> - Previous Employment
- <ol><li> - My employers
- <h2> - Education
- <ol><li> - Schools
- Preparing a web site in Adobe Dreamweaver
- Building your first Dreamweaver Template file
- Structuring your web site with Adobe Dreamweaver
- Improving the common elements in Dreamweaver
- Placing page content in Adobe Dreamweaver
- Hyper linking and image management in Dreamweaver
- Optimizing web sites in Adobe Dreamweaver
- Adding Cascading Style Sheets with Dreamweaver
- Putting your web site on a remote web server with Adobe Dreamweaver
- Adding Google Analytics to your Dreamweaver Template
Other Posts of Interest
Posted on: Monday, November 10th, 2008Tags: dreamweaver, html, xhtml
Posted in Learning | | Read more
Did you find this article useful? You're welcome to post a link to this website along with the title but please don't copy the whole article. You can also link back using the following code:
<a http://www.thisismyurl.com/tutorials/placing-page-content-in-adobe-dreamweaver/" rel="bookmark" title="Placing Page Content in Adobe Dreamweaver">Placing Page Content in Adobe Dreamweaver</a>
About the author.









2 Comments
| comments rss [?] | trackback uri [?]