|
Posted by Robi on 10/23/05 23:52
Woodmon wrote in message news:T62dnW0XGcE4g8fenZ2dnUVZ_tGdnZ2d@comcast.com...
[...]
> 3. When validating to strict HTML 4.01 the pahe is still failing due to my
> implmentation of target="_new" to launch a new window when clicking on a
> particular link. Any recommends?
Don't do that, it's noy user friendly.
I always hate it, when I click on a link and a new window pops up.
Lave the target= away.
[...]
> 7. My final concern regards the flowing text on the home page when it
> extends past the last image on the right, I observe the text flows all te
> way to the right edge of the page margin when the text is too long (you can
> see the effect by increasing text size in the browser text). This is not a
> real issue when multiple lines of text flow below the image, but it looks a
> bit funky when only one or two lines flow down there all by themselves. .
> Is there a method to keep text in it's 'column' or any other recommends?
You are looking for something like this:
http://glish.com/css/7.asp
> 8. Wondering about the following javascript in Barbara's page source. Any
> thoughts what this is for?
>
> <script type='text/javascript'>
> <!--
> if (top != self) top.location.href = self.location.href;
> // -->
> </script>
that gets you out of other people's frames.
Navigation:
[Reply to this message]
|