Click here to get back home

How to remove the spacing between
tag?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
How to remove the spacing between
tag?
kaiwing18 10-17-2007
Posted by kaiwing18 on October 17, 2007, 9:09 am
Please log in for more thread options
Hello all,

I have the following simple html how can I display the second table
content like the first one. As i have add the <form>payment</form>
tag. Any method to remove the spacing.


<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[history | payment]</td>
</tr>
</table>

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[history | <form>payment</form>]</td>
</tr>
</table>

Thx,

Wing


Posted by Ben C on October 17, 2007, 9:13 am
Please log in for more thread options
> Hello all,
>
> I have the following simple html how can I display the second table
> content like the first one. As i have add the <form>payment</form>
> tag. Any method to remove the spacing.
>
>
><table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | payment]</td>
> </tr>
></table>
>
><table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | <form>payment</form>]</td>
> </tr>
></table>

Form has margin-bottom: 1em in at least Firefox Quirks mode. Use <form
style="margin-bottom: 0"> to remove the margin.

Use strict mode anyway. Prefix each page with:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">

Posted by Chaddy2222 on October 17, 2007, 11:25 am
Please log in for more thread options

kaiwin...@gmail.com wrote:
> Hello all,
>
> I have the following simple html how can I display the second table
> content like the first one. As i have add the <form>payment</form>
> tag. Any method to remove the spacing.
>
>
> <table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | payment]</td>
> </tr>
> </table>
>
> <table border="0" cellspacing="0" cellpadding="0">
> <tr>
>
Learn some better coding from:
http://www.htmldog.com
--
Regards Chad. http://freewebdesign.awardspace.biz


Posted by Neredbojias on October 17, 2007, 11:36 am
Please log in for more thread options
Well bust mah britches and call me cheeky, on Wed, 17 Oct 2007 13:09:32 GMT
scribed:

> Hello all,
>
> I have the following simple html how can I display the second table
> content like the first one. As i have add the <form>payment</form>
> tag. Any method to remove the spacing.
>
>
> <table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | payment]</td>
> </tr>
> </table>
>
> <table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | <form>payment</form>]</td>
> </tr>
> </table>
>
> Thx,
>
> Wing

Set margins and padding to 0 on the form. If the line feeds are a problem,
it _may_ be possible to render the form as inline (display:inline;).

--
Neredbojias
Half lies are worth twice as much as whole lies.

Posted by walosaw on October 17, 2007, 11:25 pm
Please log in for more thread options
This is a quck fix though it would be better to have all your style
sheet code in a seperate css file
change
<td>[history | <form>payment</form>]</td>
to
<td>[history | <form style="display:inline">payment</form>]</td>

Cheers


Similar ThreadsPosted
Row spacing May 13, 2005, 1:22 pm
Spacing after

needs to be compressed

November 12, 2004, 2:03 pm
Way to have spacing between cells *only*? March 24, 2005, 9:37 pm
Spacing in a Table September 26, 2005, 6:33 pm
Spacing in IE and Firefox is different January 9, 2008, 3:44 am
style to remove all styles March 25, 2005, 5:09 am
How can I remove tags which have no attributes? May 28, 2005, 6:31 pm
How to remove page break? May 29, 2005, 12:53 pm
How do I remove frames EASILY?? November 21, 2005, 2:03 pm
Spacing between menu items. November 18, 2005, 11:17 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap