6,562 Topics

Member Avatar for
Member Avatar for logonchristy

[CODE]How to echo html code in php echo not for email... <?php echo '<a href="http://digg.com/submit?phase=2&amp;url='. $_POST["url"] .'&amp;title='.echo $_POST["title"].'" target="_blank"><img src="http://www.virtualdolphintherapy.com/images/digg.png" alt="Digg" width="64" height="63" border="0" /></a>'; ?> how can i make this code to disply in browser page...[/CODE]

Member Avatar for gptArun
1
1K
Member Avatar for safeer008

Can anybody tell me that how we can handle the tables in a responsive website design. If you try to decrease the font size it will be harder for the mobile users. If you don't decrease the font size then the data will be mixed and so on. Give me …

Member Avatar for mattster
0
1K
Member Avatar for Niall_2

Hi folks, I'm currently taking a Udemy course in HTML & CSS and there's what looks like a simple query wrecking my head. I'm trying to float my section to the right and keep 'aside' on the left. This is what the webpage should look like https://www.dropbox.com/s/7jb9kbss58u0bxd/UDEMY.png?dl=0 I'd be super …

Member Avatar for Niall_2
0
192
Member Avatar for davy_yg

Hello, I am trying to create button link with image. This is the code: index.php <div style="margin: -250px 0 0 700px;"><a href="#"><img src="images/button_program.jpg"></a></div><br><br> I wonder why I cannot click the button when I hover my mouse over the button. Usually the mouse cusor turns into hand cusor as a sign …

Member Avatar for chrishea
0
140
Member Avatar for davy_yg

Hello, I have been trying to place textbox on top of image and have not been able to do so. index.php <div style="margin: 100px 0 0 0; z-index: 3;"> <input type="text" class="form" name="email"> <input type="text" class="form" name="password"> </div> <div id="banner-background"></div> <!--<image src="images/banner.jpg">--> css/styleT.css #banner-background{ background-image:url("../images/banner.jpg"); } input[type="text"]{ height: 30px; width: …

Member Avatar for Albert Pinto
0
149
Member Avatar for john jr

Hello my friend out there i realy need help .i'm working on one of my class labs but things is not that write to me...could one out there assist me thanks you. here is the quz<<<<<< Write a program in HTML and JavaScript for the following tasks: Find the maximum …

Member Avatar for stultuske
0
113
Member Avatar for Search_not

