Okay, so I got this tutorial off a site how to make expandable's.
here's my code;
HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type='text/css'> .content_box{ width: 180px; /* Change this to the width of your images */ background: #FFF url(contentmiddle.gif) repeat-y; /* Change this URL to the URL of your image */ padding:0; } .content{ padding: 10px; color: #26313D; } </style> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>This is a test</title> </head> <body> <div class='content_box'> <div><img src='contenttop.gif' alt='' /></div> <div class='content_box'>This is the content box tutorial brought to you by tutorialfx.com.<br /><br />This box will keep stretching as content is added.</div> <div><img src='contentbottom.gif' alt='' /></div> </div> </body> </html>
I've uploaded it to my cpanel and all but it just comes up with the text and no images when i go to index.html
Any help?
+rep rewarded







