Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
IE - that little, tiny bit of space at the top!
Old 03-20-2005, 02:45 PM IE - that little, tiny bit of space at the top!
Harvey's Avatar
Super Spam Talker

Posts: 901
Name: Harvey C
Location: Brighton, UK
Trades: 0
Hi

May seem like a petty question, but please believe me, this is absolutely essential to the design of my site!

On internet explorer, there seems to be a space of about 2-3 milimetres before content is shown. On firefox, there isn't this gap. Is there a way I can get rid of the gap?

Thanks
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Harvey is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-20-2005, 03:09 PM
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
Trades: 0
Code:
<style type="text/css">
body { margin: 0; padding: 0; }
</style>
Try putting that inside your <head></head> tag. If not then you need to post your entire code

-dk
__________________
Did I help you? If so, be nice and throw me some
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
dk01 is offline
Reply With Quote
View Public Profile
 
Old 03-21-2005, 11:07 AM Re
Harvey's Avatar
Super Spam Talker

Posts: 901
Name: Harvey C
Location: Brighton, UK
Trades: 0
Hmm, that's odd - it made my background go white!

It's a .tpl file; is that a problem?

The address of the file I am referring to is here - code as follows:

HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
	background-color: #000000;
}
-->
</style></head>

<body>
<table width="1010" height="91"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="91"><table width="100%" height="91" border="0" cellpadding="0" cellspacing="0" background="header_top_left.jpg">
      <tr>
        <td width="283"></td>
        <td width="317" valign="bottom"><script type="text/javascript"><!--
google_ad_client = "pub-2912696535092810";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_channel ="";
google_color_border = "517D54";
google_color_bg = "517D54";
google_color_link = "000000";
google_color_url = "CCCCCC";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
        <td width="410"><img src="header_top_right.jpg" width="409" height="91" border="0" usemap="#Map2"></td>
      </tr>
    </table>     </td>
  </tr>
</table>
<table width="1010" height="52" border="0" cellpadding="0" cellspacing="0" background="loggedinheader_bottom.jpg">
  <tr>
    <td width="690" height="51" valign="top"><table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="41%" valign="bottom">&nbsp;</td>
        <td width="59%" height="29" valign="bottom"><img src="navbar.gif" width="312" height="26" border="0" usemap="#Map"></td>
      </tr>
    </table></td>
    <td width="320" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="21%" height="29">&nbsp; </td>
        <td width="79%">You have no new private messages. </td>
      </tr>
    </table>
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="1%">&nbsp;</td>
          <td width="67%" valign="top"><strong>Administrator</strong></td>
          <td width="32%" valign="top"><img src="logout.jpg" width="66" height="22" border="0" usemap="#Map3"></td>
        </tr>
      </table></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="25,5,76,23" href="#">
  <area shape="rect" coords="84,3,127,23" href="#">
  <area shape="rect" coords="135,3,216,22" href="#">
  <area shape="rect" coords="223,3,292,23" href="#">
</map>
<map name="Map2">
  <area shape="rect" coords="151,26,211,54" href="#">
  <area shape="rect" coords="158,59,249,79" href="#">
  <area shape="rect" coords="230,32,311,53" href="#">
  <area shape="rect" coords="264,59,312,78" href="#">
  <area shape="rect" coords="324,30,392,52" href="#">
  <area shape="rect" coords="328,60,381,78" href="#">
</map>
<map name="Map3">
  <area shape="rect" coords="0,2,64,25" href="#">
</map>
</body>
</html>
Thanks
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Harvey is offline
Reply With Quote
View Public Profile
 
Old 03-21-2005, 05:08 PM
drewrockshard's Avatar
Super Talker

Posts: 100
Name: Drew
Location: Garland (Dallas), Texas
Trades: 0
like dk01 said, put this:
HTML Code:
margin: 0; padding: 0;
after the first css statement in this block..
HTML Code:
<style type="text/css">
<!--
body {
	background-color: #000000;
}
-->
</style></head>
SO THAT IT FINAILLY LOOKS LIKE:
HTML Code:
<style type="text/css">
<!--
body {
	background-color: #000000;
        margin: 0; padding: 0;
}
-->
</style></head>
__________________
Best Regards,
Drew Decker

Please login or register to view this content. Registration is FREE
drewrockshard is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE - that little, tiny bit of space at the top!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.85445 seconds with 12 queries