Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Need Immediate Support. Anyone Please., Who help are appreciated
zak92
post Jun 2 2007, 10:53 AM
Post #1


Super Member
*********

Group: Members
Posts: 225
Joined: 5-January 07
Member No.: 36,560



Hey guys i want to launch my site soon so yeah i have everything fixed and from photoshop i got my template. I have Iframe in a little box on the right of the site in the affliate thing which is located with a file. www.gfxwarriors.us.to/main.html.
It messes up the whole page. Does anyone have any idea how i can prevent this with slicing or anything else?
Thanks a lot guys.
Go to the top of the page
 
+Quote Post
Jimmy
post Jun 2 2007, 10:59 AM
Post #2


Super Member
*********

Group: [HOSTED]
Posts: 484
Joined: 9-April 06
From: The UK
Member No.: 21,584



Looking now... I'll see what I can figure out!

QUOTE
<td colspan="5"><frame src="affliates.php" width="100%" height="100%" frameborder="0"><iframe src="affliates.php" frameborder="0" height="100%" width="100%"></iframe></td>


I can't remember much about frames... but don't you have to close the frame tags?

You have closed the iframe, but the affiliates.php within the frame has not been closed...

This post has been edited by Jimmy: Jun 2 2007, 11:03 AM
Go to the top of the page
 
+Quote Post
zak92
post Jun 3 2007, 06:53 PM
Post #3


Super Member
*********

Group: Members
Posts: 225
Joined: 5-January 07
Member No.: 36,560



it is closed. I actually fixed this problem but in the way encountered another one. Since i added the i frame its for some reason placed in the middle which gives it a white space on each end. It works fine in Internet Explorer though. Help is appriciated.
Go to the top of the page
 
+Quote Post
jlhaslip
post Jun 3 2007, 08:28 PM
Post #4


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,300
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol
myCENT:46.50



Can you post the code here, please? Or is that link up there your site?
Go to the top of the page
 
+Quote Post
zak92
post Jun 4 2007, 01:31 AM
Post #5


Super Member
*********

Group: Members
Posts: 225
Joined: 5-January 07
Member No.: 36,560



Yeah it is. The link again is http://www.gfxwarriors.us.to/main.html
Go to the top of the page
 
+Quote Post
jlhaslip
post Jun 4 2007, 01:45 AM
Post #6


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,300
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol
myCENT:46.50



I think you are being affected by the default styling for tables.

Look over at the search:w3schools site for the information to vertically align that iframe to the top of the td or tr which contains it.

Here is one link to check out: http://www.w3schools.com/html/html_tables.asp
Go to the top of the page
 
+Quote Post
zak92
post Jun 4 2007, 01:58 AM
Post #7


Super Member
*********

Group: Members
Posts: 225
Joined: 5-January 07
Member No.: 36,560



CODE
<td colspan="5">
      <iframe src="affliates.php" height="100%" width="100%" vspace="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" frameborder="0" ></iframe></td>

Thats the code. Can you see what you can do?
Go to the top of the page
 
+Quote Post
biscuitrat
post Jun 4 2007, 02:09 AM
Post #8


Kween of Everything :)
***********

Group: Members
Posts: 1,052
Joined: 16-October 04
From: Houston, Tejas :D
Member No.: 1,774



QUOTE(zak92 @ Jun 3 2007, 08:58 PM) *
CODE
<td colspan="5">
      <iframe src="affliates.php" height="100%" width="100%" vspace="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" frameborder="0" ></iframe></td>

Thats the code. Can you see what you can do?


Ugh, tables and frames. That is quite truly so many miles behind me that I can't particularly help, but here's something that may help. Put your site through an HTML validator (http://www.validator.w3.org) and see what errors come up. I'm willing to bet that many will come up on your site, but try to fix them all. The cleaner your site is, by the W3C's standards, the easier it will be to catch these errors in the future, and fix them.
Go to the top of the page
 
+Quote Post
zak92
post Jun 4 2007, 03:25 AM
Post #9


Super Member
*********

Group: Members
Posts: 225
Joined: 5-January 07
Member No.: 36,560



Well my site is a photoshop designed one and they gave me the sloppy little code. But it works fine in IE like stated above i just don't know why this happens with firefox.