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
~776 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Member #36984

[QUOTE=Electrohead04]You're right... Also, it ensures cross-browser compatible web pages :D Although validating can be boring, i think it is very important... Without it, those not using IE might have a very hard time on the web[/QUOTE] I haven't bothered to switch to XHTML yet because I don't see a need …

Member Avatar for MidiMagic
0
312
Member Avatar for randallj2877

I've got some CSS issues with the following page: [COLOR=Red]url removed[/COLOR]. In IE: 1) Extra [I]dark grey [/I] space at the top and bottom of text boxes on the right...need to get rid of this space, and make it look like it does in Firefox... 2) Need to get the …

Member Avatar for randallj2877
0
100
Member Avatar for hbmarar

[QUOTE=ProFreelance] Because you cannot change the client's outlook options, you will probally need to provide both a plaintext version of your e-mail, as well as a HTML version.[/QUOTE] Agreed. You should ALWAYS include a text version of your HTML e-mails, so that the recipient's mail application can revert to the …

Member Avatar for randallj2877
0
149
Member Avatar for ashneet

you need to use the GET method to define variables and send them to another page via a URL. For example: [HTML]<a href="next_page.php?first_variable=5&second_variable=3" onClick="window.open('http://www.yourdomain.com/next_page.php?first_variable=5&second_variable=3', '', 'height=720,width=520,toolbar=no,menubar=no,scroolbar=no,resizable=no,location=no,directories=no,status=no'); return false;">Item Description Click Here</a>[/HTML] Your variable assignments come after the ? in the URL and are separated by &'s.... Then, on next_page.php, invoke …

Member Avatar for Killer_Typo
0
215

The End.