Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
93% Quality Score
Upvotes Received
16
Posts with Upvotes
14
Upvoting Members
14
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
0 Endorsements
Ranked #585
~37.1K People Reached
About Me

A fifties-something empty nester who codes Perl for fun and (not so much) profit.

Interests
Gardening, writing.
PC Specs
Workbed computer - ASUS running Win 7 with Apache 2.23Traveling machine - Asus laptop with Win 7
Favorite Tags
Member Avatar for DSLKeper

I am new to code writing. How do I make it so this page stays centered in web browsers? What HTML code do I add and where? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Direct Selling Rumors & Gossip</title> </head> <body bgcolor="066082"> <TABLE align="center" class="" …

Member Avatar for Purvi_1
0
457
Member Avatar for Troggs

So, i've made my HTML file, checked it, it all works just so fine. But how can I make it look "good" ? I mean, i can't find a way to make these things work out. Here's my code: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" …

Member Avatar for Purvi_1
0
339
Member Avatar for Dandello

This: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$abbr_lang" lang="$abbr_lang"> <head> <title>$linktitle</title> <meta http-equiv="Content-Type" content="text/html; charset=$yymycharset" /> <link rel="stylesheet" href="$yyhtml_root/Templates/Forum/$usestyle.css" type="text/css" /> <script type="text/javascript"> function insertHyperlink() { window.opener.document.getElementById('wysmessage').contentWindow.focus(); var theLinktype = '$linkttext'; var mylink = document.getElementById('url').value; var theLink = theLinktype + mylink; window.opener.document.getElementById('wysmessage').contentWindow.document.execCommand("Unlink", false, null); window.opener.document.getElementById('wysmessage').contentWindow.document.execCommand("CreateLink", false, …

0
92
Member Avatar for McLaren

hello, [CODE] <div> <div class="floatLeft"></div> <div class="center"></div> <div class="floatRight"></div> </div> [/CODE] The question is - how do I make the div with class "center" actually in the center. Those 3 divs doesn't take all the width available. Another divs are floated as class name says.Or should I use different technique?

Member Avatar for clintmannar
0
3K
Member Avatar for sazbaztaz

Hello, I found a PERL script in my root directory (public_html) and I have no idea who uploaded it and how. I know this itself is a concern to me but what I really need to know is what this script can do in worst case scenario. It was on …

Member Avatar for TerraBlade
0
995
Member Avatar for cmaheshwari16

Hi all, I am giving the href to give a link to a file. The problem is that in IE it opens the text files in the same browser, but in mozilla it works fine(gives prompt of save as option). I want the same functionality for IE also, searching Google …

Member Avatar for almostbob
0
708
Member Avatar for Dandello

I'm not sure if this is the place for this, but no place else seemed to fit. I have a project that has gotten to the point of needing more rigorous version control as I am hoping to add more people to the project. I managed to get TortoiseSVN running …

Member Avatar for Ezzaral
0
250
Member Avatar for millsy007

Hi I have an excel spreadsheet I want to query online where a use inputs parameters and the relevant data is then shown, what is the best method/tools for going about this? Thanks

Member Avatar for Dandello
0
528
Member Avatar for Xufyan

I have a form having two radio buttons and one heading, [CODE]<form name="f1" method="POST" action="<?php echo $PHP_SELF;?>"> Family filter: <ul> <li><input type="radio" name="r1" value="o" onclick="submit();">On</li> <li><input type="radio" name="r1" value="p" onclick="submit();">Off</li> </ul> </form> </div> [/CODE] CSS, [CODE]#filterbox {border-radius:8px; width:208px; margin-bottom:15px; background-color:#e1f6fa;} #filterbox ul{margin: 0; padding: 0; list-style-type: none;} #filterbox ul li …

Member Avatar for dipeshbeckham
0
613
Member Avatar for Virangya

hi, how to display a div on top off all the other content? i tried [ICODE]style=" position:relative; left:0px; top:0px; z-index:100;"[/ICODE] which didn't work, then when i used position:absolute; it worked but, it displays in a totaly in appropriate position because of position:absolute . how can i make this happen? when …

Member Avatar for Virangya
0
1K
Member Avatar for jahanas

I am converting a Photoshop image to HTML and need the images to show but the text not to and I see both. I also only see the image when placed in HTML and not when in CSS.

Member Avatar for Dandello
0
140
Member Avatar for mits28

can you please tell me some books and sites for reference...i want to learn HTML and web designing..from basics to higher level..so that i could design website

Member Avatar for jonywags
0
227
Member Avatar for klemme

I am designing a webshop which has a table layout. My problem is that i have created rounded corners using css, and it works fine in all other browsers than IE. Normally when i design, using divs as layout base, the css rounded corners display just fine, also in IE. …

Member Avatar for Dandello
0
137
Member Avatar for limonzmn

Could you tell me where I get effective video tutorial for html learning.

Member Avatar for rotten69
0
198
Member Avatar for tqmd1

