|
|
|
|
Some Webtv PageBuilder page styles automatically align contents The page styles that align contents to the center of the page Each "add an item" -- "text" area is contained in a table automatically made by Webtv.
The additional codes of <br></center> and <center><br> used with the table tags are added to prevent validation errors. |
| |
|
|
|
|
|
|
|
|
|
|
table with width="100%": This will be automatically aligned to the left This will be aligned to the right And this will be centered And this will be automatically aligned left again. |
|
|
Codes added automatically added by Webtv are in yellow; user-added codes are in white. <CENTER>(this tag is immediately after the initial body tag) <TABLE> <TR><TD> <CENTER> <!-- beginning of "ADD AN ITEM"--"TEXT" area --> <br></center></td></tr></table> <table width="100%"><tr><td> This will be automatically aligned to the left. <div align="right"> This will be aligned to the right</div> <div align="center"> And this will be centered</div> And this will be automatically aligned left again. </td></tr></table> <table><tr><td><center><br> <!-- end of "ADD AN ITEM"--"TEXT" area --> </CENTER> </TD></TR></TABLE> </CENTER>(the closing center tag is near the end of the overall page code) |
|
|
table with width="80%" and border="1" (the border is not necessary, it's just for demonstration purposes). This will be automatically aligned to the left This will be aligned to the right And this will be centered And this will be automatically aligned left again. |
|
|
Codes added automatically added by Webtv are in yellow; user-added codes are in white. <CENTER>(this tag is immediately after the initial body tag) <TABLE> <TR><TD> <CENTER> <!-- beginning of "ADD AN ITEM"--"TEXT" area --> <br></center></td></tr></table> <table width="80%" border="1"><tr><td> This will be automatically aligned to the left. <div align="right"> This will be aligned to the right</div> <div align="center"> And this will be centered</div> And this will be automatically aligned left again. </td></tr></table> <table><tr><td><center><br> <!-- end of "ADD AN ITEM"--"TEXT" area --> </CENTER> </TD></TR></TABLE> </CENTER>(the closing center tag is near the end of the overall page code) |
|
NOTE: Using just <div align="left"> or just <div align="right"> will work for Webtv viewers, but not quite the same for computer viewers of the Webtv PageBuilder webpage. Demo and "puter screen capture below: This text will be automatically centered by Webtv. Using <div align="left"> This will be aligned to the left of the page for Webtv viewers, but the overall area will be centered for computer viewers. </div> Using <div align="right"> This will be aligned to the right of the page for Webtv viewers, but the overall area will be centered for computer viewers. </div> 'puter screen capture of the area above another webpage, similar topic more codes Top of page |
|
|
|
This area should be automatically centered, in the middle of the page, but it is not, due to the improper coding used in the "Bad html'n" section above. |
|
|
|
|
| |
|
|
||
|
|
||
|
|
||