How do you print text or anything to a certain are of a file? Like if I wanted to print the word "dog" between two images:
<img src="http://dog.gif">
<img src="http://dog1.gif">
How would I put it between them like
<img src="http://dog.gif">
dog
<img src="http://dog1.gif">
Also how do you print to the top of a file instead of appending to the bottom? Like if I wanted a guestbook to add the entry to the top of the guestbook.
------------------
Patrick Chukwura
Nytesoft WebSolutions
nytesoft.hypermart.net
<img src="http://dog.gif">
<img src="http://dog1.gif">
How would I put it between them like
<img src="http://dog.gif">
dog
<img src="http://dog1.gif">
Also how do you print to the top of a file instead of appending to the bottom? Like if I wanted a guestbook to add the entry to the top of the guestbook.
------------------
Patrick Chukwura
Nytesoft WebSolutions
nytesoft.hypermart.net

