AbanteCart Community

General Topics => General Discussion => Topic started by: mykidz on August 31, 2014, 11:31:50 PM

Title: Insert Pic
Post by: mykidz 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
Title: Re: Insert Pic
Post by: yonghan 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.
Title: Re: Insert Pic
Post by: Basara 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