Add image to signup page

Discussion in 'Templates customization' started by simonsays, Apr 23, 2009.

  1. simonsays

    simonsays aMember Pro Customer

    Joined:
    Aug 5, 2008
    Messages:
    45
    I wanted to add our company logo to the signup page. Is it as easy as adding some HTML code before the first PHP code in the signup.html page?

    I was going to add an img src tag before this code:

    {assign var="title" value=$smarty.const._TPL_SIGNUP_TITLE} {include file="header.html"} {include file="error.inc.html"}

    Thanks,

    Chris
  2. miso

    miso aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    543
    you do that and you'll screw that template up ;)

    question is, where did you want to add the image?

    if above the signup form, add your image code just BELOW the code you quoted there...
  3. simonsays

    simonsays aMember Pro Customer

    Joined:
    Aug 5, 2008
    Messages:
    45
    Miso,
    The image will be added above the form, upper left to be exact. Below the code would make sense since the code includes the header.html.

    Thanks for your help!
    Simon
  4. codeispoetry

    codeispoetry aMember Pro Customer

    Joined:
    Jan 12, 2009
    Messages:
    336
    Hi Simon,

    Try editing the header.html file instead. ;)

    Lee

Share This Page