This should do it .. If you need any explaination about certain parts let me know :)

Sorry for its crapness but it's a bit rushed !

HTH

Stephen :�)

<style>

body, input
{
        font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
}


.FormTitle
{
        display: block;
        width: 80px;
        
        float: left;
        height: 22px;
        padding-top: 2px;
}

.FormValue
{
        padding-top: 2px;
        border: solid 1px #000;
        margin-top: 1px;
        padding-left: 3px;
        height: 20px;
}

br {
        clear: left;
}

</style>


-----Original Message-----
From: Stephen Pope 
Sent: 14 June 2004 15:36
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] OT: CSS question

Here you go !

<div class="FormHolder">
        <label class="FormTitle" for="name">Name:</label>
        <input size="60" class="FormValue" id="name" name="name"
value=""/><br/>

        <label class="FormTitle" for="name">Size of Cat:</label>
        <input size="60" class="FormValue" id="size_of_cat" name="name"
value=""/><br/>
</div>

CSS to follow in a minute ! (one step at a time lol)

Regards

Stephen

-----Original Message-----
From: Paul Johnston [mailto:[EMAIL PROTECTED]
Sent: 14 June 2004 15:30
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] OT: CSS question

[EMAIL PROTECTED] wrote:

>Sorry should have come up with a sensible answer.  (Too passionate 
>about England sorry...)
>
>Try using MX2004 as it does loads of messing about for you. Have a look

>at the css examples that come with it.
>I think you can download an evaluation version that might help you with

>your problem
>
>Regards - Paul
>  
>

Ok... let's just say that I have *never* been very impressed with the cross-platform 
nature of the DW CSS that is produced (and let's face it... I'd rather understand 
*why* something works than "it just works").

Anyone have a non-DWMX 2004 suggestion as far as the CSS goes?

Paul

PS Anyone notice how the two main idiots... I mean cock-up merchants were both from 
Liverpool?  I know Heskey's now at Birmingham (tee hee) and all, but he was a 
Liverpool player for a long time.  Anyone thought that that may be why Liverpool are 
no good?

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]


--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]


--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to