<br><br><div class="gmail_quote">On Sun, Aug 23, 2009 at 2:15 PM, Charles M <span dir="ltr"><<a href="mailto:chaslinux@gmail.com">chaslinux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all. First my apology for posting this slightly OT subject here. I<br>
would have posted it to our local Drupal forum but it looks like<br>
Rogers is reshaping our content again because when I type<br>
<a href="http://www.drupal.org" target="_blank">www.drupal.org</a> I get Rogers' search page... argh!<br>
<br>
I'm working on a drupal web site at: <a href="http://www.freesoftshop.com/" target="_blank">http://www.freesoftshop.com/</a><br>
trying to get the screenshot to align on the right of the other custom<br>
content types I've created.<br>
<br>
I thought I could do it within the custom image field content type, or<br>
image cache module, but it looks like I'm wrong. I then looked to<br>
Views, but the best I could get was to turn my content into a couple<br>
of columns, which looks better, but still isn't what my goal was<br>
(getting the image on the right of the text).<br>
</blockquote><div><br><br>If you are using views just for that, then it is overkill here. <br>You should be able to do the alignment using CSS provided the image <br>is wrapped in a div with a class.<br><br>You can try this:<br>
<br>In style.css in your theme, or in a new custom.css that you add<br>to your theme's .info file, add this:<br><br>.field-field-screenshot {<br>  float: right;<br>}<br><br>To make it align to the right of the container (the div that is one level <br>
above).<br><br>Clear your browser cache and then reload the page and see.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I also haven't quite figured out how to get the view to actually work<br>
and display on the front page.<br>
<br>
Thanks all...<br>
<br>
Charles McColm<br>
<a href="http://www.charlesmccolm.com/" target="_blank">http://www.charlesmccolm.com/</a><br>
<br>
_______________________________________________<br>
<a href="http://kwlug-disc_kwlug.org" target="_blank">kwlug-disc_kwlug.org</a> mailing list<br>
<a href="http://kwlug-disc_kwlug.org" target="_blank">kwlug-disc_kwlug.org</a>@<a href="http://kwlug.org" target="_blank">kwlug.org</a><br>
<a href="http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://astoria.ccjclearline.com/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br><a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>