
dinesh101
Members-
Content Count
11 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout dinesh101
-
Rank
Newbie
-
How to create form in webbsite to collect message from visitor
dinesh101 replied to dinesh101's topic in JavaScript
Thanks alot mates....I will give it a try and get back -
I want to include a form in my website for visitors to enter there name, email and message. I have yet not learnt how to do it so i am looking for help...If sending form data to an email is too complicated, I dont mind having a system in which the form data is written on to a file in my server directory. Eg: a note which i can read manully.
-
Hey mates. I want to share this information with you all who may be having the same issue. On Windows my webpage background and images display well. but on linux/ubuntu i was unable to view the images on the web page. Finally it worked after i changed the image name to its correct case. Example: background-image : url('images/gradient1.png'); changed to background-image : url('images/Gradient1.png'); It applies to html too. Hence i believe its better to practise using correct case when dealing with links and image names.
-
Why Div's Breaking Up At Different Screen Sizes?
dinesh101 replied to dinesh101's topic in HTML/XHTML
I did some experiments and finally got many div's under control...you can see the code below...if you have any idea why/how it used to give trouble earlier let me know. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> <html> <style type="text/css"> body {background-color:black;} </style><body><div id="container" style="width:1000px;height:100%;margin-left:auto;margin-right:auto;"> <div id="yell" style="background-color:yellow; height:100px;width:1000px;float:center;"> Yellow Div </div> -
Why Div's Breaking Up At Different Screen Sizes?
dinesh101 replied to dinesh101's topic in HTML/XHTML
Yes have many design ideas in mind, but the attachement i have sent now is my first. I want the enitre page to be in the center of the screen (1000px width page) and black background for body.In the image you can see the different oultines of areas on the web page and some info on what it may contain....I tried creating div's, but some disappear, breakup and hide. Thanks alot for your support dubbeldam. -
I have attached my sample website. In it how do i arrange multiple "div" and why do some break up at different screen sizes. Check my code and help me find my mistakes. index.html
-
Web Hosting, How To Enter Code For Image Links?
dinesh101 replied to dinesh101's topic in HTML/XHTML
.- 4 replies
-
- Web hosting
- html
- (and 4 more)
-
Web Hosting, How To Enter Code For Image Links?
dinesh101 replied to dinesh101's topic in HTML/XHTML
oh yes. it works great now. Thanks mates.- 4 replies
-
- Web hosting
- html
- (and 4 more)
-
In the HTML tutorials, all images were added from a web location (img src="url"/>), when creating my new site, how do i add the images which are on my computer. Do I have to upload the images to a FTP location on the web first and then create the web pages? OR Should i create everything under one folder on my computer and then upload the entire folder to the web host?
- 4 replies
-
- Web hosting
- html
- (and 4 more)