6,574 Topics
![]() | |
hey i have a text box and a button on one page. my question is, when somebody writes something in this textbox and presses submit (the button), the output will be shown on other page... so i need to know what code to put Thanks, 7arouf | |
Hi folks, I haven't built webpage for >10 years. I'm prepared coming back. Previously I ran software on MS Windows building website. Now I'll change my way doing html editing on simple text-editor instead. Googling brought me hundred of links on guides building webpage on html, difficult for me to … | |
Hi all i working with HTML when my first web page is going to displayed it should be in the width and height according to my need . like a rectangle window or square or like a pop up window. How can i set the width and heght for the … | |
Would it be possible to use a css rollover (a tooltip type thing) but to have a youtube video embeded into the rollover box, and if so what would be the code to do it? | |
I have seen lately from this site a listing of all fields that can be inserted inside CSS. But I can't find it now. Can anybody give me the codes for all the fields in CSS? | |
I want a nav system where there is a different image for either link and they have rollover links. I figured it would be easier to include the text and then hide it in css so that it would be accessible compatible. Ok this is my current setup for the … | |
I am emailing a field from a MySQL DB table. The field type is text. Basically, it is an accept email. How can I make it so the email sent is capable of emailing HTML to make the message more attractive? I have already tried to insert < html > … | |
I have been trying to save the CSS code and save the file as .css in the same folder and i link it on my html but when i do that the code doesn't get inserted to the document. Is there any specific way to save external .css? because right … | |
Just wanted to ask you guys how to properly call HTML tags into php. e.g. [code=php] echo "You are not authenticated. Please login.<br><br> <form method=POST action=admin.php bgcolor=\"C0C0C0\"> username: <input type=text name=\"username\"> password: <input type=password name=\"password\"> <input type=submit> </form>"; [/code] As you can see above, the developer has design a form … | |
Hi Guys, I'm writing a program for work which uses the HtmlTextWriter to output html files (it's a reporting system). In each file I want to render a style tag at the beginning and to do this I'm using the HtmlTextWriterStyle enumeration. This means I need to convert any value … | |
I am trying to insert a row into a table into a MySQL DB 5.0 table. One of the VALUES that I am inserting just so happens to be HTML code. When I execute the INSERT in MySQL Query Browser it tells me "You have an error in your SQL … | |
[B]Hi! I make nws CMS for self. I added search function too. But I have problem. I save data with html at DB Sample: [ICODE]<font color=red>Some text</font>[/ICODE] When I search for string "some" I get this row. But when I search for string "font" , I also get this row … | |
This Header function is from VB. I am trying to do the same with C# using HttpWebRequest and having trouble. Can anyone help to show me what i am doing wrong? Here is a VB function which is sent using winsock. [CODE]Function Header(Question As String, Answer As String) As String … | |
All, I am adding HTML controls with runat ="server" dynamically from my asp.net code. <form id="frm1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="Button" /></div> <div runat="Server"> <asp:PlaceHolder ID="p1" runat="server"><%=strControl%></asp:PlaceHolder></div> </form> The code behind has Public strControl as New string strControl = "<input type=""hidden"" id=""test"" value=""test1"" runat=""server""/>" Am able to view the … | |
Hi there Im trying to create a HTML email but i am having trouble finding out how to do it. Have you ever received an email where you open it and it says 'Click to download images' and when you click it, it looks like a website? Well thats what … | |
Dear Sir I have project on vb 6.0 and want to generate report in html page I have knowledge on html but I can't do it through code Please help with a sample code Thanking you Debasis Bag | |
[code=php] <?php // connection to MySQL server mysql_connect('localhost','root',''); mysql_select_db('administration'); if (isset($_POST['submit'])) { $loginUsername=$_POST['username']; $loginPassword=$_POST['password']; $MM_redirectLoginSuccess = "validated.php"; $MM_redirectLoginFailed = "admin.php"; $MM_redirecttoReferrer = true; mysql_select_db('administration'); if(empty($_POST['username']) && empty($_POST['password'])) { die('<div class="error_up">Both field was blank</div> <br><br><div class="footer_padding"> © Copyright Cycle Tracks <span>®</span></div> '); } if(empty($_POST['username'])) { die('<div class="error_up">Username field was blank</div> <br><br><div … | |
I send out a newsletter call Daily Thought. I use DreamWeaver 2004 to build the HTML Email, then I copy and paste the codes into an email marketing software call Constant Contact. Constant Contact, as you know, sends the newsletter to every one in my email list simultaneously. Some members … | |
Hi all, I'm a n00b at Python and am working on outputting html using pyhtmloo - I've checked the [URL="http://sourceforge.net/docman/index.php?group_id=89844"]pyhtmloo site[/URL] for guidance but no joy there. Hopefully I'll find guidance here... The python code below outputs an html page and what I'd like to do is set the refresh … | |
Dear Sir I have knowledge on html but I can't make a report in html format through vb 6.0 code Now I am giving a Example: <html> <Body>"Debasis Bag"</Body> </html> above this example how to write code in vb 6.0 and print in htm format please help me wiht example … | |
Hi: I designed a website, mainly its only one long page with several sections. There I placed several links on top of this website, so the visitors can just click and go to the sections. I decided to add few pages to this website also. I used MS WORD to … | |
How can i get everything in my site aligned? i used to use tables years ago and use the <CENTER> tag dont work with CSS below is a screenshot of how it looks at the minute... [IMG]http://i5.photobucket.com/albums/y161/lochii/websiteimg.gif[/IMG] | |
[code=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Cycle Tracks Portal</title> <style type="text/css" media="all">@import "images/style.css"; </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" /> <?php $date = ('l dS \of F Y'); ?> </head> <body> <div class="content"> <div class="topmenu"> <div class="date_"> <?php echo $date; ?> </div> </div> [/code] … | |
Hello Everyone, i have one question for all [B][COLOR="Red"] "Is CSS Negative Margin SEF Friendly"[/COLOR][/B] | |
I am trying to position my logo at the very top and center of my web site. I am able to get it centered from left to right. The problem is I have about a several pixel space between the top of the image and the top of the web … | |
this code supposedly makes the transparent code that only works in ie work in Internet explorer, Firefox, and Opera. I have not tried it myself but found it online and thought others might like to try it out [code=language]<div style="display:block; height:150px; width:200px; background:#00FFFF"> <div style="color:yellow; height:100px; width:150px; background:#000099; filter:alpha(opacity=50); -moz-opacity:0.5; … | |
Hi everyone: I designed a simple one long page website with one image. I tested this website with Fire Fox and I could see the image. But when I tested the same website with Internet Explorer, It did not show the image except with a little square with red mark. … | |
i'm fascinated by the tooltip or the information bubble , which pops-up on this page when I point my cursor on a thread title. Does anyone know what it takes to code something like that? Is it possible with PHP, javascript or AJAX ? The attached image shows the tooltip … | |
if you view this on a web page anyone know how i can align the middle part to the center? IF you view in IE it looks ok alisgnment wise tho ixels are screwed up, if you view it in firefox inside looks ok but middle chunk is aligned left … |
The End.