Gossamer Forum
Home : Products : Links 2.0 : Customization :

Simple HTML

Quote Reply
Simple HTML
An easy qustion for you all.

I am attempting for the first time to change the default html.

1. Is the site_html the place?
2. How do i actually do it? I mean for example, to change the homepage, between what lines do I add the code?

<html>

<head>
<title>$site_title</title>
<meta name="description" content="put your description here">
<meta name="keywords" content="put your keywords here">
<$css>
</head>

<$site_body>

<h1 class="home">$site_title</h1>

$site_menu

<p>Site description</p>

<h2>Categories:</h2>

$category

<p class="grandtotal">There are <strong>$grand_total</strong> links for you to choose from!</p>

$site_search
$site_footer

</body>
</html>

3. And then must I do the same for the other pages as well?

http://www.luvplanet.com/links/

Thanks in advance.

[This message has been edited by ProfessorSW (edited January 02, 1999).]
Quote Reply
Re: Simple HTML In reply to
Yes! To edit the style of your site you must first open your site_html.l scroll down 50 lines and you shoujd see a few lines if comments witg homepage. Edith this then continue down the document.