Problems w/styles

My organization is using Dreamweaver 8 to style my site. We’ve 2 cells from a table with text in both of them. I applied a style towards the first cell. Next time i highlight the contents of the 2nd cell and make an effort to apply a specific style to prospects contents, the contents automatically change towards the syle that is placed on the FIRST personal. Can anyone tell me what My organization is doing wrong (I feel pretty new to the, inc. CSS)

You have to give us a link aimed at your web so we can easily see it in activity.

But if just what exactly you’re experiencing is a Dreamweaver alter problem,
Make sure you get out on the WYSIWYG mode and start the mode
where you will edit the Html document using Notepad, or even whatever simple
text message editor Dreamweaver makes use of.

You truly should not be using < table> s in any way.

Replicate this really very simple example into a person’s Dreamweaver editor…

Code:
< html>
< head> < title> Our Site< /title>
< style>
code, body
margin: 0px automotive;

#content
width: 800px;
line: 1px solid #777;

#left
thickness: 300px;
padding: 40px;
float: left;
border: 1px reliable #777;

#right
support: 40px;
float: eventually left;
border: 1px reliable #777;

< /style>
< /head>
< body>
< div id=" content" >

< div id=" left" >
This is the left panel
< /div>

< div id=" right" >
This is the right panel
< /div>

< /div>
< /body>
< /html>

dont complete a cell… but have COUPLE OF seperate tables sideways… then you provide different properties at them

I accept mlseim you really should not be using tables by any means. Do some reasearch with CSS. Practice, hand code youre site might learn a good deal. Do not utilize Dreamweaver. Here’s a good site you should utilize to learn CSS and actually be able to use it.

http: //www. w3schools. com/css/default. asp

regards

If you have Dreamweaver, use the particular code edit style, not the WYSIWYG mode.

Code it manually, but use Dreamweaver since the editor, your FTP connection,
plus file organization.

I accept Frank – spending a long time with CSS might help out allot – sites never appear correctly in Dreamweaver — and keeping a person’s style. css file separate from your page helps out very much with cleaning things up – I’d personally use a brilliant txt editor just like txtpad – in your css and move between the 2 main while previewing ones work.

I started when you go to sites like http: //www. csszengarden. com – made it easier for me out very much

godspeed,

Markus.. .

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *