Dreamweaver 8 help

Aug 2, 2009
31,526
1,506
0
Good bye machan
Machan Dreamweaver 8 eken web page ekaka image ekak udin text ekak danne kohomada?
Tawa css template ekaka <div class="something">
oya widiyata page ekata add karanna div style ekak create karana code ekak oone :rolleyes:
(Mata oone side content box ekak hadanna. Images walin box eka haduwata text enter karanna ba/danne na :no:)

Dreamweaver eka userfriendly na neda?:baffled: Mokakda hodama editor eka?
 

mmrizmy

Well-known member
  • Dec 11, 2006
    3,068
    1,390
    113
    Sri Lanka
    first create a division which contains your image, i mean add your image as the background image of the division, then you can type inside the division, if you want to style the text inside the division create a new class (Eg.imagetext) , and apply it to the text, or when you create the division add font styles and other stuff, if you want more info let me know,
     
    • Like
    Reactions: Djram
    Aug 2, 2009
    31,526
    1,506
    0
    Good bye machan
    first create a division which contains your image, i mean add your image as the background image of the division, then you can type inside the division, if you want to style the text inside the division create a new class (Eg.imagetext) , and apply it to the text, or when you create the division add font styles and other stuff, if you want more info let me know,

    Gr8 mcn. Thanks
    How do I add a division? Can u plz explain that briefly. Thanks in advance :yes:
     

    mmrizmy

    Well-known member
  • Dec 11, 2006
    3,068
    1,390
    113
    Sri Lanka
    <div id="image_container"> </div>

    thats how you create the division. then you have to add a background image for the division, you have to do it with css,

    i think you can understand right,
    also creating a division with DW8 is really easy, there will be a button to create a division,
     
    • Like
    Reactions: පැටියා

    mmrizmy

    Well-known member
  • Dec 11, 2006
    3,068
    1,390
    113
    Sri Lanka
    then add a css code, as follows,

    .image_container {
    backgroundimage:************;
    width:***;
    height:***;
    float:left;
    margin:auto;}