hello,
i am trying to use the switch content script as a menu and would like to single space the text. I have searched the code and tried inline and embedded css and cannot get it to view singlespaced, any ideas?
thanks
b
hello,
i am trying to use the switch content script as a menu and would like to single space the text. I have searched the code and tried inline and embedded css and cannot get it to view singlespaced, any ideas?
thanks
b
I assume you are referring to the spaces between lines. Using the example of this script on the demo page, add this style section to the head of the page:
and add a line break after every </h3> tag, so they all look like this:Code:<style type="text/css"> h3 { display:inline; } </style>
Works here!Code:</h3><br>
For future reference:
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
PLEASE: Include the URL to your problematic webpage that you want help with.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks