Hi,
I have a problem when I include the catImages div, inside contentDiv div.
Any idea or any other information you need?
Any idea or any other information?
Thanks...
http://www.thechefmanny.com/receipts.html
Printable View
Hi,
I have a problem when I include the catImages div, inside contentDiv div.
Any idea or any other information you need?
Any idea or any other information?
Thanks...
http://www.thechefmanny.com/receipts.html
You have this in your stylesheet:
WHich is pushing all of your images out of your #catImages div.Code:#contentDiv img {
margin-left:250px;
}
Remove it and you should see them
Ok. Thanks simplypixie...