Blankscreen Posted April 26, 2006 Report Share Posted April 26, 2006 I wonder if anyone knows the answer to this problem. It concerns html code.I use various photo album skins generated by the free program JAlbum. They generate an index page with thumbnails on it. I want to be able to write text on the bottom of these index pages, without the formatting of what I'm writing being influenced by formatting instructions written further up the page. So I want a piece of html code that says "from this point on take no notice of any instructions above". I want in effect a piece of code that rules a line under everything above it and starts a new section subject only to the formatting code I put in myself. Any ideas? Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted April 26, 2006 Report Share Posted April 26, 2006 It's a bit technical, but I assume since you are working with html you are familiar with it.Frames in HTML Documents Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted April 27, 2006 Report Share Posted April 27, 2006 We also have a section in this forum, Web design and code that is specifically for this kind of question.Anyway, there are various ways for achieving what you want; the easiest probably using DIV or SPAN tags. Quote Link to comment Share on other sites More sharing options...
Blankscreen Posted April 27, 2006 Author Report Share Posted April 27, 2006 Thanks Scarecrow Man and Pat - I'll check out your suggestions :) . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.