Try to Place thumb nail

I’m trying to get the photo of the shoe at the bottom of this page to the right
hand side. I can’t seem to do it - everything seems OK.http://www.see360degrees.com.au/Product Shots.html
Have I missed something?
Thanks,
Barry

Getting a 404 on the link Barry, can you check your url and repost?

Do you mean you want the “Boy’s Sports Shoe” on the line above, next to “Food Shots”?

Should work now - a little deduction goes a long way. :inspector:

Yes, Boy’s sports shoe http://www.see360degrees.com.au/Product%20Shots.html
Thanks,
Barry

Try this:

Near line 332



 <p>
    &copy; 2011 See 360 Degrees - Website Design by
    <a href="http://www.undodesign.com.au"
       <!-- OLD Position /p -->
    CtrlZ Design</a>
     </p>       <!-- NEW Position /p -->


Thanks, gave it a try does not move the thumb to the right?
http://www.see360degrees.com.au/Product%20Shots.html
Thanks fot giving it a try,
Barry

I validated the URL and found 8 errors and 2 warnings:

[URL=“http://validator.w3.org/check?uri=http%3A%2F%2Fwww.see360degrees.com.au%2FProduct%2520Shots.html&charset=(detect+automatically)&doctype=Inline&group=0”]http://validator.w3.org/check?uri=http%3A%2F%2Fwww.see360degrees.com.au%2FProduct%2520Shots.html&charset=(detect+automatically)&doctype=Inline&group=0

Maybe if you managed to eliminate the errors and warnings it may fix the problem.

Your code seems to be unnecessarily complex, but your problem has a simple fix. :slight_smile: You’re missing the closing </div> for the previous item:

<div class="portfolio_box">
        	<ul class="gallery clearfix">
            	<li><a title="Click here to view the sample" href="clams.html"><img src="images/green_grey/portfolio/clamsthumb.jpg" alt="portfolio item" class="image"></a></li>
            </ul>
            <h4><a href="clams.html">Food Shots</a></h4>
            <p></p>
[COLOR="#FF0000"]</div>[/COLOR]

As John_Betong says, it’s always a good idea to validate your code. The Validator will also help you pick up on simple typos and omissions - such as this one - than can cause problems.

Nice One! Fixed, Will check out Validator for sure.
First I’ve heard of it, did not build the site I’m a photographer just
started to add things myself.
Thanks all, for your help,
Barry

Line 5, Column 358: “PRODUCT” is not a member of a group specified for any attribute

…e,product view,click and drag"product photography,melbourne,Australia,360 degr… (what does this mean the p after product is in red and underlined)?

:email:
Error Line 5, Column 369: “PHOTOGRAPHY” is not a member of a group specified for any attribute

…product view,click and drag"product photography,melbourne,Australia,360 degree,

:email:
Error Line 5, Column 400: “DEGREE” is not a member of a group specified for any attribute

…product view,click and drag"product photography,melbourne,Australia,360 degree,

Sorry, could this be explained a little to put me on track?
Thanks,
Barry

Try removing the errant double quote in your list of keywords:

drag[COLOR="#FF0000"]"[/COLOR]product

It is prematurely ending your list of keywords.

Thanks, have done it.
Barry