QUESTION ABOUT PROFILES
Hi Denise...I was taking a mental break from work and decided to look at the coding of your profile page. I have an answer for you!
Photobucket offers two sizes of each photo -- the "huge" one and the thumbnail. You link to the huge one and when we click on the photo, it goes there. But the picture code that you are using is the "th" or thumbnail one.
See the code (I have to space after the " < " marks to make it show right):
< img src="http://i40.photobucket.com/albums/e213/winkiedee/th_newrustic280.jpg" >
You want to take off the "th_" and just leave the name "newrustic280.jpg" after that /
Now, warning, this will make them HUGE. You can tell it to display the picture a differnt size and I would suggest 300-400 pixel for your web page and we can still click for the largest.
Here's the code for making that same photo 300 pixels
< img src="http://i40.photobucket.com/albums/e213/winkiedee/newrustic280.jpg" width="300" >
(also, ignore the ; marks in the code. The OH system puts that in some we can put code in these boxes)
If that's too small, or too large for you, just alter the number to suit your tastes. I'm a Web content editor and sometimes designer. You can email me if you are having some issues with the coding of your page and I'll be glad to take a look at it.
All my best,
Frances