View Single Post
Old 09-21-2003, 07:39 AM   #2 (permalink)
yakimushi
Addict
 
Is this what you're looking for?

Code:
 

{td vAlign=top background="HBO Sopranos_files/main_ep39.jpg"}
            {table cellSpacing=0 cellPadding=0 width=545 border=0}
              {tbody}
              {tr}
                {td background="HBO Sopranos_files/spacer.gif"}{img height=20 alt="" src="HBO Sopranos_files/spacer.gif" width=185 
                border=0}{/td}
What HBO did was use a table to format the page, then within the specific cell they defined the image you want as the background for that cell (ie, no right click). Then, they used a "clear" 1x1 pixel spacer to fill the cell leaving the image underneath.

To tell you the truth, its quite an elegant solution, it had me stumped for about 5 minutes. Anyways, the easiest way I got the image was to just save the page then find the image in the files folder.

Hope I've helped!

edit: damn HTML, all carrots replaced with brackets

Last edited by yakimushi; 09-21-2003 at 07:42 AM..
yakimushi is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73