6,558 Topics
| |
| I am filling a dropdown list and an HTML page with the contents of a MySQL database (the tablename is in the variable $tablename2). The file contains a single field, "BusinessCat", with 20 or so unique records. The code below is an attempt to display every category on an HTML … |
Hi! Sorry for my bad english! I want to make a function that will replace "[LINK=url]Some text[/LINK]" with "<a href=url>Some text</a>". I tried, but the code is too long. Is there any shorter code for this. Here's how I do this (but this code make only first [LINK] into <a … | |
Hello. Here is my website: [URL="http://www.keavon.com/"]http://www.keavon.com/[/URL]. You can view the source for code. What I need to do is lower the 'Newest Game' div down (with white/background color, not the gray) away from the top 'Who Are We?' div. Help would be appropriated! Thanks! | |
I have code craw data and I have write data to file txt but it get all html tags ! I only want get numbers ! help me ! my code : [url]http://www.4shared.com/file/sAoasNMU/wrcode.html[/url] | |
I'm designing the layout of the design at [url]http://humansummit.blogspot.com[/url] I found out that the right side widget is out of the margin when open in Firefox browser. IE and chrome are fine. Do anyone know how to fix it ? Thanks! | |
Hi, I need some help with a webpage on the ipad. I have a HTML registration page with a simple button. The problem is, when iPad users press the submit button, the shadow of the button is displayed on the next page. So when you hit submit, you are taken … | |
How would I check to see if html purifier is running correctly on our server? We are using the following [CODE]<?php $doctypes = array( 1 => 'XHTML 1.0 Transitional', 2 => 'XHTML 1.0 Strict', 3 => 'HTML 4.01 Transitional', 4 => 'HTML 4.01 Strict' ); $tidylevels = array( 1 => … | |
CSS tips and tricks As integrators pave their way along their regular tasks of integrating what designers build, there are some regular things that they have to bear in mind, some of which are explicit but oh well, I thought it would be a good thing to write about the … | |
Takes an XML, XHTML, HTML, Javascript or CSS file and creates a pretty printing version. | |
hello, Please any one send me sample code,... 1)How to embed the flash movie in iframe using swfobject in javascript? 2)How to send parameters from Iframe loaded with flash to that flash movie? With regards, Eswaran Saravanan, University west, sweden. | |
I'm having a problem with a navigation map that uses javascript and CSS to shift a sprite. The sprite image is located at [url]www.eagleonedims.com/images/navmap.jpg[/url]. On each <li> rollover, I need the ENTIRE sprite shifted by 88px to account for the overlapping effect. The page in question is located at [url]www.eagleonedims.com/index2.php[/url]. … | |
I am classing this as a CSS problem because I don't know what else it could be. The problem is that when I insert links into a page, only the first one (or maybe the second as in the example below) is recognized as a link (ie the pointer turns … | |
| It is possible to compare background images of a pictureBox? This piece of code works?: [CODE] pictureBox8.BackgroundImage == pictureBox9.BackgroundImage [/CODE] I ask bcause apparently, if used as this: [CODE]if(pictureBox8.BackgroundImage == pictureBox9.BackgroundImage)[/CODE] the result of that IF sentence is always false |
I have a website whose homepage has 4 frames. 1 at top(horizontal) and 3 vertical below it. The middle vertical frame displays all the contents of pages when links in other frames are clicked. I have a link in top frame to logout the user when clicked. In this link's … | |
Hi, I am new in css and html, and trying to set up a page with a fixed size of a page. I basically set up a position of a table using this [CODE]<body> <div class="boxleft"> <select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select> </div> <div class="boxright"> <select> … | |
I am unsure how to describe this question, but I'll try my best. I am building a website in XHTML and have the text in a div over the background, which contains a box that I position the text in. Is there a way to get the box in the … | |
How do I make my website go to "/ " and not "/index.html"? | |
Ok I have been messing with a drop shadow effect for about an hour or so and have it working great! One thing is, my page content is not perfectly centered anymore. Not sure if this would be a real problem, as the page seems to render well, but I … | |
I got a HTML file. I wish to parse the content I need to a text file. How can I make use of The unix utility application that strips the HTML markup tags from the file’s content leaving just content text? Thanks for the advise! [B][U]Partial HTML file code[/U][/B] [CODE]<thead> … | |
Smart phone users, including iPad, iPhone and iPod Touch, will now be able to see more advertising on their phones thanks to a new interactive video ad player that automatically detects the user's device and switches it to HTML5 and the appropriate video required by that device. [ATTACH=right]16572[/ATTACH]The [URL="http://www.jivox.com/"]Jivox Interactive … | |
Hey guys, I cannot for the life of me figure this out. For some reason the footer and the header won't match in terms of color. I think it has something to do with the wrapper, but seriously this is annoying. They just won't match up, no matter what I … | |
Okay, I know. As a certified webmaster I should be able to figure this out. but... could someone please help me. I am trying to place some text to the right of navigation links, within the same div. here is the html [ICODE]<div id="navigation"> <ul> <li><a href="#">Welcome</a></li> <li><a href="#">About</a></li> <li><a … | |
I really hope someone can help me. this is mind boggling and driving me crazy! I'm busy with a site design and have a div with a background image on the page, that in essence falls inside a table that is on the master page. I've been trying to adjust … | |
I'm sure these are easy for someone but I am having problems with them. [b]Background Image Placement[/b] On this first problem, I have an image of some 36 point quote marks and I need to have next to the text. As my css manages this, it only happens when the … | |
hi, please help me to apply style to fileupload control in asp.net. can i change style? thanks jack | |
I want to allow people on my site to post html inks in the text box where they submit their articles. Here is the code for the text box: [CODE] <td width="75%" align="left" class="heading"> <textarea cols=75 name=article_summary rows=25 class=textarea style="overflow:hidden;"><?=$_POST["article_summary"];?></textarea> </td> </tr> <tr> <td colspan=2 bgcolor=white></td> </tr> <tr> <td colspan=2 … | |
hi, I have a simple website having russian content, but its not displaying right in website. I am using even following meta tags [CODE]<html lang="ru"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-language" content="ru"> [/CODE] But still question marks are there. Please help me regarding this issue thanks in advance | |
Hello, I am wondering to implement this logic. Any suggestion or help I have two iframes 1) iframe 1 is Navigation menu(loaded with flash menu). <iframe name=”menu”/> 2) iframe 2 is load the web page. <iframe name=”page_load”/> When I click the navigation menu the corresponding web page loaded. In one … | |
Hi all. I'm new to Javascript, and I want to ask about the best placement of the script tag. For example, I have an external Javascript called [B]test.js[/B], which assign event listener with addEventListener function. The question is, where should I put this [ICODE]<script type="text/javascript" src = "test.js" />[/ICODE]? I … | |
I'm converting a web site from frames to CSS. Is there a way to get external links to display in my CSS #bodycontent area instead of leaving my CSS website and replacing the display of my page? |
The End.