What is a template?

WTF. You have a coach? What is black hat SEO coming to any more. :S
 
This example web sites templates, each page create for one keyword:
Code:
<html>
<head>
<title>[TITLE] - RedButton web site generator</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<link href="/styles/main.css" type="text/css" rel="stylesheet">
</head>

<body>  
<div class="main">
    <div class="head">
        <img src="/i/logo.gif" alt="[KEYWORD]" width="200" height="100">
    </div>

    <div class="content">
    <!-- rb:content -->
        <h1>[UCW-KEYWORD]</h1>
        [TEXT-6-10]
    <!-- /rb:content -->
    </div>


    <div class="right">
        <h3>Popular Links</h3>
        <ul>
        [RAND-UC-LINK-10-10]
        </ul>

        <h3>Menu</h3>
        <ul>
        [MENU-CATEGORY]
        </ul>
    </div>

    <div class="footer">
        © 2003-2012, example.com<br>
        [UC-LINK-5] | [UC-LINK-6] | [UC-LINK-7]
    </div>

</div>
</body>
</html>
 
Last edited:
wow, this is new stuff to me I need to learn coding... can someone good share their knwoledge on coding HTML CSS?
 
You need know just a little html and css. Or order to create templates.
This examples of template for redbutton websites genertor.
 
Dear lord, it's posts like this that give all us new guys a bad wrap. If you wan't to be successful at anything in life you're going to need to put the time in and be willing to work. I'm new here myself yet it annoys me when I find people asking the most basic question that could easily be figured out on there own. I'm not trying to knock ya down boss as a fellow new guy, we need to put in the work figuring out things for ourselves, with the resources that are already available here and everywhere else, that way when we have when we have real issues with things we're truly confused about, there will be more people wanting and willing to help.
 
Back
Top