Reply
css in Dreamweaver 2004.
Old 05-23-2004, 05:09 AM css in Dreamweaver 2004.
Experienced Talker

Posts: 39
I am using Dreamweaver 2004. I want to centre my layout, centre an image in css. Can I do this though Dreamweaver css options or do I just insert the code? Also I want to set the default text – I set it to the TD tag, is this correct?
AlanM is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 05-23-2004, 07:11 AM
praveen's Avatar
Life is a Dream

Latest Blog Post:
13 Movies
Posts: 3,565
Location: in a distant land far away from reality
to centre a layout. it depends on whether you are using a table based layout or a DIV based one..

2 . yes, u can centre an image using css.. but u need to give it an id and then do it.


default text - use template feature to set the default text in the areas u want.
__________________
Praveen
Web Tools - Smilies - Celebs - Bookmarks - Indian Food - Create a Poll

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Old 05-23-2004, 09:51 AM
TheX's Avatar
Skilled Talker

Posts: 99
Location: NYC
so many CSS newbies on this forum.

You can center the layout as such. Remember, CSS cascades so the child containers inherit the properties of the parent in most cases.

CSS:
Code:
body {
text-align: center;
}
Now make your next container set with the margins as auto and wa-la. The entire page will center. Comrpende? If you don't understand, look at my home page.
TheX is offline
Reply With Quote
View Public Profile Visit TheX's homepage!
 
Reply     « Reply to css in Dreamweaver 2004.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11546 seconds with 13 queries