/    Sign up×
Community /Pin to ProfileBookmark

in css o form

is this meant to be in acc form or in the form itself the ones in [B](bold)[/B]

<form>
<fieldset align=[B]‘center’ style=’font-size:12pt;width:625px;padding:5px’>[/B]
<legend [B]style=’font-size:14pt;color:darkblue;padding:3px’>[/B] Choose a dog</legend>

<label>Select its size
<select name=”size”>
<option value=””> Choose</option>
<option value=”l”>Large/option>
<option value=”m”>Medium</option>
<option value=”s”>Small</option>
<option value=”d”>Any</option>
</select>
</label>

&nbsp;&nbsp

<label> Select its coat
<select name=”coat”>
<option value=””> Choose </option>
<option value=”s”>Short </option>
<option value=”l”>Long </option>
<option value=”d”>Any </option>
</select>
</label>

&nbsp;&nbsp

<label> Select its level
<select name=”energy”>
<option value=””> Choose </option>
<option value=”h”>High Energy </option>
<option value=”l”>Low Energy </option>
<option value=”d”>Any </option>
</select>
</label>

<br><br>

<label> Should the dog be good with children? Yes <input type=”radio” NAME=”child”> No <input type=”radio” NAME=”child” checked> </label>

<br><br>

<input type=”button” value=”Submit” onclick=”chooseDog(this.form)”>
&nbsp;&nbsp;
<INPUT TYPE=reset>
</fieldset>
</form>

<form>
<fieldset [B]align=’center’ style=’font-size:12pt;width:625px;padding:5px’[/B]>
<legend [B]style=’font-size:14pt;color:darkblue;padding:3px’[/B]>Matched Dogs</legend>
<select name=’matched’ onchange=”displayPhoto(this.value)”>
<option value=””> Select to View a Photo </option>
</select>
</fieldset>
</form>

</body>
</html>

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@KorApr 25.2006 — The last (from top to bottom and from left to right from embeded/external to local) style is used.

Thus for instance font-size:12pt is usless as it will be will be overrided by the next font-size:14pt
Copy linkTweet thisAlerts:
@d333muauthorApr 27.2006 — i have created the css, but is there anything that you can sow me that i could change on the form, because as i deleate the bolded codes, my form does not funcion properly, is there possible you could create a css file, for fot the whole form and i will change it, for instance where it is bold i need that changing and others,

as i am new to javascript i dont have a clueto this on the form, i have only created one css that is used on the form at the moment and it is only for the title

thank you
×

Success!

Help @d333mu spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...