Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is this the correct code?
This is what I have finished redoing my code? My question is under the table table tab. Is this correct?
<head>
<title>Thank you for subscribing</title>
<style>
</style>
</head>
<body>
<table>
<tr>
<td>
<h1>My Newsletter</h1>
[CONTENT]
<table>
<tr>
<td>
test contents of your html message to be pasted
in: Send a Message -- Content tab
</td>
</tr>
</table>
If you want to change your preferences, please use [PREFERENCES]
If you want to unsubscribe, please use [UNSUBSCRIBE]
Visit us at <a>OfficialInternetMarketingExpert.com</a>
</tr></td></table>
</body>
</html>
4 Answers
- Anonymous1 decade agoFavorite Answer
Yes that is correct, but be aware, the new line between "If you want to change your preferences, please use [PREFERENCES]" and "If you want to unsubscribe, please use [UNSUBSCRIBE]" will not appears, these 2 text line, will simply be on one line, one after the other.
- cobyLv 44 years ago
She could have paid tax of below £350. A BR code skill that tax would be deducted at common fee (22%) on all her income from that source. besides the shown fact that her income is so low that a extensive component to her income from the 2d interest could in undemanding terms undergo tax at 10%. She could pass to the Tax place of work with the two P60s and ask for a refund of the tax overpaid.
- BuntyLv 41 decade ago
Do not use nested tables. They are a big pain. Use CSS Div's. In the above code use table rows.(TR). your <a href tag is incomplete>
for more tutorials log on to http://gateway2internet.com/
- 1 decade ago
1. It doesn't seem like there's any point to the nested tables - you aren't gaining any layout advantages the way it's set up.
2. The <a> tag is incomplete