View Single Post
  #2 (permalink)  
Old Jun 2nd, 2005, 00:24
benbramz benbramz is offline
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
well - my explanation is this.

in this last script you closed the fram tag and reopned it. i suspect macs dont like frames in frames, which you have. Cos before you made a frame, closed it and made another frame....if you know what i mean? major compatability issue though. anyway....lol
took another look at your script source though - your using 2 frames (black.html) to centre your whole website...

can you use a table and center it? or even use an Iframe? That way you could cut down on the amount of frames.

code for the iframe:
Code: Select all
<IFRAME name="inlineframe" src="yoururl.html" width=100 height=100 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></IFRAME>