So I made a profile layout for a friend and I need help coding it.. I can't find anything on creating scrolling text areas on top an image (not as a background), and I can't remember how :/ Does anyone know a good HTML help site, or does anyone know the code, where you can specify height, width, and also the location of the text area over an image?
http://i232.photobucket.com/albums/ee108/xxDisasterMD/9267548_2.png <-- that's the image, if that helps at all.
You just code the columns, so like {width:BLAH; height:BLAH;} then the positioning and all that jazz but I'm too sleepy to get into all of that. If you want a more detailed answer, try having this moved to the Profiles and Graphics Discussion.
ohhh, I thought this was the right place xD thank you though I appreciate it!
Moving to Profiles & Graphics Discussion!
thank you ! I'm sorry I thought I had it in the right place :3
You'll have to put the image in the body or HTML tag of the CSS. Then position the column1 into desired position.
yea, I have it coded but it's not working (works on my testing site, but not on Subeta) and I think because it's all HTML, no CSS (at least that I know of). I'm not terribly familiar with either, just enough to get around with tables and to manipulate codes I find.