Hi!
I’m learning how to write basic HTML code.
This HTML page http://www.directsellinglive.com/POWER50Success/POWER50Success.htm that I created
does not show scroll bars in any browser. What code do I need to add to get the vertical and horizontal scroll bars in a browser to show in a smaller monitor when the page is larger than the monitor size?
If you would please add directly into code below so I can see where it goes. I learn best that way.
This is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title> POWER 50 Success Seminar </</title>
</head>
<body style="background:#000000
url(http://www.directsellinglive.com/POWER50Success/Success-Weekend-Flyer-Coming-Page-2.jpg); background-repeat:no-repeat; background-position:top center;">
<table style="margin:0 auto; text-align:center; width:100%; min-width:800px;">
<TBODY>
<TR><td>
</TD></TR></TBODY></TABLE>
</body>
</html>