HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
cellspacing?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
pawingpooch



Joined: 06 Jul 2007
Posts: 9
Location: south florida

PostPosted: Fri Jul 06, 2007 7:49 am     cellspacing? Reply with quote

im not sure this is even in the right section! i am very, very, VERY new into html, and am working on redesigning my website. a friend of mine did the intial coding, and i have used that as a basis for everything else.

this website and forums have been extremely helpful this past week as i have started building my site (yes, only a week! tho i have been working with the barebones of html for years). not many issues thus far, just one that is bothering me.. and forgive me if my explaning is garbled as im new in the terms.

my website is http://www.pawingpooch.com. in the updates section is where my issue lies (and when i get to other sections, it will apply there too). in my IE browser, the image/txt fits perfectly in the table. however, in my firefox, the iframes are active and you have to scroll a tiny bit to get the whole picture. in my friends netscape navigator, no problems arose. the up/down vertical scroll bar doesnt bother me - especially since there will be more text added. it is the horizontal scroll bar that i do not like and want to prevent that from happening so it will do the same thing in all browsers.

um.. did that make sense? cheers ahead of time for your help!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Fri Jul 06, 2007 10:05 am     Reply with quote



I did not see any scroll bars in the middle while viewing it in Firefox on 1280X1024, 1280X800 or 800X600 resolution. In 800X600, scrollbars were seen in the main window, but the iframe did not scroll

_________________
Corey
Toll Free Fax Numbers | Yahoo Merchant Account
pawingpooch



Joined: 06 Jul 2007
Posts: 9
Location: south florida

PostPosted: Fri Jul 06, 2007 11:53 am     Reply with quote

rilly? thats odd - i am looking at the Updates section right now and i see scroll bars in the iframe - am use firefox at home. my screen is 1680x1050 (widescreen laptop) and it does it. i even put it down to 1280x1024 and it still did it. how can it differ from pc-to-pc even if the screen resolution is the same?

i went to my sisters pc, firefox on there showed scroll bars in the iframe under updates, but the ie in her aol program did not.... Confused
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Sat Jul 07, 2007 6:18 am     Reply with quote

Ah I see it in the update section. I usually just click on the URL provided.

Looking at http://www.pawingpooch.com/updates.html, you have the same size as your iframe
Code:
<iframe src="home.html" width="486" height="262" frameborder="0" name="content" noresize framspacing="0">
Code:
<table id="Table_01" width="486" height="262" border="0" cellpadding="0" cellspacing="0">
So you might want to reduce your table some or add the style
Code:
border-collapse: collapse
as well to your table styles.

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts
pawingpooch



Joined: 06 Jul 2007
Posts: 9
Location: south florida

PostPosted: Sat Jul 07, 2007 6:32 am     Reply with quote

ah, sorry, about the incorrect link Embarassed

um.. i know nothing of iframes and tables (like i said, friend built the code for me) - but i am learning.

so if i were to reduce the size of.. the table is it? it would help with the iframe?

and could you explain the style
Code:
border-collapse: collapse


how it works exactly, what it does... and more importantly.. where in my code it goes?

i appreciate your help, you have no idea!!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Sun Jul 08, 2007 8:00 am     Reply with quote

The style goes in your
Code:
<table id="Table_01" width="486" height="262" border="0" cellpadding="0" cellspacing="0">
so it would be something like
Code:
<table id="Table_01" width="486" height="262" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse">
This just helps to collapse the border and not show it.

And yes reduce the table to see if that helps.

_________________
Corey
Toll Free Fax Numbers | Yahoo Merchant Account
pawingpooch



Joined: 06 Jul 2007
Posts: 9
Location: south florida

PostPosted: Sun Jul 08, 2007 8:04 am     Reply with quote

cheers - i will try that and let you know if it works!
pawingpooch



Joined: 06 Jul 2007
Posts: 9
Location: south florida

PostPosted: Sun Jul 08, 2007 12:43 pm     Reply with quote

it didnt work Confused and when i reduced the size of the table it made the scrolls worse! Shocked

this seems to be a browser issue - which pisses me off cuz firefox is my preferred browser and i want my page to look the same in all browsers...

i d/l netscape as well, and it does the same thing. seems ie is the only one that has no issues.

ill research more.. but is there something i can do to at least prevent the horizontal scroll bar from appearing?
pawingpooch



Joined: 06 Jul 2007
Posts: 9
Location: south florida

PostPosted: Sun Jul 08, 2007 12:55 pm     Reply with quote

oops.. nevermind, fixed it!! thanks for the help you gave. im sure ill need more soon enuf Very Happy
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial