|
HTTPS Table BG images
Table background images in HTTPS pages will not be requested/displayed
unless a full HTTP url is used.
- INCORRECT: <table background="images/background.gif">
- CORRECT: <table background="http://www.madeup.com/images/background.gif">
Last updated: 31 October 2002
|