Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > CSS & HTML Tables

Reply
Thread Tools

CSS & HTML Tables

 
 
Mike
Guest
Posts: n/a
 
      04-13-2007
Hey guys I just have a really quick question that I'm trying to figure
out...

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>

........ 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
it works out alright.

Any ideas?
THANKS,
--mike

 
Reply With Quote
 
 
 
 
Robb
Guest
Posts: n/a
 
      04-13-2007
Mike wrote:
>Hey guys I just have a really quick question that I'm trying to figure
>out...
>
>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>
>
>....... 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
>it works out alright.
>
>Any ideas?


Always run a css validator. Hard to know without seeing the page,
try test layouts in IE & make adjustments that don't break in a gecko.
CSS validators come free varieties. Google.


--
Robb
 
Reply With Quote
 
 
 
 
why?
Guest
Posts: n/a
 
      04-13-2007

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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
No TABLES in html. No hacks in CSS. Any layout possible,crossbrowser. Try it. brave1979 HTML 0 12-30-2007 12:39 PM
Simple html list for personal DVD collection (with check mark) using CSS and not tables - data is in MS Access ©® HTML 4 01-16-2006 08:00 AM
Re: Java script, icons, html transitional, css and tables. Luigi Donatello Asero HTML 18 01-05-2005 11:36 PM
Java script, icons, html transitional, css and tables. Luigi Donatello Asero HTML 49 01-04-2005 01:20 AM
confused - html validates, css validates but validate css from the html causes errors Titus A Ducksass - AKA broken-record HTML 6 11-15-2004 12:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57