Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] widget titles format changing to match above (http://forum.bytesforall.com/showthread.php?t=9290)

talynndar Aug 30, 2010 05:21 PM

[SOLVED] widget titles format changing to match above
 
I sometimes use text widgets and sometimes html in the widget

the challenge I am having is often if the last line of html in the widget is a small font, in the next widget the header takes on the attributes of the html of the last line is in previous widget

lmilesw Aug 30, 2010 07:05 PM

Could you post an example of the code that is in the top widget that is affecting the next widget?

talynndar Aug 30, 2010 08:18 PM

Text WIdget A has a bunch of html ending in this

<BR>
<font size="1.75">Billed Discretely as:<BR>Total Information Systems LLC<br><font size="1.75"><i>
Please have Credit Card <BR>ready before calling <br></I>
<font size="2.5"><a title="online billing" href="http://myblogname.com/online-billing" target="_blank">Click here for more details</a><BR><BR>

WIdget B The Title on next Widget is now at 2.5 font



I can handcode the title in the html at the end, but then if/when i move widgets around I have to hand code again

this is just one example

lmilesw Aug 30, 2010 08:36 PM

You have to close the font tags with </font> as below.

HTML Code:

<BR>
<font size="1.75">Billed Discretely as:<BR>Total Information Systems LLC</font><br>
<font size="1.75"><i>Please have Credit Card <BR>ready before calling <br></i></font>
<font size="2.5"><a title="online billing"  href="http://myblogname.com/online-billing" target="_blank">Click  here for more details</a></font><BR><BR>


talynndar Aug 30, 2010 08:49 PM

sloppy coding on my part :)

thanks!!!

lmilesw Aug 30, 2010 09:39 PM

You might also want to start getting away from font tags as they are deprecated.


All times are GMT -6. The time now is 02:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.