Ok, I have managed to get my text to start in a certain position, but if I type without spacing letters out it goes past the area I want it too. How do I limit the pixels it goes to?
Here's the code I have for it so far:
<style>
.image {position: absolute;
margin: 163;
background-image...
I have my site designed, so now I just need to be able to put text onto the layout. The problem is I don't want my question put just anywhere, I want to lay it on somewhere in particular (on top of an image in fact)...
Could anyone explain to me how I would do this? HTML preferred but other...
I want to put text in a specific location (the image I want the text is called text_area, if that is needed). Is there a way to only put text on there rather than it just applying to the top corner of the page.
I've tried tuts for this, but most of them just tell me what to do when making from...