HTML - Nooby ?
I hope this is the right place to post this.
Here is my question~ I want to send data from a radio button to another web page (apart of my web site), what kind of code do I need to learn to achieve this? Also, if this makes any sense, I want to take the code that I sent through a radio button and use that data for another function...I hope that I am as clear as possible... Thank you for responses in advance Similar TutorialsSo im on my way in building this gallery. Pleas look at it here. The problem is with IE (big suprise) In some weird way it wont place the pictures inside the designated place. AND .. i REALLY cant explain this one error, the first picture of the gallery.. and only the first one, IE displays is in a TILTED way?? I was like, huh??? Chrome and FF displaythe page in exactly the same way. The page isnt finished yet but on its way, I would like to see IE respond in a normal way for once.. thanks for reading! Hey Can someone please tell me how I can cushion the object on the right to the content in the center? I can't use fixed widths, since the width of the central content differs. If I remove 'float: right;' from .css, the object goes behind the central content. HTML: Code: <div class="breadcrumbs-container"> <div class="breadcrumbs-left"></div> <span class="breadcrumbs"> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <img src="{T_THEME_PATH}/images/breadcrumb_arrow.gif" width="8" height="9" alt=">" /> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a> <!-- END navlinks --> </span> <div class="breadcrumbs-right"></div> </div><!-- /breadcrumbs container --> CSS: Code: .breadcrumbs-container { background: transparent; margin: 0; padding: 0; height: 30px; width: 100%; } .breadcrumbs { background: url("{T_THEME_PATH}/images/breadcrumb-bg.png") repeat-x; height: 30px; float: left; vertical-align: middle; line-height: 30px; } .breadcrumbs-left { background: url("{T_THEME_PATH}/images/breadcrumb-bg-left.png") left no-repeat; width: 50px; height: 30px; float: left; } .breadcrumbs-right { background: url("{T_THEME_PATH}/images/breadcrumb-bg-right.png") right no-repeat; width: 50px; height: 30px; float: right; } Thanks so in the end of a form you normally have a submit button which sends it off to an email addy, but i want what the users put in the form fields to come up on their page instead i think this involves editing the FORM ACTION="" part, but dont know what to do if what i'm trying to do is confusing you, what i mean is there's a few drop down menus and comment boxs, they fill them in, click submit and what it would normally create to email someone comes up in an html page for them to see what they put |