Author Topic: How would I be able to add a Disclaimer!  (Read 3778 times)

0 Members and 1 Guest are viewing this topic.

Offline Juni

  • Pre-Newbie
  • Posts: 3
    • View Profile
How would I be able to add a Disclaimer!
« on: May 19, 2007, 03:23:21 AM »
Hello,
  I would like to add a Disclaimer to the left hand side of my gallery.  I was wondering how would I go about doing this?
I have tried but failed.  Thank you for your time.
Juni

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: How would I be able to add a Disclaimer!
« Reply #1 on: May 19, 2007, 06:38:29 AM »
You can modify your template.
Example would be your home.html template.

Offline Juni

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: How would I be able to add a Disclaimer!
« Reply #2 on: May 21, 2007, 01:17:23 AM »
Ok but when I do that Nothing shows up and I get loaded with errors...
Any other suggestions?

manurom

  • Guest
Re: How would I be able to add a Disclaimer!
« Reply #3 on: May 21, 2007, 01:49:16 AM »
Hello;
cleanup your HTML code. Some tags are not closed.
Do not abuse with "div" tags. For instance, when you write:
Code: [Select]
<td width="100%"><div align="right">Template: GC 2007</a></div>
Prefer to write:
Code: [Select]
<td align="right" width="100%">Template: GC 2007</a>
Here is the code you should use in your home.html template file (I've not made all corrections, but it should work):
Code: [Select]
{header}
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablehead">
         <tr>
          <td colspan="4">&nbsp;</td>
        </tr>
        <tr>
          <td width="6">&nbsp;</td>
          <td width="100%" align="center">
          <img src="{template_url}/images/header_logo_left.jpg" width="450" height="312"  alt="">
  </td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">
              <table border="0" cellspacing="0" cellpadding="1">
                <tr>
                  <td>
                    <input type="text" name="search_keywords" size="15" class="searchinput" />
                  </td>
                  <td>
                    <input type="submit" value="{lang_search}" class="button" name="submit" />
                  </td>
                </tr>
                <tr valign="top">
                  <td colspan="2"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a></td>
                </tr>
              </table>
            </form>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td align="center" class="bordercolor">
   
      <table width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr>
          <td class="tablebgcolor">
            <table width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td class="navbar" height="23">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td><img src="{template_url}/images/spacer.gif" width="4" height="4" alt="" />{clickstream}</td>
                      <td align="right">
<a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
<a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;
  </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>

            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="200" class="row2" valign="top">
                  <table width="200" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_registered_user}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">{user_box}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
  {if random_image}
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_random_image}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">
    <br />
                        {random_image}
<br />
                        <br />
                      </td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
  {endif random_image}
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />Disclaimer</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">
    <br />
                        Hello,
  I would like to add a Disclaimer to the left hand side of my gallery.  I was wondering how would I go about doing this?
I have tried but failed.  Thank you for your time.
Juni
<br />
                        <br />
                      </td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
    </td>

                <td width="1" class="bordercolor" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                <td width="18" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="18" height="18" /></td>
                <td width="100%" valign="top">
  <br />
                  <span class="title">{site_name}</span>
  <br />
  <hr size="1" />
                  {if categories}
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="3">
                          <tr>
                            <td class="head1" valign="top">{lang_categories}</td>
                          </tr>
                          <tr>
                            <td class="row2" valign="top">{categories}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                  <br />
                  {endif categories}{lang_site_stats}<br />
                  <br />
                  {if msg}<b>{msg}</b><br /><br />{endif msg}
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                            <td class="head1" valign="top">{lang_new_images}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                    <tr>
                      <td class="head1">{new_images}</td>
                    </tr>
                  </table>
                  <br />
  {whos_online}
  <br />
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td>{category_dropdown_form}</td>
                      <td align="right">{setperpage_dropdown_form}</td>
                    </tr>
                  </table>
                  <p>&nbsp;</p>
                </td>
                <td width="19" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="19" height="19" /></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablebottom">
        <tr>
          <td width="100%"><div align="right">Template: GC 2007</a></div>
  </td>
          <td width="225">&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
{footer}
« Last Edit: May 21, 2007, 02:09:43 AM by manurom »

Offline Juni

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: How would I be able to add a Disclaimer!
« Reply #4 on: May 21, 2007, 03:22:22 AM »
Thank You for all of your help manurom...