Author Topic: Insert Pic  (Read 4707 times)

Offline mykidz

  • Newbie
  • *
  • Posts: 32
  • Karma: +4/-0
    • View Profile
Insert Pic
« on: August 31, 2014, 11:31:50 PM »
Hi! I'm using two columns setting for my website. I want to insert a pic to the side column. I already set to create new block. Then upload a pic to a photobucket, copied the link and paste to the custom block content. But it did not work.  I did it that way because the button for insert link is not functioning. Please advice. TQ

yonghan

  • Guest
Re: Insert Pic
« Reply #1 on: September 01, 2014, 12:25:21 AM »
Hello,please try to put the link in source mode instead of edit mode in the editor.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Insert Pic
« Reply #2 on: September 01, 2014, 01:34:08 AM »
Use HTML img tag to insert images, something like
Code: [Select]
<img src="http://www.abantecart.com/templates/abantecart/images/shopping_cart_logo.png" alt="Smiley face" height="42" width="42">
Change src attribute with you image URL

 

Powered by SMFPacks Social Login Mod