View Full Version : admin page


mrdeleigh
12-06-2006, 11:45 AM
Hi All

i have some html below that i would like to make an admin page to control it. I need a page that will have 6 lines for me to fill in a href link and a href image for each line. is that possible?

thanks
mrdeleigh


<div id="slider1" class="contentslide">

<div class="contentdiv">
<div align="left">
<a href="http://www.xxx.com" target="_blank"><img src="http://www.yyy.com" width="161" height="94" border="0"></a></div>
</div>

<div align="left">
<a href="http://www.xxx.com" target="_blank"><img src="http://www.yyy.com" width="161" height="94" border="0"></a></div>
</div>

<div align="left">
<a href="http://www.xxx.com" target="_blank"><img src="http://www.yyy.com" width="161" height="94" border="0"></a></div>
</div>

<div align="left">
<a href="http://www.xxx.com" target="_blank"><img src="http://www.yyy.com" width="161" height="94" border="0"></a></div>
</div>

<div align="left">
<a href="http://www.xxx.com" target="_blank"><img src="http://www.yyy.com" width="161" height="94" border="0"></a></div>
</div>
</div>

DanG
12-13-2006, 07:23 PM
It sounds like a job for something besides HTML.
Many options...ASP, PHP...
This request is a request to make your website "dynamic" and that is what ASP, PHP... do.
Not that hard to learn, but you have to learn. There are programs like Dreamweaver and Front page to insulate you from learning, and that may work for you as well, but that's not how I roll (ha ha).