Jump to content


zinguzi

Member Since 25 Mar 2007
Offline Last Active Feb 01 2009 08:56 PM

Posts I've Made

In Topic: .htaccess?

01 April 2007 - 03:36 PM

so all I have to do is open up index.htm and save it as index.php with that PHP in place of
<img src="logo.png" blablabla>?

In Topic: .htaccess?

01 April 2007 - 04:49 AM

Well, Jeeves, this is about inserting that PHP code of your into my index.htm

If I remember correctly, you need to change the settings to make HTML coding recognize PHP

In Topic: Is there a way to code this?

01 April 2007 - 03:57 AM

Erm.... I am lost now lol I understood it at first glance but when I check the website's source code its confusing

heres the site:

<BODY BGCOLOR=#FFFFFF background="images/bg.png" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onLoad="MM_preloadImages('images/Rollovers/Independance_05.png','images/Rollovers/Independance_06.png','images/Rollovers/Independance_07.png','images/Rollovers/Independance_08.png','images/Rollovers/Independance_09.png','images/Rollovers/Independance_10.png')">
<script LANGUAGE="javascript" SRC="http://www.revora.net/bar.js"></SCRIPT>
<div align="center">
<table id="Table_01" width="796" height="751" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td rowspan="22" background="images/Independance_01.png">&nbsp;			</td>
		<td colspan="21">
	This is what I want to rotate ------>	   <img src="images/logo.png" width="694" height="168" alt=""></td>
		<td rowspan="22" background="images/Independance_03.png">&nbsp;			</td>
		<td>
			<img src="images/spacer.gif" width="1" height="168" alt=""></td>
	</tr>
	<tr>

I want to make logo.png rotate, can you give me the edited code X_X in the meanwhile, I am going to not be lazy and try figuring it out myself