Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help


Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 7
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1241 times and has 6 replies Next Thread
Male Ciwan
Newbie
Member's Avatar


Joined: Oct 30, 2008
Post Count: 27
Status: Offline
Reply to this Post  Reply with Quote 
HTML Template

Hi again Guys.

In dreamweaver I have created a template file and saved it. Now when I want to create a file from the template, I get the following:

http://i36.tinypic.com/24mdron.jpg

I go to line 9 and check it, but I see nothing wrong :(, here is the code:



[7] </head>
[8]
[9] <body>
[10] <div id="tot">
[11] <div id="header">


Any help would be greatly appreciated.

Thank You.

[Nov 8, 2008 11:43:09 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male falkencreative
Advanced Member
Member's Avatar

USA
Joined: Aug 14, 2007
Post Count: 1129
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTML Template

Hard to say without seeing your entire file, but I'm guessing based on the error that you are missing a closing </div> tag somewhere.
----------------------------------------
Benjamin Falk | student : designer : developer
Twitter: falkencreative
[Nov 8, 2008 11:44:45 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male Ciwan
Newbie
Member's Avatar


Joined: Oct 30, 2008
Post Count: 27
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTML Template

If I put that .dwt file on the web, will you be able to get the file and see it ?

Even though the file won't be linked to anything !
[Nov 8, 2008 11:47:01 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male falkencreative
Advanced Member
Member's Avatar

USA
Joined: Aug 14, 2007
Post Count: 1129
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTML Template

If I put that .dwt file on the web, will you be able to get the file and see it ?

Even though the file won't be linked to anything !


Probably. I'm not all that familiar with the differences between a dreamweaver template file (.dwt) and a regular html file (.html/.htm) but I would assume that they are both text files that I should be able to see.

You could either post a direct link to the file, or just copy/paste the full code into your post.
----------------------------------------
Benjamin Falk | student : designer : developer
Twitter: falkencreative
[Nov 8, 2008 11:54:43 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male Ciwan
Newbie
Member's Avatar


Joined: Oct 30, 2008
Post Count: 27
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTML Template

<!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=iso-8859-1" />
<title>Your company name</title>
<link href="../greeny.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="tot">
<div id="header">
<img src="../images/logo.png" align="left" alt="company logo"/> <span class="title">JKeP</span>
<div class="slogan"> Skills Development</div>

<div id="menu">
<div class="butonas"><a href="#">Introduction</a></div>
<div class="butonas"><a href="#">Personal Analysis</a></div>
<div class="butonas"><a href="#">Products</a></div>
<div class="butonas"><a href="#">Services</a></div>
<div class="butonas"><a href="#">Contact</a></div>
</div>

</div>

<div class="main_img"> <img src="../images/barcelona.jpg" align="bottom" alt="barcelona"/> </div>

<div id="corp">

<div class="main-text"><!-- TemplateBeginEditable name="maincontent" --><span class="ttitle">Introduction</span>
<p>Welcome to my personal development planning (PDP) portfolio. In here you will find a record of my PDP in various forms including:</p>
<ol>
<li>Personal analyses undertaken of personal/social, professional and technical skills throughout my studies</li>
<li>Action plans which have been developed as a result of my analyses</li>
<li>Records of meetings with my Guidance Tutor which have taken place at various points throughout my studies</li>
<li>Evidence of career planning using various methods to plan and predict which employment might suit me best</li>
<li>My Curriculum Vitae</li>
<li>Other forms of evidence relating to my personal development from my course e.g. from the modules I am studying, feedback given to me by my tutors and finally</li>
<li>Other forms of evidence which do not relate to my studies but which I feel are important to my development as a professional and as an individual</li>
</ol>
<p>Should you require any further information then please do not hesitate to <a href="mailto:u0863932@hud.ac.uk">Contact</a> me at any time.
Many thanks for looking at my portfolio and I hope you enjoy what you read. Please feel free to make comments on any of the content within my portfolio.</p>
<p>Jwan Khalaf.</p>
<!-- TemplateEndEditable --></div>

</div>
<div class="clear"></div>
<div class="footer"><span><a href="../index.html">Home</a> | <a href="mailto:u0863932@hud.ac.uk">Contact</a></span> <span style="margin-left:50px;">Copyright Your company name 2008. All rights reserved</span></div>
</div>
</body>
</html>

[Nov 8, 2008 11:58:31 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male falkencreative
Advanced Member
Member's Avatar

USA
Joined: Aug 14, 2007
Post Count: 1129
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTML Template

I'm not seeing any issues. I validated it, and the file passes validation... Doesn't look like there are any missing tags. If you are still getting the error, I'd suggest just ignoring it. Perhaps Dreamweaver is confused.
----------------------------------------
Benjamin Falk | student : designer : developer
Twitter: falkencreative
[Nov 8, 2008 12:20:34 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male Ciwan
Newbie
Member's Avatar


Joined: Oct 30, 2008
Post Count: 27
Status: Offline
Reply to this Post  Reply with Quote 
Re: HTML Template

OK Will do that !

Thanks FalkenCreative :)
[Nov 8, 2008 12:59:15 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread