Results 1 to 3 of 3

Thread: tv test pattern

  1. #1

    Thread Starter
    Member ariel_au's Avatar
    Join Date
    Mar 2001
    Posts
    48

    tv test pattern

    How to create a webpage that looks like tv test pattern in html? see sample below
    Attached Images Attached Images  

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Here's the lines.
    Did you want the SERTE and GLOBE CAST PARIS SERTE boxes as well?

    Code:
    <HTML>
    <HEAD>
    
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    
    <table height="100%" width="100%" cellpadding=0 cellspacing=0>
    <tr width="100%">
    	<td bgcolor=#dcdcdc>&nbsp;</td>
    	<td bgcolor=#bdb76b>&nbsp;</td>
    	<td bgcolor=#48d1cc>&nbsp;</td>
    	<td bgcolor=#32cd32>&nbsp;</td>
    	<td bgcolor=#da70d6>&nbsp;</td>
    	<td bgcolor=#d2691e>&nbsp;</td>
    	<td bgcolor=#4169e1>&nbsp;</td>
    	<td bgcolor=#000000>&nbsp;</td>
    </tr>
    </table>
    </BODY>
    </HTML>
    Mark
    -------------------

  3. #3

    Thread Starter
    Member ariel_au's Avatar
    Join Date
    Mar 2001
    Posts
    48
    Thanks Mark Sreeves, add the SERTE and GLOBE CAST PARIS SERTE boxes too...

    well, how about showing the date and a "running" time in the boxes instead?

    However, the color bars does not fill the whole window, there are edges at the top, bottom, left and right are left unfilled.

    i am also looking for a suitable audio for this test pattern screen also...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width