PDA

View Full Version : Probs when viewed in mac--help


Roma
03-05-2001, 08:28 PM
Hi,
I am posting this message again....Since i didnt get any response...
Could somone please help me out...

There is a problem in viewing a few pages on the site that i have designed.
http://www.pharmquest.com/corporate/Html/newsroom/news/list_news.htm

In mac the text& the image table on the middle of the page goes & sits at the top of the page...on the banner image there...
Morover this happens only in pages there are no images in the table below...the page below..shows up perfect.
Eg..http://www.pharmquest.com/corporate/Html/products/overview.htm

Those pages looks perfect in IE & netscape in PC. & also looks fine in netscape in mac...

Can somebody please help me to fix the bug...

Thanks

Marlboro
03-06-2001, 12:06 PM
Just a wild guess - but try closing the last attribute in your styles with a semi-colon. I see that all of them EXCEPT the last attribute is closed. IE on Macs is very picky - this mite help.

Macs also not support using a percentage for a table width, its been so long I forget details like that.

hth
Mark

Roma
03-06-2001, 06:03 PM
Heay,
Thanks Marlboro> I will try to make the changes & see if it helps...

Roma

Roma
03-06-2001, 06:41 PM
I tried out the solutions given by Mark...but unfortunately it does not work...

Any more guess?:(

Thanks

Roma
03-06-2001, 08:49 PM
(for mac)I found that whenever there is a table in a td there should some text or code i mean
<td>
<br>
<table>


</table>

if it is
<td>
<table>


</table>
It behaves oddd..

Anyways thanks Mark