1 coldhart Mar 25, 2008 04:02
3 john Mar 25, 2008 06:27
I suggest you wait till Afwas comes along.
He created the skin and should be able to get you srted.
4 afwas Mar 25, 2008 07:41
Hi coldhart,
It 's kinda hard to give you one answer that will work, so I give you a few leads to check.
1) The red part in the code above, change that to:
<div id="content" class="widecolumn">
I may be mistaken, but that alone may solve the issue.
THe alignment of the text is caused by the fact that there is no alignment at all, so it falls back to default, which is stylesheet.css (line 198):
body {
text-align:center;
}
This is caused by the fact that the comment text is not embedded in a <p> tag. This is from the sorce of the popup box:
<div class="bCommentText">
The new software has e-mail automatically enabled on your profile. If you do not want this freature
I don 't know why the <p> tag is lacking, that may be more obvious if you check the source of the popup.
To conclude a tip. If you change skins you may want to reload the skin in Global settings -> Skins. If you change the /rsc/ files you may want to clear the cache in Tools -> Misc -> Delete prerendered item cache.
Good luck
5 coldhart Mar 25, 2008 13:32
I changed the default align to left (body line 198) and it seemed to do the trick for the popup and has not affected anything else.
Also - thanks for the refresh/reload tip - On previous installs (9.X) there was no need to refresh. I hadn't noticed that reload and was actually reinstalling my skins each time I made changes :oops:
6 afwas Mar 25, 2008 13:46
Hi coldhart,
The text is centered in the body for IE6 and older browsers. So do check how your blog looks in them.
Good luck
7 amoun Apr 10, 2008 04:51
Hi Afwas
I had to put
<div class="clear"></div>
at line 88 in <page.php> like at line 138 in <single.main.php> at line 138.
Without it the feedback block was up and to the left.
Thanks