|
Posted by Neredbojias on 03/20/06 15:07
With neither quill nor qualm, Crazy Jack quothed:
> Hi.
>
> I do not do web authoring for profit, but I like playing with it and I
> want to do a small site for a local school. This is to be in html4.01
> strict and css only. I hope.
>
> The layout is basic, a header, left side nav, content and footer.
> Loads of tutorials out there. But I can't get the header to do what I
> want.
>
> In the header I want a picture, text, then another picture. The
> pictures to stay the same size (150 x 96) but the text to resize if
> the window is shrunk.
What do you mean by this last? -The actual font-size is to be reduced?
Or simple wrapping? If the latter:
<div style="width:100%;text-align:center;"><img style="float:right"
src="image02.jpg" alt="Shalzbut!"><img style="float:left"
src="image01.jpg" alt="Gadzooks!">Text here.</div>
--
Neredbojias
Contrary to popular belief, it is believable.
Navigation:
[Reply to this message]
|