Sliced apart infographic with links
-
I have an infographic illustration that was created using Illustrator. It was then sliced apart because there are 11 areas that need to have links. The code that illustrator gave me is no different from what photoshop would give me. You get an .html document and the sliced images because the output code is set up to preview right then in a browser, so its not set up to go right into WordPress.
I put the output sliced images in a folder and gave it a name and placed the folder on the server under the theme. Same place where the image folder is for the theme. (So the sliced images are in their own folder…not sure if that is conflict but shouldn’t be.) This new folder is called “infoimages”.
I then created a new page in wordpress. Now this is where things go array. I understand I will need to put some CSS style information into the style sheet but setting this up on the wordpress page is not working.
Going right back to the beginning before I messed with the code…below is just a portion of the output .html code for the sliced infographic. Please note I only gave two lines that include the images… No need to show all 20 of them since the only difference is the image name. Could someone guide me in the right direction and tell me what to remove from this code and what to add. I know I would not be putting <html><head>, etc. on the wordpress page…I just want you to see the code that was given during output so you can tell me how to fix this. (Folder on the server that holds all the sliced images is called infoimages.) All the sliced images need to link to other internal pages within the site. So I need linked information as well.
<html>
<head>
<title>Print</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
</head>
<body bgcolor=”#FFFFFF” leftmargin=”0″ topmargin=”0″ marginwidth=”0″ marginheight=”0″>
<div style=”position:absolute; left:0px; top:0px; width:600px; height:334px;”>
<div style=”background-image:url(infographic_600_05.png); position:absolute; left:508px; top:0px; width:92px; height:60px;” title=””>
</div>
<div style=”background-image:url(infographic_600_06.png); position:absolute; left:381px; top:60px; width:61px; height:86px;” title=””>
</div>
</div>
</body>
</html>
- The topic ‘Sliced apart infographic with links’ is closed to new replies.