Posted by Neredbojias on 07/23/06 19:52
To further the education of mankind, "Chris" <nospam@btinternet.com>
vouchsafed:
> My layout will be totally CSS driven and the content will be pulled
> out of a database. This content may well have images etc in it. Beyond
> some kind of regular expression to strip out certain tags is there a
> more elegant CSS solution to creating a text only page. I was thinking
> of setting the image tag etc within the content div to invisible but
> that might be a bit of a hack. I just was wondering what would be
> considered the proper standards approach.
Setting the img tag invisible would be pointless. Setting it to
display:none might be more appropriate but just as futile.
A text-only layout would/should be quite different than an imaged one which
strongly suggests that a different layout is needed. Also, what about
background images? Just make a different page and avoid the convolutions
of misapplied css.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|