Text Gadget CSS?
-
Hi,
I have a simple question. Can i write CSS code into a Text Gadget? Any answers will be appreciated.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
You mean a text widget? Yes, you can use inline CSS in a text widget, but it will only affect the stuff in the text widget. Inline CSS would look something like this for a paragraph of text.
<p style="font-family: Verdana; color: #CC0000; line-height: 15px;">Paragraph text here</p>You can also use inline CSS for images as well and it goes in the img src tag.
-
-
- The topic ‘Text Gadget CSS?’ is closed to new replies.