Need HELP!!! HTML CODES&TABLES

Please someone look at the source code of this page I am building and tell me how to div the page..I would like to keep the nav bar on the left and move text to center..or to the right of the nav bar running the length of nav bar..I have figured out how to put text and pics together but cannot get the text to align next to the nav bar..HELP!!!been at it for 2days and nights...my eyes are starting to crossI know it is simple ..but well I am a blonde.:rolleyes: <br />
<br />
<!-- m --><a class="postlink" href="http://www.mp-boatdoc.com/index2.html">http://www.mp-boatdoc.com/index2.html</a><!-- m --><!--content-->Your code needs to be closed </body & </html<br />
<br />
I moved your thread to this forum where it will get better replies.<!--content-->Sorry the original link was to the wrong page..corrected that. Still need help to fix it!!!<!--content-->Starting from bottom of code working up I noticed that your order is backwards.<br />
You have </table before your row and data tags.<br />
</td </tr </table<!--content-->Thanks a million..but I still need to div the page correctly..someone please help!!!:bluescrn:<br />
<br />
Thanks<br />
<br />
Please Look at<br />
<!-- m --><a class="postlink" href="http://www.mp-boatdoc.com/index2.html">http://www.mp-boatdoc.com/index2.html</a><!-- m --><br />
<br />
and HELP!!!<!--content-->There are numerous open tags without closing tags.<br />
<br />
You keep saying Div page, are you talking about --CSS Style Divisions?<br />
<br />
Unless I missed it I did not see any style tags in your code.<!--content--><BODY><br />
<br />
<TABLE><br />
<TR><br />
<br />
<TD WIDTH=The width of your margin VALIGN=TOP><br />
Margin goes here <-----<br />
</TD><br />
<br />
<TD VALIGN=TOP><br />
----->The rest of your Web page stuff goes here<br />
</TD><br />
<br />
</TR><br />
</TABLE><br />
</BODY><br />
<br />
That will give you a margin and main body for content.<!--content-->I place that code on the page...It got the text to the right and the nav bar top left...but I would like to have the text start top line next to CONTACT US bar..how do I do that...I do not know what to set margin at?? would that fix it...?:rolleyes:<br />
<br />
maybe I am talking about css...I just want two colums to work with one for nav bar and other for text/pics..<!--content-->Start with a margin width of 200 or 20%. (experiment with sizes)<br />
<br />
The search function of these forums is very helpful.<br />
Spend some time looking at the results of the examples of questions that you ask in the search.<br />
<br />
Look behind the curtain of other websites that you are trying to get a simular layout like.<br />
<br />
That is the best way to sort it out.<br />
<br />
If you want the top line to start at the same level as "contact" it may be as simple as using a couple <br> tags.<!--content-->Well finally I managed to fix it..with LOTS OF HELP from everyone..and most Thanks goes to KWJAMS...THANKS A MILLION!!!:hug: Please look and see what you think now...<br />
<br />
I had two pages set up to work on:<br />
<br />
The one WE FIXED is at<br />
<br />
<!-- m --><a class="postlink" href="http://www.mp-boatdoc.com/index3.html">http://www.mp-boatdoc.com/index3.html</a><!-- m --><br />
<br />
let me know what you think so far..I am not done yet..lots of content to add and more pages to link to and build for the nav bar links but I think I have it on the right track..by the way this page is replacing...<br />
<br />
<!-- m --><a class="postlink" href="http://www.mp-boatdoc.com">http://www.mp-boatdoc.com</a><!-- m --><!--content-->Before you get to much content, take your basic blank layout and run the code through a validator to locate any errors that can be fixed now.<br />
<br />
<<--Here-->> (<!-- m --><a class="postlink" href="http://www.doctor-html.com/RxHTML/">http://www.doctor-html.com/RxHTML/</a><!-- m -->)<br />
<br />
Click the single page tab<!--content-->Will do that right away. Thanks again..;)<!--content-->The page at index2 has 29 errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mp-boatdoc.com%2Findex2.html&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->) in the code.<br />
<br />
The index3 page still has some errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mp-boatdoc.com%2Findex3.html&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->) one of which is that the !DOCTYPE declaration MUST be the very first line of the file.<!--content-->The pages listed above are some of the pages that I was using to work on so I could keep index in place..I have finished most of the site..the correct url to look at is <br />
<br />
<!-- m --><a class="postlink" href="http://www.mp-boatdoc.com">http://www.mp-boatdoc.com</a><!-- m --><br />
<br />
I know there is some mistakes on them..I am working on that..if you find any please let me know exactly where they are cause my eyes are old and mind is feeble..hair is blonde and my fingers hurt after 3 days and nights at this..Thanks to all who have helped and that will continue to help. I have a links page for Boating if anyone wishes to submit there site (Boat Related) I will gladly do that in exchange for a return link..also I will be adding a On the Web page tonight that is where I will put everything else..you are welcome to submit links for that page also.. submit by email to <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> and place Link Submit in subject line..once again Thanks to ALL!<br />
<br />
I have another question now? Since I have split up the site into several pages now..and I am listed at Yahoo, Aol, and Google do I have to re-submit all of the pages or will the spiders pick-up the extra pages???<!--content-->Spiders usually pick up new content within a month or two. Make sure that the page(s) that are listed on SERPs do contain pointers to the other pages to make this happen.<br />
<br />
Google will see keywords like boat,Boat,BOAT as keyword spamming. Don't repeat the words. Use phrases rather than single comma-separated words.<br />
<br />
The script on the first line hides the !DOCTYPE. If that is added by the server, then it really ought not to be the very first line of the file. That is reserved for the !DOCTYPE, which must be the very first line.<br />
<br />
This makes error checking (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mp-boatdoc.com%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->) fail.<!--content-->
 
Back
Top