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 #72.7K
~206 People Reached
About Me

http://www.joejiko.com

Interests
art, tech
Favorite Forums
Favorite Tags
Member Avatar for Alexancho

I am creating website using CSS. It must be something like this: [url]http://webdesign-gold.awardspace.biz/model_1.html[/url] A picture of a header(fuchsia) is made from many small fragments. The same with a navigation bar(green). To perform this task i used absolute positioning for these fragments. So, actually i need everything in this website to …

Member Avatar for MidiMagic
0
122
Member Avatar for Chad Gary

[CODE]<?php if (isset($_POST['submit'])) { $id2 = $_POST['credential_category']; $form = '<form action="' . $_SERVER['PHP_SELF'] . '>"' . 'method="post">'; $form .= '<p> Please Enter Your Credential</p><br/>'; $form .= '<label>Credential:</label><br/>'; $form .= '<input type="text"' . 'name="credential"' . 'size="40">' . '<br/><br/>'; $form .= '<input name="submit2"' . 'type="submit"' . 'value="Submit" />'; $form .= '</form>'; } …

Member Avatar for Spine
0
84