View Single Post
Old 12-01-2016, 04:05 AM   #4
ralphiedee
Zealot
ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.ralphiedee is no ebook tyro.
 
Posts: 125
Karma: 1370
Join Date: Mar 2012
Device: none
Hmm, A little confused, this code
._idgenobjectattribute1 {
height: 88px;
line-height: 1.2;
width: 88px
}
is in the css stylesheet

I changed it to

._idgenobjectattribute1 {
width : 15%;
height : auto;
}

nothing happened, are you referring to add this to the xhtml code for the actual image?

sample is here

<div class="_idgenobjectlayout">
<div class="jarvis-box" id="_idContainer001">
<img alt="Jarvis Circle 4OrigSize" src="../Images/Jarvis%20Circle%204OrigSize.png" style="font-size: 0.75em;" /><br class="calibre2" />
</div>

??????
ralphiedee is offline   Reply With Quote