6,574 Topics
![]() | |
Hi, We All know how to create a Table in html, pretty simple: I was looking to create a trapezium, parellogram or some other odd figure. I was just wondering whether I have to use the table tag with some special/extra attributes to create trapezium or is it some different … | |
Hi, I basically have user profile pages. The text box people can of course type things, like about me etc. i am using css and not sure what i do to correct the problem. If a user for example type text it auto goes on next line when they reach … | |
Hi there, I have a web page that looks different in Firefox than in IE. Here is the page: [url]http://www.laudontech.com/exhibitfloorplans[/url] The specific things I find odd are: 1. Divs with "For more information..." text shows up on 3 lines in Firefox, 4 lines in IE. 2. There seems to be … | |
hi, I am developing a site which contains 2 menus which contain hover images,and change buttons, background images etc and so i decided to pre-load all images. What i did is given below: [code] <img src="images/green-over/about_green_hover.png" alt="" title="" class="preload_hover" /> <img src="images/green-over/branches_green_hover.png" alt="" title="" class="preload_hover" /> <img src="images/green-over/contact_green_hover.png" alt="" title="" … | |
Hi Guys, I want to convert an HTML document into PDF document. Then user can download a pdf document by clicking on the link. Actually I have a page where Dynamic data is being displayed, I want that data to be converted to PDF document , so the users can … | |
Not sure where to put this as it contains HTML, Javascript and PHP and I can't figure out which one is the problem but because the problem is with an empty POST request I put it here, sorry if that is wrong. [code] <form action="?do=submit" method="post"> <input id="number" readonly="readonly" style="width:7em;"/><br … | |
Hello there, I have this script which I have edited and altered, to create a demo of what I want (the original coming from Dynamic Drive). Is there a way to achieve this in CSS? Thank you, Regards, Grant | |
Dear Friends, am working on a project where i have to convert the HTML file to a PDF file. am using tidy and fop methods for converting. am not good at XSL style sheet. when i try to run the program by giving the input file (39.html) to ma program … | |
Hi, please help me... I am trying to place a table right after a paragraph in my blogspot.com site. The problem is a huge space appeared between the two (the paragraph and the table). How can I solve this one? You can check the page at [url]http://www.peterpaulnavarro.blogspot.com/[/url] Thanks you so … | |
I have to generate html files from .java files. I tried generating from eclipse but was stumped. there are just 4 files. Can somebody help me out. Send me a pm please!!! | |
I am in the process of learning perl to go along with web design. I am trying to learn perl, ajax, css, xhtml, and javascript. If anyone can help me out, please let me know. thanks | |
This HTML [code]<html> <head> <link rel="stylesheet" type="text/css" href="style.css" / <title>Site</title> </head> <body> <div id="top"></div> <div id="menu"></div> <div id="main"> </div> <div id="content"></div> </body> </html>[/code] And this CSS [code] #top { position: relative; width: 100%; height: 100px; background-color: #3A3226; color: #FFFFFF; font-family: verdana, helvetica, sans-serif; } #menu{ position:relative; width:100%; height: 75px; background-color: … | |
Hi, I am at my local collage and am learning to make a web page by writing HTML in notepad. I have a link on my page that I want to open a Word document, my line is:- <p>This is my entire work history so far <a href ="file:///newcv.doc"> Ian's … | |
Hi everyone, i have a .dwt page templete, i want to know that how to use this page in my HTML Pages. | |
alright im having so problems with my floating divs containers i am using three columns in my html part of my website and i have a wrapper around the three columns known as page and the columns are float left in css so they can be perfect aligned left to … | |
I am trying to access a Clientside server file from an HTML file. Can anyone help me with how to code it? :eek: here is what I have: [code=html]<form method="get" <if true then action=" :?: *****This is were I need to access Client side server ****** " else action= "file:///K:/web-content/Client … | |
Hi, Thanks for looking. I have a contact form and everything else is checked against validation apart from the textarea. For some reason i cannot get textarea validation to work using php. I have tried: [CODE] if (strlen($_POST['query'] == 0 ) ) { echo "<p>You have not entered anything in … | |
Can any one tell me the better and professional way to dynamically add row to an HTML table. Currently I am using insertRow() function. | |
Hi(: I'm given a powerpoint file which consists of 7 slides and i have to convert each slide to a html page and load them onto a web server. I've never done this before and i was thinking whether should i separate the slides into multiple .ppt and try solving … | |
Write a JavaScript/HTML program that inputs two integers a and b in an input text box, and outputs all odd numbers between a and b (a and b are expected to be between 1 and 30, and a<b) Can somebody help me with the source code for the .html file … | |
hi, I need suggestion for this.After a particular option selection in my page,how to replace the rest of the contents of the same page with its response,and too making the select action invisible... can i do it using ajax wit html... for example,i have a select option,where for each option … | |
Hi guyzzzz,,, I m Building HTML Script in .cs Page with sum Dataset Value..... But i have an button generated runtime named Cancel & onclick i need to call a javascript function But I am not able to generate String Proper...Can u help me... sqTsc.Append("<html><head><title>BOTH APPOINTMENT'S</title>"); sqTsc.Append("<style type=text/css>.style1{font-family: Verdana, Helvetica, … | |
Azul(Hi) i created program on php where i can output data set of any table by submitting query. i need help to input i mean to load data into the table from the HTML file can any one give help please thank you. this is the program i created, so … | |
Hi, I have a form that has a bunch of cascading drop downs - something like Country->State->City->. Each subsequent drop down is populated based on what is selected on the preceding one. What I am having trouble with is the positioning of the labels for these dropdowns. For ex., I … | |
Hi can any one fix my problem, I created a login page with jquery and ajax. ie the functionality of th page is when i clicked a Login text the login page should slide down. i Created the sliding login page an dit works good. What i need is to … | |
Hi, i am generating html to pdf using [code] require('html2fpdf.php'); $pdf=new HTML2FPDF(); $dummy='<html><head> <style> .text11 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #434450; text-decoration: none; font-weight: bold; } .text111 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #AE4506; text-decoration: none; font-weight: bold; } .text122 { font-family: Arial, Helvetica, sans-serif; … | |
difference between HTML server controls and web se What is the difference between HTML server controls and web server controls and how to convert HTML server controls back to HTML elemets. | |
In a data/view architecture or template engine, should HTML forms be part of view or data? I tried several methods to separate HTML form design and form names (variables) but seem like a chicken and egg problem. is it common that the view designer must know all the form names … | |
Hello, I have a system that generates quotes, it opens a new window with the quote itself. I am trying to make it so I can generate a PDF automatically to a temp file on my webserver, and then use a script I wrote to email the attachment to the … | |
Hello, I have a form that has several checkboxes. It looks similar to this: [CODE]<input name="service_needed[]" type="checkbox" value="service1" class="checkbox" /> <input name="service_needed[]" type="checkbox" value="service2" class="checkbox" /> <input name="service_needed[]" type="checkbox" value="service3" class="checkbox" /> [/CODE] I'm trying to store the values of whichever boxes are checked inside of one variable so that … |
The End.