|
Posted by Jonathan N. Little on 10/17/06 13:58
Yogi_Bear_79 wrote:
> "dorayme" <doraymeRidThis@optusnet.com.au> wrote in message
> news:doraymeRidThis-1E80D9.13060117102006@news-vip.optusnet.com.au...
>> In article <maCdnXU4M71K2anYnZ2dnUVZ_qGdnZ2d@comcast.com>,
>> "Yogi_Bear_79" <nospam@spamsux.com> wrote:
>>
>>> "dorayme" <doraymeRidThis@optusnet.com.au> wrote in message
>>> news:doraymeRidThis-AC4107.12142617102006@news-vip.optusnet.com.au...
>>>> In article <OoWdnSSkZe-UpKnYnZ2dnUVZ_t-dnZ2d@comcast.com>,
>>>> "Yogi_Bear_79" <nospam@spamsux.com> wrote:
>>>>
>>>> No, don't centre things with align.
>>>>
>>>> With the div fixed at 800px, say:
>>>>
>>>> #MainBody {
>>>>
>>>> width:800px;
>>>> margin-left:auto;
>>>> margin-right:auto;
>>>> }
>>>>
>>>> Have you got a url or maybe I missed it? Have no idea what you
>>>> have with the other divs?
>>> Tried that different results, but not right..here's the test URL
>>> http://314rcsspouses.homedns.org/hollywoodoil/index.shtml
>> This has too many errors to deal with.
>>
>> <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2F314rcssp
>> ouses.homedns.org%2Fhollywoodoil%2Findex.shtml>
>>
>> You using Frontpage? I suggest you don't for now.
>>
>> I would start from scratch again.
>>
>> --
>> dorayme
>
> I'm using DreamWeaver, and not the GUI, just the code side. I ran the
> validator as well, 90% of the items it is flagging appear to be correct when
> I manually look at the code. So you are saying the way I am creating the
> MainBody Div in the css file is correct, and the way and place I am calling
> it in the HTML are correct? If that is the case then it must be the sizing
> of the other <DIV> tags within the MainBody tag.....
>
> For Example: Error Line 46 column 66: end tag for element "B" which is not
> open.
> ...enu("aboutus2","<b> About Us  </b>")Is it saying the
> closing </b> tag is not there?
I don't know about that line but a very quick examination of your source
I saw several items like this:
<p align="center"><img align="absmiddle" src="images/BeckettLogo.gif"</p>
See the error??? Hint: look at the IMG tag...
Plus you have lots of deprecated presentational markup that you should
define in your stylesheet and not in your HTML
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|