Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread:


Message #1 by "Hamza Hamza" <jamalnew@a...> on Thu, 14 Jun 2001 19:32:33
Another option that has been used for quite some time is to create a one
pixel high, one pixel wide transparent gif.  When you need space, use this
image and specify the height/width attributes to the desired values.

=================================
Kyle M. Burns, MCP
Database Administrator/Webmaster
Centra Credit Union
kburns@c...

 

-----Original Message-----
From: Ryan Gerrard [mailto:ryangerrard@h...]
Sent: Thursday, June 14, 2001 1:45 PM
To: HTML Code Clinic
Subject: [html_code_clinic] Re: <spacer>


The <spacer> tag is Netscape Navigator only, so probably won't work under
IE. At least that's what the book beside me says. If you really need to get
some spaces in there, try using:  
That creates a non-breaking space in your document. You might need a lot of
them, but it will probably do what you want. Good luck.

Ryan.

----- Original Message -----
From: "Hamza Hamza" <jamalnew@a...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Thursday, June 14, 2001 7:32 PM
Subject: [html_code_clinic] <spacer>


> Hi Guys,
> Can anyone help me out please. I tried to use the spacer tag but it does
> not work. What can i do?
>
> Thanks.
> 

  Return to Index