Forum: HTML and CSS Jun 12th, 2008 |
| Replies: 3 Views: 676 Well there is nothing like advanced HTML. Its very straight forward markup language. Same with CSS. Its very easy to learn them all and know what they do but the thing is that you should know how to... |
Forum: HTML and CSS Jun 12th, 2008 |
| Replies: 11 Views: 2,534 Enclose your code inside [code] (http://www.daniweb.com/forums/announcement143-4.html) tags to make it more readable and presentable. |
Forum: HTML and CSS Jun 11th, 2008 |
| Replies: 11 Views: 2,534 Try this handy tool.
http://www.kirupa.com/developer/flash5/flash_html.htm |
Forum: HTML and CSS May 29th, 2008 |
| Replies: 4 Views: 715 Also as far as I know Visual studio just got good support for ASP.NET and nothing else, so dont use it. |
Forum: HTML and CSS May 27th, 2008 |
| Replies: 4 Views: 715 > Erm . Need Help With Navigator.
What??? Explain your problem clearly. Do you think other members will understand what you ask with that single line. Show what you have done, and you will surely... |
Forum: HTML and CSS Feb 1st, 2008 |
| Replies: 7 Views: 1,419 I use UltraEdit or Dreamweaver. Here's (http://www.thefreecountry.com/webmaster/htmleditors.shtml)a list of free editors or, try these free editors.
HTML-Kit (http://www.htmlkit.com/)
AceHTML... |
Forum: HTML and CSS Jan 14th, 2008 |
| Replies: 2 Views: 1,476 Post your code. What I can say by assuming, is that at you set different border size for different events. |
Forum: HTML and CSS Nov 21st, 2007 |
| Replies: 4 Views: 752 Maybe you could learn next 60% of JavaScript. Also learn XML. Since you would learn ASP.NET i suppose, so although not damn necessary but would be good if you learn PHP too. |
Forum: HTML and CSS Oct 23rd, 2007 |
| Replies: 16 Views: 2,875 > ok sir as u wish
Just Vishesh.
>i think we should not have a conflict
Its not a confilict, just expressing your views, ideas, discussion |
Forum: HTML and CSS Oct 22nd, 2007 |
| Replies: 16 Views: 2,875 Come on yaar, I'm not a bujurg. So only Vishesh will suffice.:)
No no no. It would be correct until you only code. If you start with WYSIWYG editor it would be somewhat different, but yeah linked... |
Forum: HTML and CSS Oct 18th, 2007 |
| Replies: 16 Views: 2,875 Exactly bad habit
Of constanly pulling your hairs while designing
Of searching net for every little thing, How to do XYZ thing??
Of being satisfied by whatever crap you get thinking that its... |
Forum: HTML and CSS Oct 18th, 2007 |
| Replies: 16 Views: 2,875 Perhaps you should start a new thread for your problem, with code. It isn't due to software(most probably). That's why I say learn html and css.:)
Well, DW is probably the best software available... |
Forum: HTML and CSS Oct 16th, 2007 |
| Replies: 16 Views: 2,875 Then, I would suggest learn HTML. If you want to use DW creatively and get most out of it, you will have to learn CSS too.
HTML is easy and very specific. You shouldn't get any problem learning... |
Forum: HTML and CSS Oct 16th, 2007 |
| Replies: 16 Views: 2,875 Well, if you are pretty good with HTML and CSS continue learning it , DW is really good, but if you dont first learn HTML and CSS first.
You must always know advantages and disadvantages of any... |
Forum: HTML and CSS Oct 15th, 2007 |
| Replies: 1 Views: 645 I dont know much about SEO, but I think its pretty obvious, it affects.
Search engine couldn't see images, so alt attribute could tell it what's it all about. ALT attribute gives a description... |
Forum: HTML and CSS Oct 15th, 2007 |
| Replies: 21 Views: 14,735 Err...I changed img src's to Matty's server cause I didn't wanted to copy each image to my computer, so I simply pointed it directly since I'm using my regular editor. Also I set cellpadding and... |
Forum: HTML and CSS Oct 14th, 2007 |
| Replies: 21 Views: 14,735 I used the page posted by Matty, but modified by me posted before. |
Forum: HTML and CSS Oct 14th, 2007 |
| Replies: 3 Views: 721 You need to use session and cookies. You better ask OP to move this thread to PHP forums. You'll get appropriate help there. |
Forum: HTML and CSS Oct 14th, 2007 |
| Replies: 21 Views: 14,735 But Matt, I reckon, I also tried that thing, but didn't work on firefox. |
Forum: HTML and CSS Oct 14th, 2007 |
| Replies: 3 Views: 721 You will perhaps need to use a server-side language like PHP, ASP etc etc.... Tell us which one you use. |
Forum: HTML and CSS Oct 14th, 2007 |
| Replies: 21 Views: 14,735 Very well said MidiMagic and Matt, I totally agree with you both!!!
But what about Matty's problem, small little spaces still left. I think its firefox problem. It works in IE though, so Matts... |
Forum: HTML and CSS Oct 13th, 2007 |
| Replies: 3 Views: 1,099 Here's modofied CSS,
body {
background-image:url(../images/bg_test.jpg);
background-repeat:no-repeat;
background-position:topleft;
background-color: #d8d7b2;
margin: 0 ;
... |
Forum: HTML and CSS Oct 13th, 2007 |
| Replies: 21 Views: 14,735 I of course agree with this.
I again say, I believe in using both. I'm not saying whole layout, perhaps layout with using only tables, I never said. I myself use CSS for layouts, infact its... |
Forum: HTML and CSS Oct 12th, 2007 |
| Replies: 21 Views: 14,735 Well curvespace (http://www.daniweb.com/forums/member215949.html), all depend upon situation. Table and CSS have their own importance. Don't say tables are evil. You go to any big site, most of them... |
Forum: HTML and CSS Oct 11th, 2007 |
| Replies: 2 Views: 979 A little research on google (http://www.google.co.in/search?q=CSS+Tutorial&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a)would really help.:)
Here is onw more that I remember:... |
Forum: HTML and CSS Oct 11th, 2007 |
| Replies: 21 Views: 14,735 Hi Matty,
If we remove width="60%" from the table tag. It would work.
It was happening because you have 5, 95x95px images. So, when you give 60% width to the page, it's not necessary that 60% of... |
Forum: HTML and CSS Oct 10th, 2007 |
| Replies: 21 Views: 14,735 Add cellpaddingand cellspacingproperty and set them to 0 in your table.
<table border="0" align="center" width="60%" cellpadding="0" cellspacing="0"> .
And yes, there is no need to use three body... |
Forum: HTML and CSS Sep 28th, 2007 |
| Replies: 2 Views: 1,809 To have numbering before your lines use <OL> tag i.e. ordered list.
http://www.w3schools.com/tags/tag_ol.asp
However the type attribute is deprecated so you will have to use CSS list-style type... |
Forum: HTML and CSS Sep 21st, 2007 |
| Replies: 7 Views: 1,430 Dont try to learn web design in a WYSIWYG editor like DW. It spoils you.
Get a nice text based editor which could just highlight and indent your code.
Learn the language than a software... |
Forum: HTML and CSS Sep 18th, 2007 |
| Replies: 20 Views: 6,063 What do you mean by dots. But if its pixels and you want it 200pixels down from top then its as simple as that
<iframe src="#" style="position:absolute; top:200px; width:70px;... |
Forum: HTML and CSS Sep 10th, 2007 |
| Replies: 3 Views: 1,206 Well Designer_101 (http://www.daniweb.com/forums/member182336.html), I am actually surprised that even after 25 posts you dont use [ code ] tags. There are actually [ code ] tags in which you could... |
Forum: HTML and CSS Sep 5th, 2007 |
| Replies: 6 Views: 938 No, I am not an SEO expert. Mastering SEO takes lots of time and labour. Get some good books or google for some good nice articles. |
Forum: HTML and CSS Sep 5th, 2007 |
| Replies: 6 Views: 938 Several factors, I think. Its all Search Engine Optimisation techniques. |
Forum: HTML and CSS Sep 4th, 2007 |
| Replies: 3 Views: 1,206 You need to use server side scripts such as ASP, PHP etc. |
Forum: HTML and CSS Sep 4th, 2007 |
| Replies: 3 Views: 817 Here's another, but yes NVU is best of all free ones I have tried.
Go to WYSIWYG Editor section in this link
http://www.thefreecountry.com/webmaster/htmleditors.shtml |
Forum: HTML and CSS Sep 3rd, 2007 |
| Replies: 2 Views: 1,972 Well making it transitional instead of strict would make it work fine. But to do it with strict only give a dimension to lengths, font-size etc wherever needed. You see these isn't only one kind in... |
Forum: HTML and CSS Jul 18th, 2007 |
| Replies: 8 Views: 15,354 If you haven't added any action to any symbol, i.e. you flash movie is just a movie nothing dynamic, then this is the simples way.
1. Add a new layer, say "actions"
2. Make sure that the last... |
Forum: HTML and CSS Jul 17th, 2007 |
| Replies: 7 Views: 1,256 Two ways:
1 Use Tables
2. Use CSS
[
http://www.simplebits.com/notebook/2004/09/08/centering.html
http://www.maxdesign.com.au/presentation/center/
]
These links may help |
Forum: HTML and CSS Jun 14th, 2007 |
| Replies: 2 Views: 3,053 Use window.open (http://developer.mozilla.org/en/docs/DOM:window.open). |
Forum: HTML and CSS Jun 14th, 2007 |
| Replies: 1 Views: 2,576 You will have to use system API tto do that and that depends upon the operating system you use. For example if you use Windows you need to implement windows API. Download Platform SDK and refer to... |