Title Menu Bar, Borders around the title bar menu |
![]() ![]() |
Title Menu Bar, Borders around the title bar menu |
Nov 25 2004, 12:37 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 289 Joined: Jun 2004 Member No: 24,564 |
I want to make my title bar text where it has HERNAMEISVICTORIA SUSCRIPTIONS BLOGRINGS, etc to hgave border just like my date script, can somebody please help me?
|
|
|
|
Nov 25 2004, 03:38 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url (URLHERE); background-color: #008000; font: bold 10px mini; text-transform: lowercaps; color: #B9F2B8; border: none; } </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |