[snip]
 > When i use <div align="top"> on an include inside of a table
 > cell it dosen't work.  Any reason?

Almost certainly there'll be a reason.  Browse the page in question in
your web browser and then view the source - see if you've ended up with
your page source as you'd intended.  Most of these sorts of problems
come down to html that isn't valid for whatever reason.
[/snip]

"DIV" has no "top" attribute, all DIV are loaded from the top -> down.
http://www.w3.org/TR/html4/struct/global.html#h-7.5.4 . You may want to use
CSS to define your divs'.
Also, make sure that your include is call before any HTML head where the
LINK REL to the stylesheet might be.

HTH!

Jay

"Reality is for people who lack imagination "

*************************************
* Want to meet other PHP developers *
* in your area? Check out:          *
* http://php.meetup.com/            *
* No developer is an island ...     *
*************************************



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to