HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
how can i put a template to my site
Post new topic   Reply to topic    HTML Help Forum Index -> Templates
View previous topic :: View next topic  
Author Message
bilalkelil



Joined: 06 May 2008
Posts: 1

PostPosted: Tue May 06, 2008 10:59 pm     how can i put a template to my site Reply with quote

i am new to this site stuff , i am crrating a website using 1and1, i choosed a template and download it to my computer ,how do i put it to my site??
emily



Joined: 11 May 2008
Posts: 1

PostPosted: Sun May 11, 2008 1:47 pm     need template info Reply with quote

I'm having the same problem. I have a site (www.digesting49.com) and want to base all the pages on a template consisting of the site sidebar Issue #s and the header. I can't find any tutorials or info on what codes I need. I haven't searched crazy hard but enough to be discouraged. Does anyone know? It seems like such basic knowledge.
Straystudio



Joined: 14 Apr 2008
Posts: 261
Location: Nord Italy

PostPosted: Sun May 11, 2008 6:56 pm     Modify Template - Upload Template on my Site Reply with quote

So, which ever provider You opened Your site with, You allways get kind of dialog-box conneting to the Server.
There You can handle pages.
Basically, handling a site just consist of :

- building new pages;
- editing existing pages;
- create Directories (folders) and sub-Directories where the pages keep stored in, can be moved to as well.

Basically, nothing different than what You can make on Your personal computer.
Then the best should be You become somewhat skilled in created, editing and folders-organizing pages within Your computer; like-wise an inner site.

Start thinking what We have been calling as "pages", are files, indeed; namely, HTML Documents.
They have to be it, to be handled and delivered as pages by the server storing Your site.

Among that above said server side dialog-box, You should reach something called as Editor or Files Manager.
There You can handle Your site as a group of .HTML Documents; .JPG .GIF files as well, for coding images.

Depending on which site-features, You MIGHT find also pre-made Templates to be put in use, and WYSIWYG Editor (What You See Is What You Get) to type some content in (like posting on a Blog), but since You are oriented to heavily personalize the shape of page(s), You must stay at HTML.


Among Your Computer standard Programs, find and open NotePad (if Windows) or TextEdit (if MAC).
See my below post, if You are having trouble in finding NotePad with WindowsXP
There You can start creating or editing an HTML file, it then to be copied/pasted into Your Web Site's HTML Editor, then saved on the Server. And You will have uploaded a web page, so.

As from "emily", paste the below whole code green into Your computer NotePad, then save it as (say) header.html or under any filename else You want; most important, You manually type the .html extension since NotePad won't do it automatically (it saves as .txt otherwise).
Then go opening that file by Browser => File => Open File
and You will get a page headed with the banner You told, with a few demonstrative changed content.
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>emily.01a</title>

</head>
<body topmargin="0" leftmargin="0">

   <img src="http://www.digesting49.com/heading.gif"/>
   <br/><br/>
   <H2>Wishes from Italy !</H2>
   <br/>
   <i>Straystudio</i>

</body>
</html>



As from "bilalkelil", You should be able to get the HTML Code from the Template You dowloaded to Your computer.
How did They made You storing/saving it? What You see if opening it as a file?
An actual page or a bunch of coded text?
Where did You downloaded it from? From Your site provider themselves (it may do exist a proprietary short-cut to pass it on to site web pages), or from anywhere else?
 
Straystudio



Joined: 14 Apr 2008
Posts: 261
Location: Nord Italy

PostPosted: Sun May 11, 2008 7:40 pm     Source HTML Open and opening Windows NotePad. Reply with quote

How to detect any page's HTML Code;
a short-cut to open NotePad with WindowsXP, too if You have not it listed among start-menù icons.

- Open a page in Internet Explorer 7, either from Your computer and from the web;
- Click Right-button of mouse, the cursor beeing pointed anywhere along the page BUT on an image;
- Drop-down menù appears: You run to HTML and Left-mouse click on it;
- Now a New Window opens: it is Windows NotePad, here containing all the HTML Code the Page is built with.

Content can be quickly get "Select All" and deleted; now You can start typing a new HTML file.


With Netscape Browser, it basically works the same except that they call it as View Page Source in place of HTML along the drop-down menù AND the new window showing the Code does NOT open as an editable textarea.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Templates All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial