Kairi
04-15-2003, 08:30 AM
i dunnot know how to wright in tables with images in them and do it so the image doesn't move can anyone help? http://www14.brinkster.com/sorasdream
|
View Full Version : My tables Kairi 04-15-2003, 08:30 AM i dunnot know how to wright in tables with images in them and do it so the image doesn't move can anyone help? http://www14.brinkster.com/sorasdream epolady 04-15-2003, 08:46 AM Your coding is a bit messed up, go back to the CSS section of this site and correct it. It should look something like this- <HTML> <HEAD> <TITLE>Kairi's world</TITLE> <style type="text/css"> <!-- A:link { text-decoration: underline overline; color:#000000;} A:visited { text-decoration: underline overline; color:#000000;} A:active { text-decoration: underline overline; color:#000000;} A:hover { text-decoration: underline overline; color:#000000;} </style> </HEAD> <BODY> <table border="0" cellpadding="0" cellspacing="0" width="500"> <tr><td><img src="kairiworldmenu.jpg" width="158" height="1000" alt="bird"></td></tr> <tr> <td width="342"> <img src="kairisworldright.jpg" width="342" height="1000" alt="bird"></td></tr></table> Now, where are you trying to write your text at? Edit: Please post in the correct forum next time. A mod will move this shortly, I hope. Blink only works in Netscape. Kairi 04-15-2003, 08:54 AM i am trying to wriyte my text n the thing under menu and the bit under the kairi's world epolady 04-15-2003, 08:59 AM You're going to have to absolute positioning to make what you want work. Do a search (http://www.lissaexplains.com/forum//search.php?s=) for absolute position. Kairi 04-15-2003, 01:21 PM yeah but now mlook it all went wonkey and it doesn't stand one beside the other!!! :( epolady 04-15-2003, 02:46 PM That's why you position it. |