Jump to content

eTianbun

Members
  • Posts

    547
  • Joined

  • Last visited

Everything posted by eTianbun

  1. eTianbun

    Webstudio

    What do you mean by ? Is it not a WYSIWYG web design software? Is it that different from other softwares you install?
  2. So Called Was just trying to make you understand that the title of a post, should reflect the post... Well i dont realy care about the title of a post, as long as the post is readable/understandable, no prob.
  3. This is an example of a drop down menu: <select><option>Select country:</option><option>US</option><option>UK</option><option>CA</option></select> While the one you have there, is an ordinary menu.
  4. What drop down menu are you talking about? The only thing i see there, is <UL> (un-ordered list), which is just an 'ordinary menu' (list of items). A 'Drop-down menu' is created with <select> tag.
  5. EX: <embed src="myVideo.wmv"> -OR- <object width='300' height='300' data='myVideo.wmv'></object>
  6. Well the title matters, if you want quick response... NEXT time, just try to make the title act as a summary, and dont just write "Quick question".
  7. Why not, atleast i cant make, or can i?
  8. Are you through with this site? If yes, i would not pay for it, as it is, because i make sites too (just like ingolme said), but also note that so may people will pay as it is, because they dont know how to make one.
  9. Is it that you just want the chat box to be the only place where 'enter' key is not accepted?
  10. Let me give you just one advise. If you realy believe that what you want to do, ll generate profit, then GO ahead, start the business with the little you have. after you start it, and people see that you are realy serious, then you dont have to beg for partners, they just beg to join you.
  11. Create containers (<div>s) float one left and the other one right (making it two <div>s).EX:CSS: div#left{width:300px;height:600px;float:left;background:gray}div#right{width:900px;height:600px;float:right;background:red;text-align:center} HTML: <div id="left"></div><div id="right"><img src='image.gif'/></div>
  12. Just a question: Why did you ask if the OP is located in Nigeria? What's happening there?
  13. Try Using <a> tag instead of the <div> tag, display it as block element, and use onfocus attribute. Ex: <a style='display:block' onfocus='triggeClick(this)'
  14. You mean backlink (a link from externer site(s))?
  15. <select onChange='window.open(this.options[this.selectedIndex].value);'...
  16. Without the code, how do u xpect anyone to tell you what is wrong?
  17. Does addValidation() returns a string? Just asking, coz i dont realy understand what you have there!
  18. It's a vector/raster animation software, used to create animations. It manipulates vector/raster graphics, to create an animation (Like moveable images).
  19. Yes, its a source code editor and an advanced Notepad!
  20. I dont get you, is it that you want apostrophe (') to be among the value of attribute? (') = '
  21. You need to start with just text editor (like Notepad), so you can grab the basis... For graphics, emmmmmm... photoshop is ok for Raster (?), while corelDraw is good for Vector (?)...I dont know about gimp, but its also a Raster graphics software (just like photoshop), but photoshop is better (My own opinion).
  22. The onsubmit should be in the <form> tag, not <input>.
  23. eTianbun

    padding

    I dont realy GET you! As said before, there must be extra space inside the <div>, for the <iframe> to be centered. If you dont want the background-image to reapeat (if thats what you meant), add:background-repeat:no-repeat; to the <div> CSS.
  24. eTianbun

    padding

    No, just remove </img> completely!
×
×
  • Create New...