[Pro] Red squares around images in iPad

My site looks great in Firefox, but when I view it in Safari on my ipad, there are red lines near my images in my header. They almost look like they are where the box is that holds that image. Can anyone explain how to remove them?

Www.serendipitydesignsbydiane.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Is there any reason why all the items contained within ‘topwhitearea’ are in a table layout (not layered items)

I see the lines on my iPad as gray - which is the default browser generated border-color for a table.

I would suggest (if you dont want to make all these items into layered ones) that you try adding the following code in Page>Html Markup in the before section

<style type="text/css">
#topwhitearea table {
border-color: none !important;
}
</style>

Try that and see what you get - and report back once it is online.

There may be an easier fix.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options