sappatoti -> RE: HTML help needed (12/30/2009 11:12:27 AM)
|
To immediately solve the right justification problem, insert the align=right modifier. My tests with this do make the image right justify, but from all appearances it may not look like it. To give the page the visual appearance, the table that holds the image must be expanded to larger than at least 675 px. At present the horizontal image size is 645 px so trying to right justify a mere 25 px is not noticeable. My tests with the table width at being 800 px along with including the align=right modifer does move the image to the right side of the table. Having stated that, if I may offer some advice. Care needs to be taken with making sure the tags are properly closed. In the HTML source provided in the OP, some of the tags are missing their closing tags which can bring about unexpected results when rendering the page in a browser. I also noticed some <tr> tags that don't appear to do anything but since the example appears to be a classroom exercise, those extra tags may be required.
|
|
|
|