- Nov 18, 2004
- 945
- 0
- 76
I am trying to make a webpage that will go to different parts in a text field, or something similar.
I would also like to be able to format the text in a text field, or something similar. The field doesn't have to be a text field, but I would like for it to have the ability to be in a fixed area with scroll bars. The only formatting I would need would be bold, italics, and color, if that makes any difference.
The way I would like to have it set up is something along the lines of what I have attached.
I don't mind going a different rout at all, and I don't mind learning Java or JS or PHP or whatever it is that I have to do. I have all of the verses in an excel spreadsheet. They are ordered numerically by book, chapter and verse, so there will be no duplicate values and anything that is added will be put in the appropriate place by a sort. I tried setting up a MySQL server but so far I am too lame to do this. I am taking a MySQL and PHP class for college, but that hasn't started yet. So if I can get a different version of this working that would be great.
I don't know too much about all of the attributes of forms or what to use to replace them, but I would like for the workings of the interface to be transparent. Meaning, I would rather not take time to load pages if I can get all of it loaded originally. FYI there are about 1,344 verses total, in 63 different books of the bible. So if that makes a difference in how I would go about doing this, I thought I would let you know now.
The whole point is to make it easy to go from one book to another book, chapter, or verse, without having to scroll all the way up, or have a side panel with all of the books of the bible.
Thanks!
edit:
I got it working using PHP, JS, and MySQL
voxverum
I would also like to be able to format the text in a text field, or something similar. The field doesn't have to be a text field, but I would like for it to have the ability to be in a fixed area with scroll bars. The only formatting I would need would be bold, italics, and color, if that makes any difference.
The way I would like to have it set up is something along the lines of what I have attached.
I don't mind going a different rout at all, and I don't mind learning Java or JS or PHP or whatever it is that I have to do. I have all of the verses in an excel spreadsheet. They are ordered numerically by book, chapter and verse, so there will be no duplicate values and anything that is added will be put in the appropriate place by a sort. I tried setting up a MySQL server but so far I am too lame to do this. I am taking a MySQL and PHP class for college, but that hasn't started yet. So if I can get a different version of this working that would be great.
I don't know too much about all of the attributes of forms or what to use to replace them, but I would like for the workings of the interface to be transparent. Meaning, I would rather not take time to load pages if I can get all of it loaded originally. FYI there are about 1,344 verses total, in 63 different books of the bible. So if that makes a difference in how I would go about doing this, I thought I would let you know now.
The whole point is to make it easy to go from one book to another book, chapter, or verse, without having to scroll all the way up, or have a side panel with all of the books of the bible.
Thanks!
edit:
I got it working using PHP, JS, and MySQL
voxverum