Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php?

Status
Not open for further replies.

darkprince

Programmer
Jun 4, 2002
165
AU
hello

i was wondering if i could use php in a free host which means i couldn't use ftp and if i couldnt would i be able to make it so i just had the index.html page then i had a frame in the middle and if i clicked on a link outside the frame it opens the page inside the frame to give the effect of php?

and could someone tell me how to make it so there's no border around a linked image, lol i cant believe i forgot, lol

thanks in advance
ciao
 
Do the links like this:
Code:
<a href=&quot;index.html&quot;><img alt=&quot;My Company&quot; src=&quot;imgaes/logo.gif&quot;
Code:
border=&quot;0&quot;
Code:
></a>
Regards
David Byng
spider.gif

davidbyng@hotmail.com
 
oh and i forgot to say that i know how to do that frame but i dont know how to make it so that an outside link opens the page inside the frame

and thanks for that BigBadDave

ciao
 
hey again

i was just wondering while im waiting for someone to reply about the frame thing im wondering in that code BigBadDave gave me what does this do?

<img alt=&quot;My Company&quot;

ciao

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top