On 13 Apr 2007 03:29:57 -0700, Mike wrote:
>Hey guys I just have a really quick question that I'm trying to figure
>out...
Put the page up on a public webserver and provide the URL.
HTML/CSS validation, see the links in the w3 A to Z at
http://www.w3.org/
>I have a table and a CSS webpage. The CSS webpage is full of <DIV>'s
>that make up the entire site so that you can neatly put things inside
>of them. I also have this set up with ASP.NET Master pages... So I
>have a website sorta like this...
>
><div>
> <asp Master Page Placeholder>
></div>
That means what? Is the div above, below, near by okay?
>....... Now I've been putting text and images and such inside of this
>placeholder, but now I have come upon a page where I wish to put a
>table. I think that it'll work, but in IE it appears that the table
>(you can tell when it loads) goes underneath the DIV, but in Firefox
I can't tell, can't see the page.
>it works out alright.
Poor syntax, FF is maybe self correcting the layout. Then again IIRC if
the structure is valid layout is worked out first then the content
filled. You can see this on sites where placeholders are drawn and the
images etc follow and the rendering is adjusted as the page loads.
Otherwise browsers tend to render what thay are given, which isn't
always valid / error free.
>Any ideas?
After you -
Put the page up on a public webserver and provide the URL.
HTML/CSS validation, see the links in the w3 A to Z at
http://www.w3.org/
You could ask in alt.html newsgroup, what ever you do don't forget to -
Put the page up on a public webserver and provide the URL.
HTML/CSS validation, see the links in the w3 A to Z at
http://www.w3.org/
>THANKS,
>--mike
Me