
01-16-2007, 05:02 PM
|
|
|
Join Date: Nov 2005
Location: Canada
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RedTyger
Sorry, don't follow you? You don't need to worry about anything like that, just the AdminCP settings. global_start just means run on every page load.
Yes, that's right. You must use HTML, any will work. I can't help you out with that too much there's a lot of different code you can use, but for a basic image/link combination it will look like this:
Code:
<a href="WHEREYOUWANTTOLINKTO1"><img src="LOCATIONOFIMAGE1" border="0" alt="DESCRIPTIONOFIMAGE2" /></a>,
<a href="WHEREYOUWANTTOLINKTO2"><img src="LOCATIONOFIMAGE2" border="0" alt="DESCRIPTIONOFIMAGE2" /></a>
That's for a random rotation, note the comma which goes between every section of code and that there is NO comma with the last one. You can read up more about HTML here: http://www.w3schools.com/html/default.asp
|
Much appreciated, RedTyger. Code seems simple enough. Going to w3school site now to read up on HTML. Punzhu Puzzles
|