Forum Moderators: open
A quoted string cannot be immediately followed by text. It must be followed by a space or the end of the tag.
<img height="12" width="90%" src="http://www.example.com/images/3flagline.gif" border="0"ALT="Some Alt Text"> <table border="0" cellpadding="0" cellspacing="0">
[edited by: BlobFisk at 3:57 pm (utc) on Nov. 9, 2004]
[edit reason] Examplified URL in code [/edit]
That did the job. Thanks
I have another. If I remove the "td", my page body color changes to the border color. If you look at our page you will see a blue outline around the white backround. How can I fix this error and keep the page backround the way it is?
The "td" tag was found, but it is not valid due to where it is used. This element may be contained in "tr". This element may not be contained in "td" and "th". The tag is currently not contained in an element that allows its use.
<table width="100%" border="0" cellpadding="7" cellspacing="0" bgcolor="white">
<td>
<table border="0" width="100%">
<tr>
<td>
<table width="100%" border="0" cellpadding="7" cellspacing="0" bgcolor="white">
<tr>
<td>
<table border="0" width="100%">
<tr>
<td>
Your content
</td>
More table cells or content then
</all the necessary closing tags>