Jump to content

Isomerizer

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Isomerizer

  1. Head of HTML include the css.. <link href="style.css" rel="stylesheet" type="text/css" /> Put the CSS in style.css or change the location of the CSS ^
  2. Use CSS First bit for normal color of links... .links { color: #FFFFFF; } Visited links.. .links:visted { color: #AAAAAA; } Should work i think...
  3. <a href="adminurl.ext">Admin</a> Should work... Just replace the "adminyurl.ext" with the direct url of the location.
  4. Haha! Anyway, the image you refer to is called a favicon, you need to make an .ico file then upload it to your public_html folder and name it favicon.ico. If you're not sure what to do, search Google. I think DynamicDrive.com has a favicon maker, try there. Oh...My bad
  5. Maybe create an image on a certain page, then have .htaccess have your index page set as that... Then on this image index page, have a link leading to the main site..? Also i see no image on "http://www.example.com" ??? Image: <img src="urlofimage.extension" alt="Alternative Text" /> Link: <a href="url.extension">Link!</a> Or maybe you could use html to redirect after a certain amount of time of viewing the image <META HTTP-EQUIV="Refresh" CONTENT="0; URL=url.ext">
  6. Well, it was back when i was 13 and i used to speak to some game owner daily, he was looking for some more coder's for his site. He told me all about HTML, and i learnt the basics. I didn't seem interested at the time. But HTML popped up again when i was about 14, This is when i went out and learnt HTML through. When speaking to my friend who's been programming for over 20 years now he explained to me about PHP. He told me this was the language used to make big websites. Not just HTML, he also explained a bit about mySQL. So i was determined to prove to him i could make a dynamic website. So i went away and learnt PHP, and made a real basic 2 minute game. After that for some reason i stopped learning and had a break, until i was about 15. My friend introduced me to his website he had created for PHP based games. So i signed up and started to browse over time, I learnt more and more on PHP. Now a couple of years later, I'm here. Im no longer learning anything from his forum, So I've decided to sign up here. So overall i think the real reason why i learn PHP was to prove to my friend I could and the younger generation can.
  7. I've only ever tried SmartFTP. Does the job
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.