6,558 Topics
| |
Hey, this is my first post here, so greetings lol. Back to the topic, Is it possible to make a text box that can put the text into html code and if so how? Sort of like the box you type your post's with on forums or blogs. | |
how to put a border for entire page...and how to make a table within the table.. | |
Odd problem I am having. I am developing in Drupal, and working on my template. I have a sidebar on the right, and the text inside touches the edges of the box so I added some padding. When I add this padding the sidebar drops so that is is below … | |
Hey guys I am having trouble with my CSS. I am doing work with Drupal and I am re-styling the CSS for the site. I have it laid out the way I want buy on some web browsers my wrapper or the center of the page where the content is … | |
I have a question about programming Java into HTML using the latest version of Tomcat. I'm trying to get the option values from the HTML to go inside the Java program and print out said values. A friend of mine suggested that I create an array of strings and then … | |
Dear All, I have here some problem with my html code. I can't make text aligment in following html code. How can i solve it? [CODE] <TABLE width="500"> <TBODY> <TR> <TD><IMG title="" border="0" alt="" align="top" src="img01.jpg" width="150" height="90"></TD> <TD> <ul> <li>Pellentesque fermentum dolor. Aliquam quam lectus, facilisis auctor, ultrices ut, … | |
Hi I am new to this forum and I am creating my first website. I have created my html and css documents but am having a problem with how the webpage is being displayed. It displays as I want full screen until I minimize or change the window size of … | |
hi, i m not a good designer in my learning project i want to use HTML template in asp.net page i create an empty website and add index.aspx web form now i want to ask is i have to past all the html of the template into <form> tags or … | |
Is there a way, using java's standard library to replace characters like: " with '"' and &# 39; (i put a space so the site doesn't change it) with ''' in a string? For example, change from: [CODE] String message = ""This &# 39;is&# 39; a test"e"; [/CODE] to: [CODE]message … | |
Hi there guys, I'm currently trying ti build a site and I cant seem to get the positioning of my page as I want it. Simply pu I want all the items centered instead of as they are (justified left). Here is the sauce: [CODE]<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> … | |
Hi, Please see the below one : [CODE]#!c:/perl/bin/perl use CGI qw(:all); print "Content-type:text/html\n\n"; print <<EndOfHTML; <html><head><title>Print Environment</title></head> <body> <FORM action="sample.cgi" method="POST"> First Name: <input type="text" name="first_name"> <br> Last Name: <input type="text" name="last_name"> <input type="submit" value="Submit"> </FORM></body> EndOfHTML[/CODE] From this, i don't know to proceed. There are two text box with … | |
hello guys... I am trying to play a wave file in a small asp.net project. Now I want to embed HTML in asp.net so that I can use [B]<object>[/B] tag of HTML to play the wave file. Following is the code to get row index from gridview, from the row … | |
I'm using elRTE editor. but i don't want to use default elRTE menu. i built a graphical and favorite menu with anchor tags and css in my HTML page. my menu is on the top of my page and my editable area is in the middle of the page (i … | |
Howdy, I have a basic html file containing certain data I need to extract. This is the code for just one of the tables on the page: [CODE]<TABLE title="Left Magazine"class="dataTable" align="center" cellspacing="0" cellpadding="0"> <caption>Media Details</caption><THEAD><TR class="captionRow"><TH>Slot #</TH><TH>Attn</TH><TH>Status</TH><TH>In Drive</TH><TH>Label</TH><TH>Media Loads</TH><TH>Comment</TH></TR></THEAD> <TBODY> <TR class="altRowColor" > <TD>1 </TD> <TD> </TD><TD>Full, Gen. 3 </TD> <TD> </TD> … | |
hey i need some help with my css, on internet explorer it works but on firefox it doesn't. heres the css and html [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Four Seasons Cleaning (Super Spring Cleaning).</title> <meta name="Description" content="FOUR SEASONS CLEANING, powerwashing in the lower mainland, B.C, Canada."> … | |
I think this could be an interesting post. Just write sites that you think are a good examples how css should be done. Could be a huge portal or just small site. I personally think yahoo sites could be on the list. Am I wrong? | |
Is there any way by which one could pass a HTML form variables to a python script? Is there any library for it?? Any help would be appreciated... | |
i would like a registration form in html to pass its form fields values to an asp.net's form's onload event procedure. how do i access the field values passed by the html form.the idea is to update a database using these values without using asp.net's web controls. | |
I am writing a cgi script to pull the contents of a .txt file in the cgi-bin directory into the body of an html file and can't seem to figure it out. eruby seems to be a solution, but I can't tell if it's to be used with Rails or … | |
Hello @all , for several days i try to create a nested-ist generated by jquerymobile from websql querys. I can only master the code to show all parents and children in 1 single list. However of course, i want to have each child to its parent. I would appreciate any … | |
Hi all, 1. When I insert an icon in my VB.NET form, for example: a small shield icon, a white box appears around it and it's very annoying and ugly! I want to disappear the white box at the back of my .ico image. 2. This white backgroud not only … | |
Hi! I've got two background pictures, one is blurry, the other one is the same picture, but more colorful. The default background image is the blurry one. When I move the cursor, I'd like to change the background image from the blurry to the colorful one, but only in a … | |
Hi All, I'm developing a new seo tool.I began my tool by converting aspx pages to html pages.I'm doing this by [code] mywebReq = WebRequest.Create(pageURL); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream(), System.Text.Encoding.UTF8); strHTML = sr.ReadToEnd(); sw = File.CreateText(filePath+"temp.html"); sw.WriteLine(strHTML); [/code] codes.But didn't get the exact page html from my … | |
I use a WYSIWYG tool to design my web pages, I want to change the part that handles sound to html5 so it will work better on another platform I want to use. I have looked at the code my editor made, this looks like the bit that needs changing … | |
Hi, I have a div, which contains another div, which contains a image, like so: [code] <div class="div1"> <div class="div2"> </div> </div> [/code] .div1-le has the following CSS: [code] height:100%; width:100%; margin:0; padding:0; position:fixed;[/code] This means that .div1 is the same size as the browser. Now, what I need, is … | |
Hello friends, I have a small problem with creating XML documents. After creating the XML when I try to get a XML document as string using .toxml() or .toprettyxml() functions i got escaped string. [CODE=python] >>> from xml.dom.minidom import Document >>> html = '<a href="http://www.google.com/">Google</a>' >>> doc = Document() >>> … | |
Hi, Right now I have this. And I could not understand how to sort it out: [CODE]def onView(self): img = wx.EmptyImage(240,240) filepath = self.filedlg.GetPath() img = wx.Image(filepath, wx.BITMAP_TYPE_ANY) img = img.Scale(240,240) picture = ogl.BitmapShape() picture.SetBitmap(wx.BitmapFromImage(img)) self.canvas.AddShape(picture)[/CODE] I want to load an image with fileDialog into a wx ogl canvas. Thanks … | |
Help with DOM.I am trying to access the nodes acc. to their levels in an xml file.reached upto 3-4 levels then getting a nullpointer exception.Please help...wat datastructure would better suit this.i need to index all the nodes.the xml file is cs.xml given under and the java code below tht. <department> … | |
Hi Is there anyone who know How to capute a whole HTML file and convert itto Excel for example <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="description" content=""> <title>Fourth Year Computer Technology Time Table</title> </head> <body> <p> </p> <p> </p> <table cellspacing='4' cellpadding='4' border="1" align="center"> <tr> <td>Day</td> <td>Time</td> … |
The End.