Dear Sir, I have following codes [CODE]<html> <style type="text/css"> html { padding:0;margin:0 auto; } body { padding:0;margin:0 auto; } #content { position:absolute; width:500px;height:600px; color:red;background:#e3eeff; padding:10px;border:1px solid green; } #div_left { position:absolute; width:200px;height:400px;left:20px;top:20px; color:yellow;background:#e3eeff; padding:10px;border:1px solid orange; } #div_right { position:absolute; width:200px;height:400px;left:250px;top:20px; color:red;background:#e3eeff; padding:10px;border:1px solid blue; } </style> <body> <div id="content"> …

Member Avatar for ba3ati
0
153
Member Avatar for veledrom

Hi, I have code below and want to modify it in order to place all the images to the edges of div. The problem is, I cannot align bottom images correctly however top edge images are fine. It should be cross browser compatible though. Thanks in advance [code] <style> #imgleftttop{ …

Member Avatar for richardtj
0
154
Member Avatar for cossay

I have the following CSS. This works fine but not in IE and Opera. [CODE] #content { position: absolute; left: 0; right: 0; min-width: 750px; max-width: 1100px; min-height: 700px; margin-left: auto; margin-right: auto; background-color: #FFF; top: 150px; } [/CODE]

Member Avatar for Dandello
0
99
Member Avatar for sandeepau

Can someone help me on perl script for "how to sort flat file on third field & stored sorted output in the output flat file"? In this example - I have input file with unique key column (third field)& I want sorted output get stored in the output file. e.g. …

Member Avatar for sandeepau
0
859
Member Avatar for meowbits

Hello, I am working on a simple website for a class. So far I have most of the layout finished. There is one problem that I have run into and am unsure of how to solve. The "feedback" image gets pushed to a new line when I open my webpages …

Member Avatar for Dandello
0
126
Member Avatar for saurabh2007

This is a simple question but since I am having problems with it, I am asking it here. I have a div inside a file called head.php in my index.php, when i do <? include ("head.php"); ?> and then do something like <div style="margin:0 auto; width:900px"></div> it shows the two …

Member Avatar for saurabh2007
0
116
Member Avatar for ssdeep

how do i read input from a file into a 2D array, the file is in the format.. 5 6 101010 101010 101010 101010 101010 where 5 denotes 5 rows and 6 denotes 6 columns.I need to read it all into a 2D array but With one major requirement the …

Member Avatar for Dandello
0
176
Member Avatar for code07

i need help.i want convert xml file to css file.following code how to write with css i need some site and how to do this code in data.css <?xml version="1.0"?> <Table> <Name> <person>Pahanperera</person> <person>SenaiSatharasinghe</person> <person>WarunaWikramage</person> <person>AshaniAbeysinghe</person> <person>MohanMunasinghe</person> </Name> <NicNo> <include>892650718V</include> <include>915623542V</include> <include>841521452V</include> <include>865153125V</include> <include>872360123V</include> </NicNo> <Age> <in>22</in> <in>20</in> <in>27</in> <in>25</in> …

Member Avatar for Dandello
0
84
Member Avatar for ssdeep

i want to be able to treat contents of a file as an array and traverse through it that way without having to store them in an array,can i do that?if so how?

Member Avatar for Dandello
0
235
Member Avatar for kimmi_baby

Hi, I'm looking for a great tutorial that shows how to create a HTML/PHP form that emails once it has been submit. Any help would be appreciated! I'm also using a PHP includes. The contact form is in there. Am i still able to get the contact form to work?

Member Avatar for Dandello
0
47
Member Avatar for luweegee
Member Avatar for Stjerne

Hi, I'm doing a project right now where we're going to develope a website. I'm responsible for the design/CSS. [url]http://www.stud.hio.no/~s181104/test/index.html[/url] This is what I've done so far, but there seems to be some bugs. Whenever I zoom out, the footer wont be sticked at the bottom of site and the …

Member Avatar for Dandello
0
77
Member Avatar for lsvife

could anyone help why hover doesnt work on some of my link. below is my code! thnks in advance!!! [ICODE]a:link {color:#FF0000;} a:visited {color:#00FF00;} a:hover {text-decoration: underline;} a:active {color:#0000FF;}[/ICODE]

Member Avatar for Dandello
0
112
Member Avatar for lukemaister

Hi All, I have lately encountered quite a few problems with the problem I'm about to describe. I think it would be good for all of us to know the solutions if anytime we encounter this problem. I know my content is larger than the screen and I have a …

Member Avatar for Dandello
0
111
Member Avatar for FALL3N

hey.. I recently learned a bit of Perl, and I want to test it out on the net... I was/am under the impression that a perl script can be embedded into HTML, but I am have trouble with that. I searched it but I came up with several methods, none …

Member Avatar for Dandello
0
182
Member Avatar for veledrom

Hi, How can I use an hyperlink as a submit button? I need to use hover property. [CODE]<a href="#" title="Next"><img src="next.png" alt="Next" /></a>[/CODE] I've found this code but [U]I cannot use hover to change the image[/U] when mouse over: [CODE]<FORM METHOD="POST" ACTION="whatever.php"> <INPUT TYPE="image" SRC="submit.gif" WIDTH="30" HEIGHT="30" BORDER="0" ALT="SUBMIT"> </FORM>[/CODE] …

Member Avatar for Dandello
0
80