Jump to content

adding html tag


PeterJ

Recommended Posts

Adding a <meta> tag inside the <head> block of statements is one way to do this, but it seems another is to download a file from Google ('googlehashcode.html') and then deposit that file in CubeCart's main folder.

 

Link to comment
Share on other sites

Using a programmer's text editor, open the skin template main.php for editing. You will find statements similar to these:

<html>
  <head>
    <!-- THIS IS THE HEAD BLOCK -->
  </head>
  <body>

If your site is hosted, the hosting company probably provides you with a control panel to manage your site's contents. In the control panel, there will be a text editor to use to make simple edits to files.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...