Forum Moderators: not2easy
I'm not sure if there is a problem linking to the images via folders of in the code itself. I'm using "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" - it's line Japanese to me!
For example where the code states "<div id="header">" it points to part of the image that is not showing up but I can't seem to find where it is. On the other hand I read somewhere that it might be a problem linking to the images, but I can't see where it links to the images.
I appreciate everyone patience with me as I am a COMPLETE beginner and I am starting from scratch.
If there is any other info I need to add please let me know and I will post.
Thanks in advance for any help.
Colm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
[freecsstemplates.org...]
Released for free under a Creative Commons Attribution 2.5 License
Title : Colorimetry
Version : 1.0
Released : 20080414
Description: A two-column, fixed-width and lightweight template ideal for 1024x768 resolutions. Suitable for blogs and small websites.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {font-size: 12px}
.style2 {
font-size: 20px
}
.style3 {color: #FFFFFF}
.style4 {color: #FFFFFF; font-size: 20px; }
-->
</style>
</head>
<body>
<!-- start header -->
<div id="header">
<div id="logo">
<h1><a href="index.html"><sup></sup></a></h1>
<h2></h2>
</div>
<div id="menu">
<ul>
<li class="active"><a href="index.html" class="style1"> home</a></li>
<li><a href="about.html">About </a></li>
<li><a href="Galleries.html">Galleries</a></li>
<li><a href="Contact.html">Contact</a></li>
<li><a href="Links.html">Links </a></li>
</ul>
</div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
<div class="post">
<h1 class="title"></h1>
</div>
<div class="title">
<p align="justify" class="style4"></p>
<p align="justify" class="style4"></p>
<p align="justify" class="style2 style3"></p>
</div>
<div class="meta"></div>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<ul>
<li id="search">
<h2>Search</h2>
<form method="get" action="">
<fieldset>
<input type="text" id="s" name="s" value="" />
<input type="submit" id="x" value="Search" />
</fieldset>
</form>
</li>
<li>
<h2>Navigation pages</h2>
<ul><li><a href="index.html">Home</a></li><li><a href="about.html">About</a></li><li><a href="Galleries.html">Galleries</a></li><li><a href="Contact.html">Contact</a></li><li><a href="Links.html">Links</a></li><li><a href="#">Blank</a></li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
<!-- start footer -->
<div id="footer">
<p id="legal">(c) <p>Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>
<!-- end footer -->
</body>
</html>