Jump to content

eTianbun

Members
  • Posts

    547
  • Joined

  • Last visited

Everything posted by eTianbun

  1. Use: document.getElementsByTagName('link')[0].href="newStyle.css" and dont forget to include the type attribute of the <link>. I.e: <link rel="stylesheet" type="text/css">
  2. Nevermind, just Do what ingolme said!
  3. eTianbun

    width to minimum

    Dont get what you mean, maybe you can add more description of what you want. :S
  4. Well, no difference, just that the <script> tag "content" in the <head> tag is executed 1st, before the one in the <body> tag.
  5. The 1st code you posted, should work!
  6. eTianbun

    Privacy Policy

    Only when storing user's info like email, mobile#, etc.
  7. NB: Block-element like <p /> tag should never be withing inline-element like <a /> tag. Before the <body> clossing tag (</body>), there is an additional </span> tag, which should not be there.
  8. Min-width: defines the minimum width of an element. When this is set, even when you minimise your web browser, the object will not be smaller than that.
  9. My location is not necessary, coz am not asking anybody to do business with ME (am here to help & also learn from helping), but for you, i think every one ll like to know your location, coz you asking people to go into one or two things with you.
  10. Am not saying you're one, all am saying is that if so called wants to insult you by calling you a scammer, he can go straight to it, instead of making it looks like all nigerians are scammers.
  11. Can you please indicate where you are from (Introduce yourself), so people stop thinking you are a Nigeria?
  12. Am not saying that someone should give his/her bank details out, what am saying is that Nigeria, is not the only place you find scammers. If you want to call the OP scammer, just say it, and dont call all nigerians scammers, by asking: 'Are you in Nigeria'.
  13. If you guys dont have anything good to say about this post, keep quiet & dont ask if the OP is from Nigeria. Is Nigeria the only place with scammers? Gosh!
  14. Does it realy matter? The best way of doing this, is the use of & nbsp;. incase you still want to go ahead, and be able to choose the color of the underline, then try displaying the <a> as inline-block, then set the height. e.g:a.two{color:#000000; text-decoration:none; padding:0 4px; display:inline-block; height:10px; /*set the height, so that the bottom border moves down*/}NB:Not recommended!
  15. Block elements (like <div>), should not be inside inline elements (like <a>).Just giv the <a> tag padding in both sides and then giv it border-bottom on hover/active! ie: a{padding:0px 2px;}a:hover,a:active{border-bottom:1px solid red} EDIT:Note that you are targeting all <a> tag, and any <a> tag that is in the document, will have those property!
  16. Your code should work tho! Have you tryd it in other browsers?
  17. I know, thats why i said 'no error in your code...' I knew even tho you changed that, it will not fix the prob, but i just wanted to point that out.
×
×
  • Create New...