Templates page html Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Templates page html

    avatar
    tigru
    Forumember


    Posts : 31
    Reputation : 1
    Language : francais, romanian
    Location : Calvi, Corse, France

    Templates page html Empty Templates page html

    Post by tigru February 18th 2013, 12:23 pm

    Tell me and find me where `s index, templates for html pages?
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Templates page html Empty Re: Templates page html

    Post by Sir Chivas™ February 18th 2013, 1:47 pm

    Hi,

    There isn't any templates for HTML pages? You create the whole HTML page yourself or what exactly do you want to do? blackeye

    Regards,
    Sir Chivas.
    avatar
    tigru
    Forumember


    Posts : 31
    Reputation : 1
    Language : francais, romanian
    Location : Calvi, Corse, France

    Templates page html Empty Re: Templates page html

    Post by tigru February 18th 2013, 1:56 pm

    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.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Templates page html Empty Re: Templates page html

    Post by runawayhorses February 18th 2013, 2:06 pm

    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)
    avatar
    tigru
    Forumember


    Posts : 31
    Reputation : 1
    Language : francais, romanian
    Location : Calvi, Corse, France

    Templates page html Empty Re: Templates page html

    Post by tigru February 18th 2013, 2:12 pm

    That wish, just as you want beautiful, modern, not bad.

    Edit: I want beautiful pages.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Templates page html Empty Re: Templates page html

    Post by Sir Chivas™ February 18th 2013, 3:03 pm

    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.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Templates page html Empty Re: Templates page html

    Post by runawayhorses February 18th 2013, 3:09 pm

    tigru wrote:I want beautiful pages.
    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.
    avatar
    tigru
    Forumember


    Posts : 31
    Reputation : 1
    Language : francais, romanian
    Location : Calvi, Corse, France

    Templates page html Empty Re: Templates page html

    Post by tigru February 19th 2013, 9:43 pm

    you stupid?

    I give me a website / forum where I can get templates.
    Neymar1
    Neymar1
    Forumember


    Male Posts : 406
    Reputation : 28
    Language : HTML, CSS, and a bit of JavaScript
    Location : Scotland

    Templates page html Empty Re: Templates page html

    Post by Neymar1 February 19th 2013, 11:07 pm

    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.