Announcement

Collapse
No announcement yet.

Change simple text to bold or change to an image

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

    Change simple text to bold or change to an image

    This is probably really simple but...

    At the top of each of my catalogue pages I have the header "Click to enter category" - e.g. www.inbrass.co.uk/acatalog/shop.html

    I added this by just adding this text into the html - didn't want to use the Design/Options/ShopDefaults tab as that doesn't allow me to vary the header for different pages.

    All I want to do is make this text bold and centre justified. How do I write this in the html?

    Also for future info - how would I insert an image into the html?

    Cheers in advance

    #2
    Probably many ways - but this is one:
    <CENTER><B>text</B></CENTER>
    and for the image (supposing it is in acatalog directory)
    <IMG src="myimage.jpg border="0" />
    - also add it to the Addintional Files list in Actinic.

    Comment


      #3
      thanks

      it's easy when you know how...

      Comment

      Working...
      X