WebTV (MSNTV) can only read margin-left for CSS margins.
Each of the following solutions is an example of itself. I have added borders so you can see the effect for each.
Q: How do I get margins at the top, at the bottom and on the right for WebTV?
A1: To get space on the top or bottom, just use <br /> tags.
|
|
A3: Another approach for equal space on the left and right sides is to use a table.
<table align="center" width="86%" |
|
A4: If you need left and right margins that are not the same width, you can use a table with empty cells as left and right spacers.
<table cellspacing="0" cellpadding="0" border="0"><tr> |