Announcement

Collapse
No announcement yet.

Editing Template Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Editing Template Problem

    I'm using clean layout No.14 which now has blue borders (sidebars) and is blue at the top. I would like to insert code so that a blue border shows at the bottom of the page. This will then look like my main site which is currently being built. Here is the construction site address so you can see what I'm aiming for. http://www.markfarrar.co.uk/magicalwonders2/index.php

    I think I have identified the correct code to include as follows:

    <table width="100%" border="0" cellspacing="0" cellpadding="5"
    bgcolor="#00cdfe">

    I've tried including this in the Act_Primary template at various locations on the page but it has no affect on the end result. I realise that I will need to edit the Act_BrochurePrimary at some stage, but I'm not sure where I'm going wrong with the main template?

    Would appreciate some advice.

    Many thanks

    Myles Sinclair
    Last edited by magicalwonders; 29-Sep-2004, 03:02 PM. Reason: More specific title
    www.magicalwonders.com

    #2
    Have you uploaded the Actinic version? If so can you post a url?

    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    Comment


      #3
      No. I'm finding Actinic a bit of a steep learning curve. Probably my age! Still working on the basics. I won't be ready to upload for quite a while!

      Best wishes,

      Myles
      www.magicalwonders.com

      Comment


        #4
        Add in the code for the table just above the </body> tag in Act_Primary.html.

        The code for the table should look like this...

        <table width="100%" border="0" cellspacing="0" cellpadding="5"
        bgcolor="#00cdfe">
        <tr>
        <td>
        &nbsp;
        </td>
        </tr>
        </table>

        Comment


          #5
          Thanks for your help with the code Chris.

          I know that most of my problems are a result of my complete ignorance of html. This is no reflection on Actinic of course, but for anyone like me that wants to customise the look of their site, they really need to know some code.

          So, I've armed myself with HTML4 for Dummies, HTML4 in Easy Steps and HTML complete. Only 2000 pages! (I suspect there's a lot of repitition) Please tell me there's lots of repitition!

          I guess that takes care of my evenings for the next couple of weeks!


          Best wishes and thanks again,

          Myles
          www.magicalwonders.com

          Comment

          Working...
          X