HTML - Heya Peeps! I Need A Bit Of Assistence...
...but not sure where to post this so I thought that I start here.
I am new to HTML and have a tremendous amount of respect for those Code Samuri that have the patience and excitement to build cathderdals with code... Sadly I am developing this ability as a hobby and need some assistence with customizing a Tumblr based theme called Wordographic. I am a menswear blogger primarilly and I'm setting up my site and trying to make it a bit more homey. Currently, I'm trying to put my own header image in place of the default text driven one. This is my site: http://iconimageconcepts.tumblr.com/ Any idea how to do this and where I should post for help? Similar TutorialsIm a very green newbie to html and could use a few pointers. I'm starting with the basics and writing out out the html manually in notepad, and using chrome as the browser to view it. i have a couple of (probably basic) questions which i need help with, so if your not busy any help would be greatly appreciated! 1. how do i use images from my own computer in html? I am currently using images which i have uploaded to dropbox and using the url's as the image source. 2. Im having trouble with image maps. I am trying to use one image to display two links. below is a copy of the code I've written; <img src="https://dl-web.dropbox.com/get/Public/IMG_0016.jpg?w=e566152f" height="250" width="400" usemap="#kyandnod" /> <map name="kyandnod" /> <area shape="rect" coords="0,200,250,0" href="http://3.bp.blogspot.com/_9U8zzj314AU/SUp0H-R3K2I/AAAAAAAAAEE/S2loVa1eX3I/s400/heaven.jpg" /> <area shape="rect" coords="200,400,250,0" href="http://4.bp.blogspot.com/_MDH7QEZTFE8/TE3feptOxXI/AAAAAAAABG8/eapY9eS6m20/s1600/hell.gif" /> </map> the first area shape clinks to the correct link, however the second area shape clicks to another link that is further up the page. I am at a loss as to how to correct this and i cant seem to find the answers in the usual places online. any answers would be of great use and I don't want to move onto the next stage of my html learning until I've nailed this one! thanks |