Log in

View Full Version : Css, iframe & tables display issue



jjjodiez
02-19-2009, 01:21 AM
Hi,
I'm a newbie here ... I'm trying to get my iframes content to display into a table and having a few issues.

Basically, the iframes content is cropped on the page, and not fully displaying (I've attached a .jpg of the page - as you can see the iframe is aligned to the right of the page, and cropped).

I've also attached the .html so you can (hopefully!) see where I'm going wrong.

Also, is this "search engine friendly"? If not, can you please advise a better way of doing it, so that it is search engine friendly please ?

I have been going nutty trying to figure it out ... :confused:

Thanks in advance.

Jodie.

Snookerman
02-19-2009, 06:44 AM
Remove this from your css code:

#mainwrap {
float:right;
}

Good luck!