Page 2 of 2
Posted: Sat Oct 29, 2005 12:22 am
by Guest
no.. I haven't please reply, this is the code I put into my html nugget.
Code: Select all
<h3 class="serendipitySideBarTitle serendipity_html_nugget_plugin"> Aboutme<br /><b></b></h3><br />
<b>Name:</b> Karan<br />
<b>Gender:</b> Guy<br />
<b>Country:</b> NZ<br />
<b>Birthday:</b> 18/09/87<br />
<b>Picture:</b> Not <a target="_blank" onclick="popup=window.open('aboutme.html', 'photo', 'height=478,width=438,scrollbars=no,statusbar=no,resizable=yes'); return false" href="aboutme.html">available</a>
<br />
<b>Email:</b> <a href="mailto:karan@karan.net.nz">karan@karan.net.nz</a>
Posted: Sat Oct 29, 2005 12:42 am
by Guest
its actually not the html nugget in my case, its the shoutbox. What can I do?
Posted: Sat Oct 29, 2005 12:53 am
by Guest
some themes do it and some themes don't. I think it has something to do with when u have a msg longer than 120 characters...
I don't know.
Posted: Sun Oct 30, 2005 12:58 pm
by garvinhicking
Yes, it can happen that certain templates have a narrow sidebar. Currently your site looks okay?
Regards,
Garvin
Posted: Tue Nov 01, 2005 9:48 pm
by Guest
yeah it looks ok, but I want to use the codeschieme sidebar... how can I fix the theme so that this doesn't happen?
Posted: Thu Nov 03, 2005 9:34 am
by garvinhicking
If you change the HTML code you enter:
Code: Select all
<h3 class="serendipitySideBarTitle serendipity_html_nugget_plugin"> Aboutme<br /><b></b></h3><br />
<b>Name:</b> Karan<br />
<b>Gender:</b> Guy<br />
<b>Country:</b> NZ<br />
<b>Birthday:</b> 18/09/87<br />
<b>Picture:</b> Not <a target="_blank" onclick="popup=window.open('aboutme.html', 'photo', 'height=478,width=438,scrollbars=no,statusbar=no,resizable=yes'); return false" href="aboutme.html">available</a>
<br />
<b>Email:</b> <a href="mailto:karan@karan.net.nz">karan@karan.net.nz</a>
Remove the first <h3>...</h3> tag, this is destroying the layout of certain templates. The title is already entered in the HTML nugget itself, so you don'T need to enter it inside the content...
HTH,
Garvin
Posted: Fri Nov 04, 2005 6:03 am
by Guest
yeah I did that shortly after posting that, but as i've already said the problem is not with the html nugget, its witht he shoutbox.
It also only started occuring (not everytime, but one in every five say..) when I got a msg that exceeded 120 characters. So I increased max to 300, but this didn't seem to solve the problem. Again, this only happens with some themes.. not all.
Posted: Fri Nov 04, 2005 11:35 am
by garvinhicking
Yeah, that's a thing you can fix via CSS. Do you have a URL where the error appears?
Regards,
Garvin