|
Posted by Bergamot on 06/25/07 18:49
Andy Dingley wrote:
> On 24 Jun, 04:30, John <phasereve...@gmail.com> wrote:
>> I have a web page which was authored in photoshop with a css xhtml
>> layout.
>
> Do you mean you took a picture of one possible web
> page on ejust one of the world's many computers, then chopped it up,
> stuck it in a <table>
Not to nitpick, but I think more recent versions of PS are capable of
taking a chopped up graphic and generating HTML of disconnected divs
instead of disconnected layout tables. Isn't progress marvelous? ;)
> Use frames (bad), use an <iframe> (not quite so bad) or use a purely
> JavaScript technique like AJAX.
SSI or some other server-side process might be a better choice, but
there is no way to know what the best solution is without knowing more
about the particular "problem".
--
Berg
[Back to original message]
|