Scripsit eneroth3:
> I have a problem with images on my site. If you place all images
> without a <br> they will fill the row and then next row and so on. The
> numbers of pictures on every row depends on the resolution.
Fine. There's the issue of spacing between images, but I guess you have
figured it out. Using CSS, it is easy to add some desired horizontal or
vertical spacing.
> This is
> exactly what I want except one problem. I also want a small
> description under every image.
Yes, that changes the picture (no pun intended).
The simple HTML-only way, frowned upon by some, is to use tables, with
one table consisting of an image and the description only, and with
align="left" attribute in <table> tags.
The CSS way is to use some markup (e.g., <div>) for a combination of an
image and the associated description and to set float: left for such
elements.
More info, with examples:
http://www.cs.tut.fi/~jkorpela/www/captions.html
> I have one more problem too. The menu frame in my frameset should't
> have any margin at except the one in that html it views.
Just stop using frames. Frames are evil. Don't do frames, mm'kay?
Problem solved - or at least converted to a reasonable problem.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/