Jump to content

snowboard01

Members
  • Posts

    317
  • Joined

  • Last visited

Everything posted by snowboard01

  1. If that is so how do you explain that this code makes links flash onmouseover. That has to be browser behavior.a{color: red;}a:hover{color: yellow;} Or maybe it doesn't?
  2. First pageps. I read the BB code help I had no idea what you could do.
  3. snowboard01

    Help...

    one way to show your users your code is <html><head><title>now i know how to show my code!</title></head><body>Here is an image <textarea cols="500" rows="500" readonly="readonly">this is code!</textarea></body> This puts the code in a text box like the one you see in fastreply only you can't edit it because of the readonly="readonly" attribute I hope this helps!
  4. Thank you very much. I was a noob then not knowing there was a better editor than notepad or firstpage.
  5. Well you could set the banner to a percentage. <html><head><style type="text/css">banner{height:10%;}content{height: 90%;}</style></head><body></body></html> I don't know if you are prepared to have your banner stretched and shrunk a bit but this would use the entire window.
  6. also you might consider this CSS layout div.menu{position:relative;left:0%;top:10%/*choose your own height and width*/}div.title{position: relative;top:0%;left:0%;width:100%height:10%}div.content{position: relative;top: 10%float:left;/*determine your own height and width to suit your needs*/} and the html <html><head><link rel="stylesheet" type="text/css" href="(where you save the CSS)" /></head><body><div class="title"><!--content--></div><div class="menu"><!--content--></div><div class="content"><!--content--></div></body>
  7. can someone change my vote to PSpad please
  8. Please be more explanatory. We can't work with the info you have givin us so far. Please post your code and help us help you
  9. This is worse than politics.I still say PSpad rocks. I have tried conTEXT it did not have the features of PSpad. :)
  10. PSpad is awesome!!!!!!!!!!!!!! :) :blink: :angry:It has so many neat features like the auto indenter. The syntax highlighter. The FTP the paths. The way you can view the document in tabs if you want. The way every time you put a< it adds another> and leaves the cursor in the middle is nice. If I could suggest somthing maybe an auto tag closer that could be turned off.All in all well worth the investment of $0Snowboard01
  11. oh sorry I changed the location of the page this post was concerning when scott100 told me how to fix it. Now It is at http://saxworld.awardspace.com/index.html
  12. My next question is aural style sheets. Do you think they would do my site any good? Do you think they are nessessary? Normally I would just leave it normal but the thing about my site is that its in layouts and the browser might read the text in the wrong order
  13. Thank you very much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. Thank you for the troublesnowboard01
  15. I'll add my site for the heck of it.Site name:SaxworldDescriptionA site that I work on when I'm boredOwner/developer:MeAdress:http://saxworld.awardspace.com/index.htmlExtra Comments:When it takes more shape i'll buy a domain name.Comments to other people and there sites:Ben3001 I think your site should have percentages for widths(no offense). calvin your site has a real sense of design and really cool features.
  16. Javascript code? thats is weird I wonder If asp workd the same way? vbscript code?
  17. Don't worry about it. I moved the valid icons and deleted the bgcolor changer. You should see the awful website that i made that to replace It only works nice in a couple of zooms I'll make this one look a little better and add some features to the resizing. like if the divs are viewed on a screen thats less than 400px X 400px the text size will change. Is there a way to do that? maybe javascript?I know this won't work just what im thinking of. function textsize(){if browser window < 400px X 400px{make the text size smaller}else{make it normal}} that would be nice but I have no idea how to do it. If you do please tell me.also i will add aural stylesheets.once again scott100 thanks for the help. I puzzled over that for around two weeks. You solved it in like 10 seconds! That page can now increase text size move to fit window ect. ect. because I deleted one drop down menu that I was going to get rid of anyway. thanx very much and maybe you even know the answer to that text size javascript thing?Also my logo is there a way to switch images depending on screen size. In a screen more that 1040px wide it starts to look horible. (the logo I use has changed since the first post. click the link in the first post to see the new one.)thats all for now.
  18. Thank you! I think the drop down may have been overlapping the floats i will try moving it. If that does not work I will delete it.
  19. snowboard01

    Layout

    I have read the tutorials I have searched the forum nothing could help me with this! This is a page that has absolute positions vertically put percentages horizontally. Because I am a strong believer that if a user sees a verticle scroll bar they will think its ok. But a horizontal scrollbar gos to far. Well in Internet explorer 6 it does what I want. Everything fits into a nice small window. Also it doesnt waste any screen space in a large window.Heres a linkIn Firefox (FF) It just displays my image in a yellow blob. Heres the HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> <head> <meta name="description" content="Website about dundas district me and my freinds" /> <meta name="keywords" content="Dundas, Josh, Fun, Cool," /> <meta name="developer" content="Josh Bradshaw" /> <meta name="rating" content="general" /> <meta name="author" content="Josh Bradshaw" /> <title>♫Sax World♫</title> <!--functions script--> <script type="text/javascript"> //key to background changer function change() { document.bgColor=document.list.colors.options [document.list.colors.selectedIndex].value; } function style() { document.getElementById("style").background.backgroundColor=document.list.colors.options [document.list.colors.selectedIndex].value; } </script> <!-- end functions script--> <!--place stylesheet links here--> <link href="http://www.freewebs.com/gamestrats/music_note.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" type="text/css" href="http://saxworld.awardspace.com/css/home.css" /> <!--end place stylesheet links here--> </head> <body> <!--Big title--><div class="centerim"> <img alt="title" src="http://www.freewebs.com/gamestrats/saxworldbetterbanner.gif" width="468px" height="60px" /> </div> <!--end title--> <!--iframe--> <div class="frame"> <iframe class="blog" frameborder="0" name="blog" scrolling="auto" src="http://saxworld.awardspace.com/welcome.html">Your Browser does not support Iframes or does not have Iframes enabled Upgrade it to view my blog!!!!My personal suggestion is <a href="http://www.mozilla.com/">Get Firefox</a> Or you may have them turned off. </iframe> </div> <!--end iframe--><!--Left menu--><div class="left"><b>My Site</b><br /><hr /><!--remember page break tags--><a href="http://saxworld.awardspace.com/welcome.html" target="blog">Home</a><br /><a href="http://saxworld.awardspace.com/message.html" target="blog">Message Boards</a><br /><a href="http://saxworld.awardspace.com/comment.html" target="blog">Contact</a><br /><a href="http://saxworld.phpbbnow.com/" target="_blank">My forum</a><br /><a href="http://saxworld.awardspace.com/faq.html" target="blog">FAQ</a><br /><a href="http://saxworld.awardspace.com/Guestlog.htm" target="blog">Guest Book</a><br /><a href="http://saxworld.awardspace.com/sitemap.html" target="blog">Site Map</a><br /> <a href="http://saxworld.awardspace.com/credits.html" target="blog">Credits</a><br /><a href="http://saxworld.awardspace.com/school.html" target="blog">School</a><br /><a href="http://saxworld.awardspace.com/news.html" target="blog">News</a><br /><a href="http://saxworld.awardspace.com/about.html" target="blog">About me</a><br /><a href="http://saxworld.awardspace.com/links.html" target="blog">Links</a><br /><a href="http://saxworld.awardspace.com/reflex.html" target="blog">Reflex tester</a><br /><a href="http://saxworld.awardspace.com/sitemap.html" target="blog">Site Map</a><br /><hr /></div><!--end left menu--><!--right menu--><div class="right"><b>Blog Entries</b><br /><hr /><!--remember page break tags--><a href="http://saxworld.awardspace.com/Blog/entry13.html" target="blog">Day 13</a><br /><a href="http://saxworld.awardspace.com/Blog/entry12.html" target="blog">Day 12</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry11.html" target="blog">Day 11</a><br /><a href="http://saxworld.awardspace.com/Blog/entry10.html" target="blog">Day 10</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry9.html" target="blog">Day 9</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry8.xml" target="blog">Day 8</a><br /><a href="http://saxworld.awardspace.com/Blog/entry7.xml" target="blog">Day 7</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry6.html" target="blog">Day 6</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry5.html" target="blog">Day 5</a><br /><a href="http://saxworld.awardspace.com/Blog/entry4.html" target="blog">Day 4</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry3.html" target="blog">Day 3</a><br /><a href="http://saxworld.awardspace.com/Blog/entry2.html" target="blog">Day 2</a><br /><a href="http://saxworld.awardspace.com/Blog/Entry1.html" target="blog">Day 1</a><br /><br /><hr /></div><!--end right menu--><div class="form"> <!--way this works: action is the change color statement in head. submit submits the option to the action then action to the function--> <form name="list" action="java script:change()"> <!--Start Drop down list here --> <select name="colors"> <option value="red">Red </option> <option value="blue">Blue</option> <option value="green">Green </option> <option value="orange">Orange </option> <option value="white">White</option> <option value="#00FFFF">Cyan</option> <option value="#000000">Black</option> <option value="#7FFFD4">Aqua</option> <option value="#FFD700">Gold</option> <option value="#1E90FF">Dodger blue</option> <option value="#8B0000">Dark Red</option> <option value="#9ACD32">YellowGreen</option> <option value="#COCOCO">Silver</option> <option value="#008B8B">Dark Cyan</option> <option value="#B22222">Fire Brick</option> <option value="#000080">Navy</option> <option value="#87CEEB">Sky Blue</option> <option value="#00CED1">Dark Turquoise</option> <option value="#00FF00">Lime</option> <option value="#ADFF24">GreenYellow</option> </select> <!-- end drop down list--><input type="submit" value="Change Background color" /></form><!--valid info--><a class="w3c" href="http://validator.w3.org/check?uri=http%3A%2F%2Fsaxworld.awardspace.com%2Findex.html"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> <a class="w3c" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fsaxworld.awardspace.com%2Fcss%2Fhome.css&usermedium=all"> <img style="border:0;width:88px;height:31px" src="http://www.freewebs.com/gamestrats/vcss.png" alt="Valid CSS!" /></a> <!--end valid info--></div></body></html> Heres the Css a{float:left;width:7em;text-decoration:none;color:blue;background-color: yellow;padding:0.1em 0em;}a:link{color:blue;text-decoration: none;background-color: yellow;}a:visited{float:left;width:7em;text-decoration:none;color: red;background-color: yellow;padding:0.1em 0em;}a:hover{color: yellow;text-decoration: underline;background-color:red;}a:active{color: blue;text-decoration: none;}iframe.blog{width: 700px;height: 500px;position: absolute;top: 0px;left: 0px;}.frame{border-style: solid;border-color: black;border-width: 6px;position:absolute;left: 133px;top: 125px;width: 700px;height: 500px;}.left{background-color:yellow;position: absolute;top: 125px;left: 5px;height: 500px;width: 125px;}.right{background-color:yellow;position: absolute;top: 125px;left: 847px;width: 125px;height: 500px;overflow:auto;}.form{position:absolute;top: 640px;left: 5px;background-color:yellow;width: 972px;height: 60px;}.valid{position: absolute;top:640px;left: 605px;background-color: yellow;height: 90px;z-index:1;width:372px;}a.w3c:link{background-color:yellow;color:white;text-decoration: none;z-index: 5;}a.w3c:visited{color:white;background-color:yellow;text-decoration: none;}a.w3c:hover{background-color:yellow;color: white;text-decoration: none;}a.w3c:active{color:white;background-color:yellow;text-decoration: none;}/*heres is the top image*/.centerim{position:absolute;left:200px;width:470px;height:62px;border-width:5px;border-style:solid;border-color:black;} heres a screen shot of it in FF:Edit:Screen shot removed. was far to large. Problem the screenshot was displaying is resolved anywaysorry if I have talked about this problem way to much it is driving me crazy. Thanks in advance,Snowboard01.
  20. say the links were drop down menus? By what your telling me i assume this is like a student help site. there are a lot of ways to make neat dropdowns with links
  21. Hi!name:Joshim a fast learner learned the tuts in a month made th site in my sig in 2 days. (Improved it but didn't change it to much over the last 2 weeks.
  22. Same i have read other sites they rush in like they think you have already an intermediate understanding of web development. They can't remember being a begginer at web developmwnt and assume that they like don't exist or somthing. W3schools understands that you may have stumbled on this site by accident or you wanted to start html from scratch all the sudden. The tutorials are detailed with at least 4 pages explaining the most basic things. I could go on. :) :blink:
  23. Uh no one really cares about this section. I don't think anyone will put together a script for you or use the one you made.I was posting to find out why I should care!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
×
×
  • Create New...