I am having issues creating a website (using imageready) that is centered in all browsers.
I made table width & height = 100% and made align & valign = center so that it would center in the middle of any viewers browser page-not sure I did this correctly...
I also have an link to a pdf file that may download for the viewer if they so choose, but something weird is happening around that link - white spaces as if the page is broken up.
the site is - URL REMOVED PER USER REQUEST
I'm sure this is a simple problem, but I am quite inexperienced so any help is greatly appreciated.
HTML Code:<html> <head> <title>Kids-First-Tutoring-Center</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (Kids-First-Tutoring-Center.jpg) --> <table id="Table_01" width="100%" height="100%" align="center" valign="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"> <img src="images/index_01.jpg" width="1280" height="410" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="images/index_02.jpg" width="80" height="614" alt=""></td> <td> <a href="Kids1st-Summer-Registration.pdf" target="_blank"><img src="index_03.jpg" alt="Summer_Registration_Form" /></a></td> <td rowspan="2"> <img src="images/index_04.jpg" width="831" height="614" alt=""></td> </tr> <tr> <td> <img src="images/index_05.jpg" width="369" height="527" alt=""></td> </tr> </table> <!-- End ImageReady Slices --> </body> </html>



Reply With Quote




Bookmarks