Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for NewOrder

You can use CSS instead.[CODE]<body style="background-image:url('source'); background-repeat:no-repeat;">[/CODE]

Member Avatar for SaintThomas
0
172
Member Avatar for ixAndyix

I have not seen your website though. Try keeping all the contents inside the table giving fixed width.

Member Avatar for rajbdilip
0
230
Member Avatar for rajbdilip

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 …

Member Avatar for rajbdilip
0
116
Member Avatar for NewOrder
Member Avatar for NewOrder
0
202
Member Avatar for rajbdilip

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'; …

Member Avatar for rajbdilip
0
154
Member Avatar for Member #578978

[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 …

Member Avatar for Member #578978
0
266

The End.