I used image ready cs2 and I have two problems with it...
1) When I export the page it is not flush to the left and top. In other words the main page spacing tag contains values where I whant it to say 0 so that I don't need to alter the html manualy everytime I alter the site through ImageReady Cs2. I need this stile to apear by image ready when I save optimized. It should say:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head
In other words I'm asking how to acces the page head (properties) in image ready for the second problem is revelant.
2) I need to add a BG within the index that is previewd as tile. I am able to once again add to the above with: \\\background-image: url(BGIMAGEHERE);/// in the <Style> tag but that is just a waste of time to do every time I altered the page again.
How Do I alter/add html content in image ready within (what would be considered) <head> tag or Page properties.
1) When I export the page it is not flush to the left and top. In other words the main page spacing tag contains values where I whant it to say 0 so that I don't need to alter the html manualy everytime I alter the site through ImageReady Cs2. I need this stile to apear by image ready when I save optimized. It should say:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head
In other words I'm asking how to acces the page head (properties) in image ready for the second problem is revelant.
2) I need to add a BG within the index that is previewd as tile. I am able to once again add to the above with: \\\background-image: url(BGIMAGEHERE);/// in the <Style> tag but that is just a waste of time to do every time I altered the page again.
How Do I alter/add html content in image ready within (what would be considered) <head> tag or Page properties.