curves on colum corners

liunx

Guest
Hi, <br />
<br />
I am using note pad to make web pages and I can't seem to be able to get this rounded corner to place right on the links colum in the upper right corner, I always have this little blue edge sticking out into the other area. I got the other ones ok but not this one! Arghh. <br />
<br />
The web address is here <!-- m --><a class="postlink" href="http://www.immersionadventures.com/">http://www.immersionadventures.com/</a><!-- m --><br />
<br />
Any assistance appreciated. <br />
<br />
Sincerely, <br />
<br />
Daniel<!--content-->Ok you need to look at your table structure again.<br />
<br />
You have opened a TD before you have opened a table to start with.<br />
<br />
You have also neglected to close at least 2 TD's, one at the end of the emails... and one in the only TD of the first table.<br />
<br />
Fix those areas and make the code cleaner for us to look at... then we can help more if that doesn't fix it. By cleaner I mean like this:<br />
<br />
<br />
<table><br />
<tr><br />
<td><br />
<table><br />
<tr><br />
<td></td><br />
<td></td><br />
<td></td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
<tr><br />
<td></td><br />
</tr><br />
</table><br />
<br />
<br />
Hope the above make sense.<!--content-->Daniel,<br />
Entimp is correct and the problem that you have pointed out isn't the only problem that you have with your code but it the most visible to you. If you copy and paste the following code over the same.. First few lines under the logo code your visible problem will be gone and you can compare what was done. Also this will give you time to review all the code and validate it. Once you run the validator you will see alot of the errors. This is not the real fix but it will fix what you see on the screen. <br />
<br />
<table width="125" Border="0" Cellspacing="0" Cellpadding="0"><br />
<tr><br />
<td width="100" valign=top bgcolor="241AEF"></td><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"images/Image5.jpg" width=25 height=25 alt=curve image border="0"></td></TABLE><!--content-->Hi, <br />
<br />
Thank you Jgedeon that did the trick. <br />
<br />
I first went to the WDG validator <!-- m --><a class="postlink" href="http://www.htmlhelp.com/tools/validator/">http://www.htmlhelp.com/tools/validator/</a><!-- m --> and corrected the errors it gave me. <br />
<br />
I then went to Dr. HTML <!-- m --><a class="postlink" href="http://www.htmlhelp.com/tools/validator/">http://www.htmlhelp.com/tools/validator/</a><!-- m --> and copied the formatted HTMl and used that to fulfill the wishes of entimp. <br />
<br />
I have posted the formatted version (with the fix Jgedeon gave me not formatted). The formatted version changed the look of the page in that the links have more space between them and the bottom left corner of the white section is now not displaying correctly!<br />
<br />
I will probably go back and apply the fix Jgedeon gave me to the version I had before formatting but I wanted to post the formatted version just to get comments on why it made more problems? I think this page was originally written using cold fusion? or some editor and I am now using note pad on it so that may be part of the problem? Any comments welcome.<br />
<br />
I thank you both for your assistance, it is very much appreciated! <br />
<br />
Sincerely, <br />
<br />
Daniel<!--content-->
 
Back
Top