i have a page that looks a bit like this:

<hr />

<asp:Label ID="Label1" runat="server" Font-Bold="True" Text="Name"></asp:
Label>

<asp:TextBox ID="tb" runat="server" Width="200px"></asp:TextBox>

<asp:Label ID="Label2" runat="server" Font-Bold="True" Text="No."></asp:
Label>

<asp:TextBox ID="tb2" runat="server" Width="200px"></asp:TextBox>

<br /><br />

<asp:Label ID="Label3" runat="server" Font-Bold="True" Text="Name 2"></asp:
Label>



<asp:TextBox ID="tb3" runat="server" Width="200px"></asp:TextBox>



<asp:Label ID="Label4" runat="server" Font-Bold="True" Text="No. 2"></asp:
Label>



<asp:TextBox ID="tb4" runat="server" Width="200px"></asp:TextBox>

so, i have no DIV that i could add padding or margin to as i normally would.

should i add an empty p tag? an empty div? what would you guys recommend?


-- 
Vincent Pollard
http://www.ithinkx.co.uk
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to