Jump to content

Wolverine

Members
  • Posts

    55
  • Joined

  • Last visited

About Wolverine

  • Birthday 02/19/1957

Profile Information

  • Location
    Huntsville Al

Wolverine's Achievements

Newbie

Newbie (1/7)

3

Reputation

  1. The hex code for it is #FF7619. And seeing as HALLOWEEN is coming up it would seem to me that it would be a popular color for the season.
  2. That is no CSS I have ever seen, that said the CSS in the tutorial looks like this: <!DOCTYPE html><html><head><style>form { display: block; margin-top: 0em;}</style></head><body><p>A form element is displayed like this:</p><form action="demo_form.asp">First name: <input type="text" name="FirstName" value="Mickey"><br>Last name: <input type="text" name="LastName" value="Mouse"><br><input type="submit" value="Submit"></form><p>Change the default CSS settings to see the effect.</p></body></html>
  3. Here are the results I got when I tried to fix it in the Validator:Info: The Content-Type was text/html. Using the HTML parser.Info: Using the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.Error: Start tag form seen in table.From line 26, column 8; to line 27, column 813>↩<table>↩<form method="post" action="mailto:miloshman2004@yahoo.com" enctype="text/plain">↩<tr>↩Error: Element form not allowed as child of element table in this context. (Suppressing further errors from this subtree.)From line 26, column 8; to line 27, column 813>↩<table>↩<form method="post" action="mailto:miloshman2004@yahoo.com" enctype="text/plain">↩<tr>↩Contexts in which element form may be used:Where flow content is expected.Content model for element table:In this order: optionally a caption element, followed by zero or more colgroup elements, followed optionally by a thead element, followed optionally by a tfoot element, followed by either zero or more tbody elements or one or more tr elements, followed optionally by a tfoot element (but there can only be one tfoot element child in total), optionally intermixed with one or more script-supporting elements.Error: Start tag textarea seen in table.From line 65, column 5; to line 65, column 49</tr>↩<tr><textarea name="comments" rows="5" cols="60"></textFatal Error: Cannot recover after last error. Any further errors will be ignored.From line 65, column 5; to line 65, column 49</tr>↩<tr><textarea name="comments" rows="5" cols="60"></textDocument checking completed.Source<!DOCTYPE HTML>↩<html>↩<head>↩<title>Sign-up for e-mail specials</title>↩<style>↩#header {background-image: url(greenleaves.jpg); padding: 10px; color: white}↩</style>↩</head>↩<body>↩<div id="header">↩<h1 class="pagetitle">The Garden Company</h1>↩<h5 class="tagline"><i>Helping your garden grow since 1975</i></h5>↩</div>↩<nav>↩<hr>↩<p style="font-family: Arial, Helvetica, sans-serif; color: black; font-style: normal; margin:0px">↩<a class="buttonlink" href="index.htm"><img src="button.jpg" alt="">Home</a>↩<a href="tips.htm"><img src="button.jpg" style="border:none" alt=""></a>↩<a href="problems.htm"><img src="button.jpg" style="border:none" alt=""></a>↩<a href="products.htm"><img src="button.jpg" style="border:none" alt=""></a>↩<a href="about.htm"><img src="button.jpg" style="border:none" alt=""></a>↩<a href="contact.htm"><img src="button.jpg" style="border:none" alt=""></a></p>↩<hr>↩</nav>↩<h3 style="font-style:normal">Sign-up for E-mail Specials</h3>↩<table>↩<form method="post" action="mailto:miloshman2004@yahoo.com" enctype="text/plain">↩<tr>↩<td>Name</td>↩<td><input type="text" name="Name" size="30" maxlength="50" required></td>↩<tr>↩<td>E-mail address</td>↩<td><input type="email" name="E-mail address"></td>↩</tr>↩<tr>↩<td>State:</td>↩<td>↩<select name="state">↩<optgroup label="Europe">↩<option>Spain</option>↩<option>Slovakia</option>↩<option>France</option>↩</optgroup>↩<optgroup label="America">↩<option>SAD</option>↩<option>Canada</option>↩</optgroup>↩</select>↩</td>↩</tr>↩<tr>↩<td>Level of gardening expertise:</td>↩<td>↩↩<input type="radio" name="level" value="Beginner">Beginner<br>↩<input type="radio" name="level" value="Intermediate">Intermediate<br>↩<input type="radio" name="level" value="Expert">Expert<br>↩<input type="radio" name="level" value="Pro">Professional<br>↩</td>↩</tr>↩<tr>↩<td></td>↩<td><input type="checkbox" name="partner" value="Yes" checked="checked">Yes, I would also like to receive coupons and offers from other gardening-related companies.</td>↩</tr>↩<tr><textarea name="comments" rows="5" cols="60"></textarea></tr>↩<tr><input type="submit">↩<input type="reset" value="clear"></tr>↩</form>↩</table>↩<hr>↩<p class="copyright">Copyright ©2012 The Garden ™<br>↩No material may be reproduced without written permission<br>↩<a href="mailto:webmaster@contoso.com?subject=Question/Comment" title="webmaster@contoso.com" style="color: black; text-decoration:none">Contact the <del>Webmaster</del><b>Master Gardener<b></a></p>↩</body>↩</html> I do not know enough HTML or CSS to fix the remaining errors, sorry about that.
  4. I am still learning and thus said, "my personal opinion only".
  5. a few things that I think might help but are my opinion only, on these lines it might help if you closed the img tage: [*]<a class="buttonlink" href="index.htm"><img src="button.jpg" alt="">Home</a>↩ [*]<a href="tips.htm"><img src="button.jpg" style="border:none"></a>↩ [*]<a href="problems.htm"><img src="button.jpg" style="border:none"></a>↩ [*]<a href="products.htm"><img src="button.jpg" style="border:none"></a>↩ [*]<a href="about.htm"><img src="button.jpg"style="border:none"</a>↩ [*]<a href="contact.htm"><img src="button.jpg"style="border:none"</a></p>↩ and it might help if you put a semicolon to the right of the word none. But that is my personal opinion only.
  6. Does your image tag syntax look like: <img src="smiley.gif" alt="HTML5 Smiley Face Icon" style="width:128px;height:128px;"> or is it different?
  7. There is no &GPL entity if that is what you mean.
  8. Here is the valid html:<!DOCTYPE html><html><head><title>myTitle</title><meta charset="UTF-8" lang="nb"><link rel="stylesheet" type="text/css" href="style2.css"><script type="text/javascript" src="jquery"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script><script type="text/javascript" src="script2.js"></script></head><body><!-- <div id="container"> --><div id="t-section"><h1>myHeading</h1><p>t-section<p></div><div id="nav"> <!--Navigation bar--><ul><li>nav-section</li><li>item1</li><li>item2</li><li>item3</li><li>item4</li></ul><ul style="text-align:right"><li>item5</li><li>item6</li></ul></div><div id= "l-section"> <!--Left navigation bar/ section--><ul><li>l-section</li><li id="heading">heading1</li><li>item1</li><li>item2</li><li>item3</li><li>item4</li><li>item5</li><li>item6</li><li class="heading">heading2</li><li>alphabetic navigation</li><li class="heading">heading3</li><li>item1</li><li>item2</li><li>item3</li></ul></div><div id= "r-section"> <!--Right section--><br><p><em>r-section</em><p>Something something something</p></div><div id="aticle"> <!--Main section at center of screen--><p><em>main-section</em></p><p>Text text text text</p></div><div id="footer"> <!--Footer at bottom of page--><ul><li>footer-section</li><li>info1</li><li>info2</li><li>info3</li></ul></div><!--</div>--></body></html>
  9. And that goes Double in my opinion for the Moderators.
  10. One of the errors that the validator shows is more than one occurence of ID NAVMENUITEM. The id SelectorThe id selector uses the id attribute of an HTML tag to find the specific element. An id should be unique within a page, so you should use the id selector when you want to find a single, unique element. To find an element with a specific id, write a hash character, followed by the id of the element. use a CLASS instead.
  11. Well Ingolme he could try this site:http://designhuntr.com/beautiful-fixed-sidebar-website-layout/ which gives the how to for making a sidebar and putting his NAV links there.
  12. You could try the HTML FOOTER TAG: Definition and Usage The <footer> tag defines a footer for a document or section. A <footer> element should contain information about its containing element. A <footer> element typically contains: • authorship information•copyright information•contact information•sitemap•back to top links•related documents You can have several <footer> elements in one document.
  13. And here I was thinking it was for such things as giving appropriate credit when you Cited something in a Academic Paper.
  14. Wolverine

    base tag

    Because W3C defined at: Definition and UsageThe <base> tag specifies the base URL/target for all relative URLs in a document. There can be at maximum one <base> element in a document, and it must be inside the <head> element. It is not meant for making Indexes with.
×
×
  • Create New...