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.

I am new to setting up a form and need help?

I am creating a templete:

This is the code. I understand the css style sheet but am confused at the [Content]. Am I suppose to delete this and put my content in or am I suppose to put delete content and put the content in the cell like this. [The sky is gray] of do I delete this and put the content in The sky is gray.

<html>

<head>

<title>Untitled Document</title>

<style type="text/css">

.... place your style elements and classes here ...

.... or use inline styles (recommended)....

</style>

</head>

<body bgcolor="#CCCCCC">

<table width="640" border="0" align="center" bgcolor="#990000">

<tr><td>

<h1>My Newsletter</h1>

[CONTENT]

End of template header part <table><tr><td>

test contents of your html message to be pasted

in: Send a Message -- Content tab

</td></tr></table>

Start of template Footer part If you want to change your preferences, please use [PREFERENCES]

If you want to unsubscribe, please use [UNSUBSCRIBE]

Visit us at [WEBSITE]

</tr></td></table>

</body>

</html>

1 Answer

Relevance
  • daa
    Lv 7
    1 decade ago
    Favorite Answer

    Delete the entire string "[CONTENT]" and replace with your content.

    Also, the other stuff in brackets should be replaced with links to your own pages - e.g. <a href="prefs.php">Preferences</a>.

Still have questions? Get your answers by asking now.