Templates page html
4 posters
Page 1 of 1
Re: Templates page html
Hi,
There isn't any templates for HTML pages? You create the whole HTML page yourself or what exactly do you want to do?
Regards,
Sir Chivas.
There isn't any templates for HTML pages? You create the whole HTML page yourself or what exactly do you want to do?

Regards,
Sir Chivas.
Sir Chivas™- Helper
-
Posts : 6891
Reputation : 439
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Templates page html
I do not know, I already made, to get the code to place it in the HTML page and then I change I rest. Pardon my English marsh.
Re: Templates page html
Here's one to get you started, just copy and paste this into your html page:
- Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>WEB PAGE TITLE GOES HERE</title>
</head>
<body style="margin: 0px; padding: 0px; font-family: 'Trebuchet MS',verdana;">
<table width="100%" style="height: 100%;" cellpadding="10" cellspacing="0" border="0">
<tr>
<!-- ============ HEADER SECTION ============== -->
<td colspan="2" style="height: 100px;" bgcolor="#777d6a"><h1>Website Logo</h1></td></tr>
<tr>
<!-- ============ LEFT COLUMN (MENU) ============== -->
<td width="20%" valign="top" bgcolor="#999f8e">
<a href="#">Menu link</a><br>
<a href="#">Menu link</a><br>
<a href="#">Menu link</a><br>
<a href="#">Menu link</a><br>
<a href="#">Menu link</a>
</td>
<!-- ============ RIGHT COLUMN (CONTENT) ============== -->
<td width="80%" valign="top" bgcolor="#d2d8c7">
<h2>Page heading</h2>
Here's a two column layout with a header section that spans the width of both columns. The first table row creates the header and contains a single table cell which uses the colspan="2" attribute-value pair. The website logo typically goes in the header section.<br>
<br>
The second table row contains two table cells which create the menu column (left) and the content column (right). The colspan attribute is not set in either so they default to colspan="1".</td></tr></table>
</body>
</html>
Last edited by runawayhorses on February 18th 2013, 8:06 pm; edited 1 time in total (Reason for editing : corrected code)
Re: Templates page html
That wish, just as you want beautiful, modern, not bad.
Edit: I want beautiful pages.
Edit: I want beautiful pages.
Re: Templates page html
Hi,
We can't create HTML pages for you. We are here to help, but you can find nice HTML pages on google.
Regards,
Sir Chivas.
We can't create HTML pages for you. We are here to help, but you can find nice HTML pages on google.
Regards,
Sir Chivas.
Sir Chivas™- Helper
-
Posts : 6891
Reputation : 439
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Templates page html
We don't know what your idea of "beautiful" is, that is a personal taste issue, we can't possibly know what you think is beautiful, even if we did this forum isn't in the habit of designing webpages for people.tigru wrote:I want beautiful pages.
Re: Templates page html
tigru wrote:you stupid?
I give me a website / forum where I can get templates.
No. And no one wants to show you anything with a crappy attitude like that.
Here: http://www.w3schools.com/html/default.asp Learn some HTML or type "HTML pages" into google or something.

» HTML Page Login Form redirect to another Html Page when failed
» HTML Pages and HTML Templates: {VALUES}
» HTML in Templates
» Plz give link to a site which has templates with HTML
» i Dont Want To Creat HTML Page But Edit Forums HTML
» HTML Pages and HTML Templates: {VALUES}
» HTML in Templates
» Plz give link to a site which has templates with HTML
» i Dont Want To Creat HTML Page But Edit Forums HTML
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum