Dino
La cucaracha diablo
if i want to post a question about some html coding where would i post it ??
If it's just for your profile, post it in your original post, and someone is bound to see it. :3
its for something else but
ok so im almost done with this like box i am making for my photography but there is one minor glitch. the border should be behind everything else but for some reason its not. do anyone know whats wrong with it.
What it looks like:
http://static.tumblr.com/ozhy2k5/zA4lzahef/like.html
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
img
{
position:absolute;
}
#text
{
position:absolute;
padding-left: 120px;
padding-top: 20px;
}
#portrait
{
position:absolute;
padding-left: 12px;
padding-top: 14px;
}
#like
{
position:absolute;
padding-left: 222px;
padding-top: 100px;
}
</style>
</head>
<body>
<div id="text">
<textarea name="" cols="" rows="6" >I am a 17 year old guy from Mississippi that now lives in Arizona. Currently a Junior in high school. I do some photography and graphical design work in my free time. I am hoping to go to collage then getting into one of those fields of work / business. When im not at school, taking pictures, or doing graphic work i am either Hanging with friends or discovering new music artists that are not widely known yet.</textarea>
</div>
<img src="http://static.tumblr.com/ozhy2k5/1iklz73wb/likebox_border.png">
<div id="portrait">
<img src="http://static.tumblr.com/ozhy2k5/TjZlz8xjf/likebox_portrait.png" >
</div>
<div id="like">
<a href="http://www.facebook.com/pages/Christian-Taylor-Photography/277402702312486"><img src="http://static.tumblr.com/ozhy2k5/Xlylz8xun/likebox_likebutton.png"></a></div>
</body>
</html>