How do I add HTML5 functionality to my browser? Its still a work in progress, so ignore the event handlers and buttons that seem pointless... package browser; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; public class ReadPage extends JFrame { private JTextField address; private JEditorPane display; private JButton refresh; …

Member Avatar for Slavi
0
153
Member Avatar for satti

Dear , iam planning to setup 100TB data center, the purpose is to stream videos on web application. I want to know is what hardware is suitable for video streaming how many servers,Disk Arrays,SAN etc? REQUIRMENTS: i.Video Streaming ii. 100 TB data storage iii.Backup Storage

Member Avatar for RobertHDD
0
151
Member Avatar for Violet_82

Hi guys, as I'm fairly new to visual studio and asp.net, I might be missing something really obvious here...basically I have created a CSS file which is referenced in the aspx file (I dragged the css file from the project to my aspx file). Then I created another aspx file …

Member Avatar for BMXDad
0
327
Member Avatar for Himesh_1

On a php page, main.php, I have an html form with post method. It starts out something like this: <form method="post" action="https://checkout.google.com/blah/blah/blah In addition to doing the post to checkout.google.com, I would also like to execute some php code on main.php. How do I code the form post action to …

Member Avatar for veedeoo
0
270
Member Avatar for rakibtg

I am using PHP Simple HTML DOM Parser to fetch urls, but i got an error while fetching links. Have a look at this script: $result = str_get_html($result); foreach($result->find('a') as $element) $result = str_get_html($result); $result = str_replace('http://', '', $result); foreach($result->find('a') as $elementa) echo $element->href; echo $elementa->href; Here I want to …

Member Avatar for sagar.shetty.946
0
2K
Member Avatar for castajiz_2

Hi, I have developed a application for students that retrieves data (eating menus) from a official eating website of the whole University (13 restaurants located around the city). Actually I spend a month and a half of doing some reconnaissance and programming (getting information of that site) so that I …

Member Avatar for hericles
0
209
Member Avatar for davy_yg

Hello, I am trying to place border colors around the whole table including inside the tables. Yet, what happen is the border only appears outside the table like a box. There are no borders inside the table. How to place borders including inside the tables? image_gallery.php <!-- border="1" --> <table …

Member Avatar for diafol
0
293
Member Avatar for arafath077
Member Avatar for diafol
0
411
Member Avatar for Matthew N.

Hey, I'm making a website, and have some css to put two divs next to each other. This is my css and HTML code : [CODE].class1 { float:left; border-right:2px solid #000; } .class2 { float:right; } .class3 { clear:both; }[/CODE] HTML : [CODE] <div class="class1"> Div 1 </div> <div class="class2"> …

Member Avatar for nivabeath1
0
4K
Member Avatar for Bensirpent07

Hi I am trying to change the <p id="returnsuccess"></p> to say anything at this point. I have some code it's about a form submission I don't think the PHP part is that important in solving this problem. But I want to know why the code I have doesn't work and …

Member Avatar for Bensirpent07
0
1K
Member Avatar for hdreyer

Good day, Can anybody help me with this question please? I want to know how to write info back to a program line. In other words to be able to search for a file and put it into the xslt.Load(".....") This is the source code to transform XML to HTML …

Member Avatar for Herman_1
0
225
Member Avatar for OsaMasw

hey guys , I'd like to add a fancy navigation menu for users like this example http://tympanus.net/Development/SelectInspiration/index8.html but this is a select input not a link, I need a tutorial to achive something like that using jquery and css, so I put a link image when press on it a …

Member Avatar for OsaMasw
0
250
Member Avatar for filipgothic

Hello, I have page with several sections, in each section form with submit button which will load table and execute mysql queries. I need help to make long tables in more pages, or at least make scroll so user don't have to take long time to go from part to …

Member Avatar for filipgothic
0
267
Member Avatar for marifard

Hi, I made this code shown below to display a background image. It is possible to make it fixed for all resolution without showing white background? CSS code: body { background-attachment: fixed; background-image: url(../layout/background.jpg); position: absolute; min-height: 768px; min-width: 1024px; } Thanks marifard

Member Avatar for Troy III
0
286
Member Avatar for superior7867

Dear Team I am creating a html form for data entry in mysql database and want to multiple rows inserted in one time when i filled a row then on enter key press a new row created automaticaly in html and php for more entering data so how is this …

Member Avatar for veedeoo
0
339
Member Avatar for dfs3000my

Hi all, I have a question. How do I render a string which has some html coding in it and display it as HTML? For instance, my string is like this : [CODE] Dim htmlString As String = "<h3>Hello World</h3><div>Something here</div> [/CODE] I am not too sure how can it …

Member Avatar for Rajesh_13
0
219
Member Avatar for RodneyzPc

Hi..I sure hope you can help me ! 2 years ago you helped with a Update Form and I've been trying to adapt the form to my mySQL Database.As I'm just learning and trying to figure some of this out I've seemed to have hit a road block. . . …

Member Avatar for RodneyzPc
0
443
Member Avatar for problemsolver

Hi, My website is hosted within Hostgator servers, how can I render LaTeX mathematical formulae in HTML pages without using WordPress?

Member Avatar for pritaeas
0
48
Member Avatar for Violet_82

Hello all, I'm trying to change the innerHtml of a div in the code behind and noticed an interesting thing. If I have this situation: aspx file: <div id="displayPanel" runat="server"> </div> C# while(reader.Read()){ ... displayPanel.InnerHtml += "<span>"+ name + " has donated £ " + donation + "</span>"; } everything …

Member Avatar for mtyide
0
2K
Member Avatar for HelenLF

Can anyone suggest a responsive gallery which has a main slideshow with auto generated thumbnails and allows for captions?

Member Avatar for pritaeas
0
183
Member Avatar for phfilly

Hi guys, Can anyone please help me with this simple error. Jquery is not my strongest suite but I feel like this is something small that I'm missing. With the code below I get the error 'undefined'. html: `<a href='#' ><img src= "./images/1.jpg" width= '200px' id="2" rel="arm1" onclick = 'test()' …

Member Avatar for phfilly
0
2K
Member Avatar for nadiam

Hi. so i have a div/form like this: ![957d3e17b3579941c6bf92e594745d43](/attachments/large/4/957d3e17b3579941c6bf92e594745d43.jpg "957d3e17b3579941c6bf92e594745d43") depending on the drop down value chosen that number of forms will appear like if value 2 chosen then 2 forms will appear if 4 then 4. the code is this: $("select[name=children]").on("change", function(){ var num_forms = $(this).val(); var form = …

Member Avatar for mangel.murti
0
271
Member Avatar for nadiam

Hi. so i have this div like so: ![d69e97a4413c033f6390ecaea54c6c8d](/attachments/large/4/d69e97a4413c033f6390ecaea54c6c8d.jpg "d69e97a4413c033f6390ecaea54c6c8d") see the "Add Spouse" link, when clicked will display another div: ![99b4077223bdea75c7de5b15af9b634b](/attachments/large/4/99b4077223bdea75c7de5b15af9b634b.jpg "99b4077223bdea75c7de5b15af9b634b") the edit spouse works by submitting the data wihtout refresh using `$.post`: $(document).ready(function(){ $("#submitSp").live("click", function() { var id = $("#contactid").val(); var ssalut = $("#spouse-salute").val(); var sfname = …

Member Avatar for gabrielcastillo
0
1K
Member Avatar for liphoso

Please assist, I am trying to get get one page out of three to load a google map once its loaded. the code i have is below. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="refresh" content="600"/> <title>Pollutions App</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <style type="text/css"> html { height: 100% } …

0
97

The End.