No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
You can use CSS instead.[CODE]<body style="background-image:url('source'); background-repeat:no-repeat;">[/CODE]
I have not seen your website though. Try keeping all the contents inside the table giving fixed width.
I have a link at a page. It has a email form that sends an email to my address. I want to thank sender. I'm redirecting to another page that thanks the user. But i want a thank notification to be displayed in the same page with close option. Please …
You can use CSS instead. [CODE]<img src="source" style="float:left;">your text here![/CODE]
Hello. I have a form in my website that I want to hide at page load. But after the page load, there remains empty space. The form is inside the table. So, I tried resizing table with following code. But its not working. [CODE] <script type="text/javascript"> function HideForm() { document.getElementById('emf-form').style.visibility='hidden'; …
[CODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> </head> <body> <script LANGUAGE="JavaScript"> function showHideTable() { var control=document.getElementById('showHide'); var control2=document.getElementById('TableShowHide'); if (control2.style.visibility == "hidden") { control2.style.visibility == "visible"; contorl.src="Hide Table.bmp"; } else { control2.style.visibility == "hidden"; contorl.src="Show Table.bmp"; } } </script> <img id="showHide" src="Hide Table.bmp" onclick="showHideTable()"> <table …
The End.
rajbdilip