Hello, I have a web layout inside a table that allows it to be both vertically and horizontally aligned. It was working well in all browers, until I needed to make a div with a relative positioning. Now that div does not align vertically in IE6 and IE7. It works in other browers.
Hi Folks,
It is regarding the perl scripting.
I have an html file(many files) which contains the below line in the body tag.
Code:
<body>
<P><STRONG><FONT face="comic sans ms,cursive,sans-serif"><EM>Hello</EM></FONT></STRONG></P>
</body>
Now I want to read that html file through perl script and edit the html file by ch
I am new to perl scripting and i am trying to execute following code
#!/usr/bin/perl
$html = "Content-Type: text/html
<HTML>
<HEAD>
<TITLE>Hello World</TITLE>
</HEAD>
<BODY>
<H4>Hello World</H4>
<P>
Your IP Address is $ENV{REMOTE_ADDR}
<P>
<H5>Have a nice day</H5>
</BODY>
</HTML>";
print $html;
when i execute
I'm trying to present a simple message to the user in my mobile website.
I want the message size approximately will be the same on mobile devices with similar screen size, for example iPhone and Samsung Galaxy (android).
I read a lot of posts on this issue, and many recommended to use -webkit-text-size-adjust: 100% to make it happen.
I am trying to make basic app with angularjs and phonegap in android. But it doesn't seem to be working.
First: if acting separately, PHP's virtual() as well as Apache's mod_negotiation work fine. But I've got trouble when virtual() refers to a file which needs negotiation (e.g. Multi-Lang). Easiest explained using a simplified example:
In /texts/ I place two files: example.html (Content: <P>This is English</P>) and example.html.de (<P>Dies ist Deutsch</P>).
<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
<?php
class model //*programming based on fully MVC Structure///
{
public $text;
public function construct()
{
$this->text="He
I've been trying to get yast to connect to the internet for over a week now without any luck.
Hello,
i'm searching for a solution to this problem.
I have 2 files, the first one is like:
Code:
<HTML>
<HEAD>
<TITLE>{$String1}</TITLE>
</HEAD>
<BODY>
<P>{$String2}</P>
</BODY>
</HTML>
and the other one:
Code:
{$String1}; french
{$String2}; italian
{$String3}; english
...
{$StringN};
I have to substitute in the html file