the td height problem, apple browsers

liunx

Guest
I get the impressions that td height= 100% messes with a lot of web designers. I am one of them. Someone please help me with my problem, or at least point me towards a resource that discusses this issue.<br />
<br />
Both of my files work fine on my PC in both of the latest versions of IE and Netscape. However, they mess up on certain Apple browsers. I think Safari is one that they mess up on. I don't have an Apple, so I have no way to fiddle with them.<br />
<br />
<!-- m --><a class="postlink" href="http://www.customrocknyc.com/content/main/service.php">http://www.customrocknyc.com/content/main/service.php</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.customrocknyc.com/content/main/designer.php">http://www.customrocknyc.com/content/main/designer.php</a><!-- m --><br />
<br />
As you can see, I'm just try to get this star design to wrap around text of different lengths. Apple doesn't display the text right, it leaves half empty cells, and arranges the graphics badly. Can anyone make this page work?<br />
<br />
The code to look at is between these two tags:<br />
<!-- BEGIN TABLE THAT HOLDS COMPLETE GREY-PINK BOX --><br />
<!-- END TABLE THAT HOLDS COMPLETE GREY-PINK BOX --><!--content-->i suggest stop using tables for layout and use css this may help.<!--content-->hey sharky,<br />
<br />
thank you for your thoughts. i've been using tables for web design for the past...8 years. So long that I can hardly imagine completely abandoning them. Do you know any good tutorials that could help me create the same effect by using css instead of tables?<!--content-->Well if your fluent with the attributes of css these will help you with some rudementary layouts. Layout place (<!-- m --><a class="postlink" href="http://www.bluerobot.com/web/layouts">http://www.bluerobot.com/web/layouts</a><!-- m -->) <br />
<br />
If not fluent in css visit this CSS help (<!-- m --><a class="postlink" href="http://www.w3schools.com/">http://www.w3schools.com/</a><!-- m -->) <br />
<br />
Hope these can help you.<!--content-->
 
Back
Top