 |

Ginslinger
User
Sep 29, 2008, 11:22 AM
Post #1 of 4
(236 views)
Shortcut
|
|
image alignment
|
Can't Post
|
|
How does one go about getting images to align left so that text will wrap?
|
|
|  |
 |

ross
Staff
/ Moderator

Sep 29, 2008, 2:04 PM
Post #2 of 4
(225 views)
Shortcut
|
|
Re: [Ginslinger] image alignment
[In reply to]
|
Can't Post
|
|
Hi. Thanks for posting! Are you trying to position the images in your WYSIWYG editor or in the PHP code on your template? They are completely different things so if you could let me know either way, I'll help you get it all going. Thanks! ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

Ginslinger
User
Sep 29, 2008, 5:00 PM
Post #3 of 4
(211 views)
Shortcut
|
Within the template itself.
|
|
|  |
 |

ross
Staff
/ Moderator

Sep 30, 2008, 8:14 AM
Post #4 of 4
(197 views)
Shortcut
|
|
Re: [Ginslinger] image alignment
[In reply to]
|
Can't Post
|
|
Hi. If you are trying to align the images on your template, I imagine you are using the code generated by CMS Builder to display your images right? So you would have something like this: <img src="<?php echo $upload['thumbUrlPath'] ?>" > All you should need to do is add in an alignment attribute there like this: <img src="<?php echo $upload['thumbUrlPath'] ?>" align="left" > Does that seem like what you are after? Give it a shot and let me know how you make out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
|