Announcement

Collapse
No announcement yet.

Saving changes to site.html

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

    Saving changes to site.html

    I have tried to make some simple changes to render bold text, but my changes are not saved when I upload the site. I must be missing some obvious step in the process so the original file keeps overwriting the amended version.

    I would appreciate a hand with this.
    Sue Derry
    www.SandEdge.com for the perfect garden gift

    #2
    What files are you trying to modify?
    You should only be modifying the site templates not the created files. Actinic creates the the site's html files based on the templates.

    Comment


      #3
      Ok that seems to answer that question.

      Is there any way to add bold type to say the body text of a product description?
      Sue Derry
      www.SandEdge.com for the perfect garden gift

      Comment


        #4
        Yes you can. One way is to add html code in the description. For example you could do this:
        !!<
        <b>I am in bold</b>
        < /br>
        I am not
        >!!

        Comment


          #5
          Fantastic! So I could change style, font, colo(u)r etc and generally add html type code to customise each product just by putting it between the !!<>!! brackets?
          Sue Derry
          www.SandEdge.com for the perfect garden gift

          Comment


            #6
            Correct. You can even do this:

            I am not coded in html
            !!<<b>I am coded in html</b>< /br>>!!
            I'm also not coded in html
            !!<but I am>!!

            Or add tables for formatting etc..

            Comment


              #7
              Don't get me started on tables!!

              I have my index page in 2 column form, but the product images and text are aligned centre so they look ragged as the string lengths differ, I don't suppose you know what align commands will make them all align left?

              I've already started improving the product descriptions with bold text, even a bit of italic where apropriate. Thanks for your helpful advice.
              Sue Derry
              www.SandEdge.com for the perfect garden gift

              Comment


                #8
                Originally posted by suederry
                ...I don't suppose you know what align commands will make them all align left?
                Have a look at your Act_SectionLine template in the Site1 folder, find:
                <TD ALIGN="LEFT" VALIGN="MIDDLE">
                and change MIDDLE to LEFT

                I think that will work.

                Comment

                Working...
                X