Need Help With Layout!!!

liunx

Guest
Hey Guys, Im new, so first of all let me say that this site looks awsome, And I will be adding this site as a link to a few websites I own...<br />
<br />
Right so now to my question...<br />
<br />
I have been designing a webpage and have everything I wish to have, however I want my box at the top of the page to be inline with the menu heading "About Will" I have tried to get it inline but I have had no luck, can anyone here help me?<br />
<br />
Heres the website...<br />
<br />
<!-- m --><a class="postlink" href="http://wbzuk.hypermart.net/willswebsite/willshomepage.html">http://wbzuk.hypermart.net/willswebsite ... epage.html</a><!-- m --><br />
<br />
If someone could help or fix it and attach it as a document then that would be great!<!--content-->hi<br />
I don't quite understand your question, I assume that you want to bring up "About Will" head line to the same altitude as the main content<br />
<br />
use table<br />
<br />
<table border="0" width="100%"><br />
<tr><br />
<td width="50%" valign="top">meun script</td><br />
<td width="50%" valign="top">main content</td><br />
</tr><br />
</table><br />
<br />
replace "menu script" with the CODE for your main content<br />
replace "main content with the CODE for your main content<br />
<br />
Most professional sites are consisted with tables, in other word, table is useful to organize the layout and look for a web site<br />
<br />
and welcome to this forum, since this is your first post!:D<!--content-->You need to look at this [list of errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwbzuk.hypermart.net%2Fwillswebsite%2Fwillshomepage.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->)] and take some time to fix them.<br />
<br />
Remember to "quote" all attributes, especially all "#FFFFFF" colours, all "50%" sizes, and especially all URLs.<br />
<br />
Add type="text/javascript" to all <script> tags.<br />
Add type="text/css" to all <style> tags.<br />
All <style> code must be within the <head> </head> part.<br />
You are only allowed one <head> </head> and one <body> </body> pair per document.<br />
There is no such tag as <align="left">.<br />
You keep forgetting to close things "><b>About Will<b></td> should be "><b>About Will</b></td> instead.<br />
The class=&{ns4class}; code should be quoted: class="&{ns4class};" <br />
The Q&A text is seen as an entity. You need to escape the ampersand by changing the & to be &amp; instead.<br />
Check for missing, or misplaced </tr> tags.<br />
There is a spelling mistake in the code: lengh="25%" <br />
There are other nesting errors, and missing or duplicated tags as well.<br />
Check the list (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwbzuk.hypermart.net%2Fwillswebsite%2Fwillshomepage.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->) and work through it.<br />
<br />
Post again if you get stuck.<!--content-->
 
Back
Top