View Full Version : Site builder
yichung
26th Jun 2006, 09:53 PM
Just a question-do most of you use only the online store builder at storesonline.com or you use an editor of your own and paste the code on your site? I have a few storesonline licenses but I'm quite lost in using the online site builder whereas building a site using a simple WYSIWYG editor like Frontpage is much easier/flexible. For example, I can't seem to get my text to wrap around a small sized image using the drag-and-drop interface. The image appears in the centre area (left side as I put it) and the rest of the horizontal space is empty. But when I drag a body of text to it, the text only goes above or under it.
KarenMac
27th Jun 2006, 07:21 AM
Most of us use a text editor of some sort and then paste it into the storebuilder element. there is specific code for wrapping text around an image, and Im not sure which version of the builder you are using, but the format button in 4.0 just tears up codes. You have to use an align statement If you dont use any, it will usually wrap to the bottom.
Try <im src="whatever.jpg" ALIGN=CENTER>
see if that works.
Karen
Effectiveselling
29th Jun 2006, 04:27 PM
Here's what you can try:
<p align="justify">text
or if you want the image on the right, you align="right", etc.
Hope this helps.
Powered by vBulletin™ Version 4.0.0 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.