Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>This is your page title</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="background">
<!-- Colors the inner page with #F2F2F2 -->
<div id="headerwrap">
<!-- Repeats image across top of page -->
<div id="header">
<p class="title">This is your Site Title<br />
<span class="description">This is your description</span></p>
<!-- Close header -->
</div>
<!-- Close headerwrap -->
</div>
<div id="navwrap">
<!-- Repeats image across page behind navigation -->
<div id="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<!-- Close navwrap -->
</div>
<!-- Start of index.php, page.php, single.php and archive.php page code -->
<div id="outerWrapper">
<!-- Sets page width to 960px and centers -->
<div id="contentWrapper">
<!-- Wraps content and sidebars -->
<div id="Content">
<div class="box">
<h2 class="posttitle">Creative DW Image Show Pro</h2>
<h5><a href="https://secure.avangate.com/affiliate.php?ACCOUNT=EXTENDST&AFFILIATE=3342&PATH=http%3A%2F%2Fwww.extendstudio.com%2Fproduct%2Fimage-transition-effects-creative-dw-image-show-pro-dreamweaver.html" target="_blank">Get more information</a></h5>
<p><img src="images/sample-image.jpg" alt="" width="144" height="177" class="left" />Creative DW Image Show PRO is a Dreamweaver extension that enables the user to create remarkable eye-catching Flash banners, Flash slideshows and any other multimedia presentations without the need for Flash. Moreover it offers support for Flash Text Effects.</p>
<p>Packed under the easy-to-use GUI you will find over 20 transition effects (+ pan & zoom effects), over 15 text effects, soundtrack support, background enhancements and many, many other features.</p>
<p>Everything can be tailored to suit your needs, including the font, because Creative DW Image Show PRO enables you to use any font you wish.</p>
<h2 class="posttitle clearer">Creative DW Menu Pack</h2>
<h5><a href="https://secure.avangate.com/affiliate.php?ACCOUNT=EXTENDST&AFFILIATE=3342&PATH=http%3A//www.extendstudio.com/product/creative-dw-menus-pack.html" target="_blank">Get more information</a></h5>
<img src="images/sample-image2.jpg" alt="" width="136" height="165" class="right" />
<p>Creative DW Menu Pack is a bundle of 3 Dreamweaver menu extensions: <a href="https://secure.avangate.com/affiliate.php?ACCOUNT=EXTENDST&AFFILIATE=3342&PATH=http%3A%2F%2Fwww.extendstudio.com%2Fproduct%2Fdreamweaver-extensions-seo-menus-creative-dw-drop-down.html" target="_blank">Creative DW Drop Down Menu</a>, <a href="https://secure.avangate.com/affiliate.php?ACCOUNT=EXTENDST&AFFILIATE=3342&PATH=http%3A%2F%2Fwww.extendstudio.com%2Fproduct%2Fcreative-dw-vertical-menu-dreamweaver-extensions.html" target="_blank">Creative DW Vertical Menu</a> and <a href="https://secure.avangate.com/affiliate.php?ACCOUNT=EXTENDST&AFFILIATE=3342&PATH=http%3A%2F%2Fwww.extendstudio.com%2Fproduct%2Fdreamweaver-extensions-creative-dw-tabbed-menus.html" target="_blank">Creative DW Tabbed Menu</a>. These Dreamweaver extensions blend two of the best menu technologies - DHTML and FLASH and come with more than 30 skins to choose from that not only look great, but they are also SEO friendly, making all site's pages accessible to search engines and thus increasing the page ranks.</p>
<div class="clearer"></div>
</div>
<div class="box">
<!-- Styles container for each post -->
<h2 class="posttitle">Another block</h2>
<p>Here's another block where you might put some other information.</p>
<div class="clearer"></div>
</div>
<!-- Close content -->
</div>
<!-- Begin sidebar -->
<div id="sidebar">
<ul>
<li>
<h5>About This Site</h5>
<p>This is a sample region where you can tell your website visitors a little about you.</p>
</li>
<li>
<h5>Our Products</h5>
<ul>
<li><a href="#">Product 1</a></li>
<li><a href="#">Product 2</a></li>
<li><a href="#">Product 3</a></li>
</ul>
</li>
<li>
<h5>Other Links</h5>
<ul>
<li><a href="#">Link 1</a> </li>
<li><a href="#">Link 2</a>
<ul class='children'>
<li><a href="#">Child Link 1</a> </li>
<li><a href="#">Child Link 2</a> </li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="clearer">
<!-- Clear floats-->
</div>
<!-- Close Sidebar-->
</div>
<!-- Close contentWrapper -->
</div>
<!-- Close outerWrapper -->
</div>
<div id="Footer">Copyright © 2009 Your Website <a href="#">Terms of Use</a> | <a href="#">Privacy</a> | <a href="#">Contact</a>
<!--The following code must be left in place and unaltered for free usage of this template. If you wish to remove the link, visit http://www.justdreamweaver.com/dreamweaver-templates.html and purchase a template license. It's only $19.99 and it helps encourage future template creation.-->
<p><a href="http://www.justdreamweaver.com/dreamweaver-templates.html">Free Website template</a> by JustDreamweaver.com</p>
</div>
<!-- Close background-->
</div>
</body>
</html>