Forum: HTML and CSS Aug 13th, 2009 |
| Replies: 1 Views: 244 By PDF form, do you mean .pdf or some thing? are you creating them using HTML?
when you will go to second form, values of fields of first form will be submitted at server, then you can fill these... |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 2 Views: 366 please also post the HTML code as in above code you have lot of divs |
Forum: HTML and CSS Aug 2nd, 2009 |
| Replies: 5 Views: 532 you can have same class for all the divs. and use class selector. |
Forum: HTML and CSS Apr 3rd, 2008 |
| Replies: 3 Views: 665 Hi,
You will be maintaining data base for each post, along with data base right??
take data from there and while generating the page dynamically put the author name along with post in a div or... |
Forum: HTML and CSS Mar 14th, 2008 |
| Replies: 3 Views: 749 for that you need to use server side scripting.
after submission form will be sent to server, from there a mail will be generated to you. |
Forum: HTML and CSS Mar 6th, 2008 |
| Replies: 1 Views: 862 hi
probably this (http://www.howtocreate.co.uk/tutorials/testMenu.html) will help you. |
Forum: HTML and CSS Mar 5th, 2008 |
| Replies: 6 Views: 4,649 i think this (http://whois.org/) is what you are searching for. |
Forum: HTML and CSS Feb 27th, 2008 |
| Replies: 3 Views: 843 use <br><br> between 2 QA block or another way is using one blank <div></div> with some style between two QA block. |
Forum: HTML and CSS Feb 26th, 2008 |
| Replies: 21 Views: 3,494 Hi
For you some suggestion:
-Its nice to use editor try notepad++, its realy nice
-Learn HTML, CSS, JavaScript and any one server side scripting language.
-see tutorials in daniweb.
-see... |
Forum: HTML and CSS Feb 25th, 2008 |
| Replies: 10 Views: 1,183 can you post code of that page. (along with css) |
Forum: HTML and CSS Feb 25th, 2008 |
| Replies: 5 Views: 1,046 use div container and set css text-align property of it. |
Forum: HTML and CSS Feb 25th, 2008 |
| Replies: 3 Views: 958 there may be padding or margin in container element,
just post the css of container of image.
if no container then post css of body. |
Forum: HTML and CSS Feb 25th, 2008 |
| Replies: 2 Views: 677 -put a text area on client side.
-add a submit button also.
-after filling the message on textarea user will click on button.
-message will be sent to server.
-at server side use some sever side... |
Forum: HTML and CSS Feb 19th, 2008 |
| Replies: 1 Views: 689 you can do this by dynamically adding the element in dom tree. for that use
-getElementById()=to get require element
-element.appendChild() to insert new element as child in already present element. |
Forum: HTML and CSS Feb 15th, 2008 |
| Replies: 14 Views: 2,421 left vertical menu is there for that i want use like >>switch type buttons can any one tell me how to do that.
what do you mean by switch type buttons.
>>And i know switch type menu but not like... |
Forum: HTML and CSS Feb 15th, 2008 |
| Replies: 14 Views: 2,421 u zip the files and give as attachment coz without image not able to understand. |
Forum: HTML and CSS Feb 14th, 2008 |
| Replies: 5 Views: 1,276 see the orkut code using firebug. |
Forum: HTML and CSS Feb 14th, 2008 |
| Replies: 14 Views: 2,421 can u just give code so that i can understand what u want |
Forum: HTML and CSS Feb 14th, 2008 |
| Replies: 5 Views: 1,276 height, width and min-height is supported by IE6 other things are not supported by it |
Forum: HTML and CSS Feb 7th, 2008 |
| Replies: 5 Views: 759 also, dont copy code from pdf it sucks...... |
Forum: HTML and CSS Feb 6th, 2008 |
| Replies: 3 Views: 653 hi
whenever u r developing the website use 3 or 4 browsers to see the result, and after the development of each and every step see the result on every browser this is the only way to check the... |
Forum: HTML and CSS Feb 1st, 2008 |
| Replies: 1 Views: 2,380 check the location, may be there is some permission problem in server, there u have to put file read/write permission some time. |
Forum: HTML and CSS Feb 1st, 2008 |
| Replies: 7 Views: 1,404 thanx to all guys for there valuable info. :) |
Forum: HTML and CSS Jan 31st, 2008 |
| Replies: 6 Views: 1,796 thanx hollystyles its nice. |
Forum: HTML and CSS Jan 31st, 2008 |
| Replies: 13 Views: 2,112 server side include is best option,
typing code is nice , for that try edit plus or notepad++.... |
Forum: HTML and CSS Jan 31st, 2008 |
| Replies: 2 Views: 560 can u plz clear it out what does this browserhawk do.... |
Forum: HTML and CSS Jan 30th, 2008 |
| Replies: 11 Views: 3,543 Hi
can u post one or two page and corresponding css so that i can see what really problem is. |
Forum: HTML and CSS Jan 29th, 2008 |
| Replies: 11 Views: 3,543 hi
for entire page use a table having 1 row and 3 column, and put
on first row - LeftNav
on second row - Content
on third row - RightNav
here make invisible the border of tables through... |
Forum: HTML and CSS Jan 29th, 2008 |
| Replies: 4 Views: 786 for each <li> put closing </li> and also for each <h2> put closing </h2> tag. |
Forum: HTML and CSS Jan 29th, 2008 |
| Replies: 7 Views: 1,404 try notepad++ or editplus |
Forum: HTML and CSS Jan 28th, 2008 |
| Replies: 9 Views: 926 hi
try my solution...or tell me if any prblm in that |
Forum: HTML and CSS Jan 25th, 2008 |
| Replies: 9 Views: 926 code for html file(it didnt came properly):
<div id='mu123'>
<table cellspacing="0" cellpadding="0" id="nav_bar" >
................
................
................
</table>
</div> |
Forum: HTML and CSS Jan 25th, 2008 |
| Replies: 9 Views: 926 Hi
whenever u r designing u'r website, alway see that in IE , FF ,Op like browser so that later u dont have problem.
Solution:
----------
do this
1.put ur table nav_bar inside a div element... |