Jump to content

notclive

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by notclive

  1. thanks my site now has an icon wooo! if only i could draw a good one
  2. Woah i started this and forgot about it (have read it now though!)Im 15 started html at 14 in march this year. Whish id have discovered it earlier. Ive been doing all kinds of coding things like flash i know its not completely coding but it uses actionscript. And i made a ffew widgets for the yahoo widget engine, i learnt javascript through that. And am getting visual basic soon i dont know if thats going to completely confuse me or not. Also looked at the php tute the other day and am gunna try a ffew things with that.
  3. How do you set the little thumbnail for your site thats to the left of the address bar?
  4. have found the mozilla browser its at mozilla.organd the border:0 worked. Great!
  5. u said firefox and mozilla dont mozilla make firefox
  6. tch internet explorer cant handle the invisible part of my png, my logo looks bad now, but acceptable. Firefox puts big blue squares around my images which are links, i dont know if theres anyhting i can do about that.
  7. I am. Do w3c give me a little picture to put on my site if i do that aswell?
  8. dunno how do ya telland my css is valid now
  9. My page is now Valid XHTML 1.0 Strict!
  10. I'm validating my page and it says No Character Encoding Found! Falling back to UTF-8 where do i define that and how?
  11. Your not allowed to make ppl click google ads.
  12. I think the reason i didnt want to use php is just incase i have to move host (dont ask why) if all my pages use php and php isnt supported or summit....you know what im trying to say right
  13. much better methinks body {font: normal 16px "lucida sans unicode","lucida sans",arial; color: #111111; background-color: #ffffff}a.link:link {color: #ffffff; text-decoration: none; font: 18px }a.link:active {color: #fffff; text-decoration: none; font: 18px }a.link:hover {color: #111111; text-decoration: none; background: #ffffff; font: 18px }a.link:visited {color: #111111; text-decoration: none; font: 18px }a.text:link {color: #111111; text-decoration: underline}a.text:active {color: #111111; text-decoration: underline}a.text:hover {color: #111111; text-decoration: underline}a.text:visited {color: #111111; text-decoration: underline}div.navbar {text-align: center; position: absolute background: #5555ff; top: 0px; left: 0px; width: 175px;}div.title {text-align: center; background: #5555ff; position: absolute; top: 0px; left: 175px; height: 125px; width: 775px}div.main {text-align: left; background: #eeeeee; position: absolute; top: 125px; left: 238px; width: 450px}div.news {text-align: left; background: #eeeeee; position: absolute; top: 125px; left: 750px; width: 200px}p {color: #11111}h1 {color: #ffffff; text-align: center}h2 {color: #0000ff}h3 {color: #ff0000}h4 {color: #00ff00}
  14. but if i delete the right:0px it wont stay on the right side.
  15. body {font: normal 16px lucida sans unicode,lucida sans,arial; color:black;background-color:#ffffff}div.navbar {text-align: center; position: absolute; top:0px; left:0px; width: 175px; background: #ff4444;}a.link:link {color: white; text-decoration: none; font: 18px }a.link:active {color: white; text-decoration: none; font: 18px }a.link:hover {color: black; text-decoration: none; background: white; font: 18px }a.link:visited {color: black; text-decoration: none; font: 18px }div.title {text-align: center; background: #5555ff; position: absolute; top:0px; left:175px; height: 125px; width:82%}div.main {text-align:left; position: absolute; top: 125px; left: 250px; background: #eeeeee; width: 450px}div.news {text-align:left; position: absolute; top: 125px; right: 0px; background: #eeeeee; width:200px}a.text:link {color: black; text-decoration: underline}a.text:active {color: black; text-decoration: underline}a.text:hover {color: black; text-decoration: underline}a.text:visited {color: black; text-decoration: underline}p {color:black}h1 {color:white; text-align:center}h2 {color:blue}h3 {color:red}h4 {color:green}
  16. well i have a div as right:0px and it constantly stays on the right side? and not the left even though i left the left: blank
  17. right: seems to work it just cant adjust my width to fit between the two sides
  18. div.title {text-align: center; background: #5555ff; position: absolute; top:0px; left:175px; height: 125px; right:0px} with opera or firefox it makes my title whatever lengh is between 175px from the left and 0px from the right, but with internet explorer it just makes it 175px from the left and auto's the width! But it does understand the right:0px for another div.
  19. so whould that php file need to be on the same server as my php page that im inserting <?phphighlight_file("file.php");?> into
  20. yes i know, i had some strange feeling of reluctancy not to use it dont have any idea why!!Youd use require(html file) right im not sure of the layout but i think thats rightish!
  21. internet explorer doesnt seem to be able to size the width of my title so it's 175px from the left and 0px from the right
×
×
  • Create New...