Author |
Topic  |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 11 March 2001 : 06:41:51
|
Hi :)
I've sent the margins in inc_top.asp so that it reads <body bgColor="<% =strPageBGColor %>" text="<% =strDefaultFontColor %>" link="<% =strLinkColor %>" aLink="<% =strActiveLinkColor %>" vLink="<% =strActiveLinkColor %>" marginwidth="0" marginheight="0" marginleft="0" marginright="0" margintop="0">
...but it's not showing... what am I doing wrong?
--Bri
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 11 March 2001 : 06:58:03
|
What effect were you expecting? |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 11 March 2001 : 08:08:55
|
quote:
What effect were you expecting?
Umm, I was expecting the margins to be zero... but they're not...
--Bri
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 11 March 2001 : 17:44:20
|
Anyone... ? :(
--Bri
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 12 March 2001 : 14:14:05
|
This is what I use in my code to have no top or left margin: topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 12 March 2001 : 19:44:52
|
You know, it's just SO embarassing when it's your HTML of all things that's wrong!
Cheers :)
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 12 March 2001 : 21:20:22
|
Aren't the margin statements different for IE and NS4.x?
====== Doug G ====== |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 12 March 2001 : 22:05:13
|
Not that I know of. Didn't know that it was supported in NS anyway. Thought it was an IE specific code.
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 12 March 2001 : 23:49:26
|
quote: Thought it was an IE specific code.
Maybe that's what I was thinking.
====== Doug G ====== |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 13 March 2001 : 09:40:52
|
topmargin="0" leftmargin="0" is for IE
marginheight="0" marginwidth="0" is for Netscape
:)
"Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
|
Topic  |
|