• Hello guys,
    I am using Station theme, which does not support controlling Footer content from Footer Options Panel. Therefore the only way of controlling Footer is by making changes in Footer editor.

    I don’t really need the default Footer content provided by Station theme, in fact,
    I don’t want Footer at all. Only content I need in the footer is a small logo image. Nothing else.

    So I did delete all the HTML text from Footer editor, and now I need to input a tag for putting an image. (URL of that image is: “https://bcoutback.com/add/footer_logo.jpg”)

    So I am wondering if the following tag for putting an image in Footer is correct?

    <img src=”https://bcoutback.com/add/footer_logo.jpg&#8221; width=140 height=55 alt=”IcebergFilms logo” align=”CENTER” border=”0″ />

    It works on my localhost, but I just wanna make sure the tag is correct for internet browser.

    Thank you guys for your support, and for your patience with a newbie.

Viewing 4 replies - 1 through 4 (of 4 total)
  • if it works on localhost should be ok on the net too ?? just pay attention that this img tag is surrounded by a block item like a div… doing so you can control much better the way it is displayed… ??

    Thread Starter Hobbart24

    (@hobbart24)

    Hi danixland,

    thank you for your response and for the tip.
    It looks like div would be a good idea, but I have no idea about how to write the code.

    How that code should look like with div tag? Is there any “template” in this forum, or
    something I could follow?

    Thanks again for your help.

    <div><img src=”https://bcoutback.com/add/footer_logo.jpg&#8221; width=140 height=55 alt=”IcebergFilms logo” align=”CENTER” border=”0″ /></div>

    ?? pretty simple ain’t it??

    Thread Starter Hobbart24

    (@hobbart24)

    Thank you so much for all your help.
    You are right, it is probably very simple, but for me, HTML is something like native language of some Borneo tribe. (L.O.L.)

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Code for putting image in footer’ is closed to new replies.