admin page (1 Viewer)

mrdeleigh

New member
Local time
Yesterday, 21:15
Joined
Dec 6, 2006
Messages
1
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


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

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

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

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

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

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

DanG

Registered User.
Local time
Yesterday, 21:15
Joined
Nov 4, 2004
Messages
477
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).
 

Users who are viewing this thread

Top Bottom