help, once again.., sorry |
![]() ![]() |
help, once again.., sorry |
Jul 24 2005, 01:51 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2005 Member No: 166,249 |
Okay let's see if i can word this right....
Where the "comment" links are under my entrys I Have a gif. picture between them. I am wondering is there a way to change the picture i have now into a "wingding" picture? I want the N (which turns into a skull when you use wingding font). Is this possible I got the right size just don't know the code to change the font inbetween them. Much help would be appriciated. If im just not making sense, im sorry. :) Thank you. This is what it looks like now, and it's just not working: LASTN_TALK_READLINK<= <a href="%%urlread%%"><b> %%messagecount%% handprints </b></a><font size="20"><font="Wingding">N</font></font> <=LASTN_TALK_READLINK LASTN_OPT_ITEMS=>20 LASTN_TALK_LINKS<= <tr><td colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments" style="text-align: center"> [%%readlink%% <a href="%%urlpost%%">spank me</a>] </td></tr> <=LASTN_TALK_LINKS |
|
|
|
Jul 24 2005, 02:05 PM
Post
#2
|
|
![]() when we speak, we breathe ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,635 Joined: Jan 2005 Member No: 91,760 |
If you have css in your overrides, it won't let the font show.
try making a new class in the stylesheet in your GLOBAL_HEAD CODE .skull{ font-family: webding; font-size: 20px; color: 000000;} and then do CODE <span class="skull">N</span> See if that works. |
|
|
|
Jul 25 2005, 01:46 AM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2005 Member No: 166,249 |
QUOTE(jordanriane @ Jul 24 2005, 2:05 PM) If you have css in your overrides, it won't let the font show. try making a new class in the stylesheet in your GLOBAL_HEAD CODE .skull{ font-family: webding; font-size: 20px; color: 000000;} and then do CODE <span class="skull">N</span> See if that works. Well I tried and all i got was a uppercase N. Here's my whole code, I added it in there. CODE GLOBAL_HEAD<=
<title>i quit the band</title> <style type="text/css"> <!-- body, html, td, font, div, p { font-family:"Arial"; font-size: 8pt; line-height:11pt; text-align: center; } tt, pre { font-family: Arial; } a { text-decoration: none; } a:hover { text-decoration: underline; } .shadowed { font-size: 8pt; background: transparent; } .meta { font-size: 8pt; } .index { font-size: 8pt; } .caption, .index { color: #FF6699; } .skull{ font-family: wingding; font-size: 20px; color: 000000;} .<xx-a HREF=ssnowboarding is cool. > { font-size: 8pt; } </style> <style type="text/css"> <!-- { cursor: crosshair; } a:hover { cursor: crosshair; } --> </style> <style type="text/css"> <!-- /* change these numbers, must add up to 95% or less*/ table { width: 63%; margin-left:20%; margin-right:50%; border: 2px dashed black; } table table { width: 100%; margin:0; border:0; } table table table { width: auto; } body { scrollbar-base-color: white; scrollbar-track-color: white; scrollbar-face-color: white; scrollbar-highlight-color: white; scrollbar-3dlight-color: #FF6699; scrollbar-darkshadow-color: white; scrollbar-shadow-color: white; scrollbar-arrow-color: #FF6699; } table { border: 3px dotted #FF6699; } table table { border: 0; } a:hover{ cursor:crosshair; color: #6699FF; font-size: 11px; text-decoration:none; filter: linethrough; height:8; } --> </style> <style type="text/css"> <!-- table, tr, td, .shadowed { background: transparent; } --> <!-- body { background-color: white; background-image: url(); background-repeat: no-repeat; background-attachment: fixed; background-position:top center; } --> GLOBAL_HEAD<= <!-- GLOBAL_HEAD Override: End --> GLOBAL_HEAD<= <style type="text/css"> <!-- body { background-color: white; } div { background-image: url(http://img.photobucket.com/albums/v636/lilqirlracer/2104.jpg); background-repeat: no-repeat; background-position: top center; padding-top: 440; text-align: center; } div div { background: none; width: auto; height: auto; padding: 2; } div table { width: how large your banner is 30; } table { width: 60%; margin-left: 20%; margin-right: 20%; margin-top: 0% margin-bottom: 0% } table table { width: 100%; margin:0; } table table table { width: auto; } table { border: 2px dotted #FF6699; } table table { border: 0px dashed; } a:hover { color: #6699FF; font-weight: bold; text-decoration: underline; height: 0; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; font-color: #77C5AB; }--> </style> <=GLOBAL_HEAD LASTN_OPT_ITEMS=>20 LASTN_TALK_READLINK<= <a href="%%urlread%%"><b> %%messagecount%% handprints </b></a><span class="skull">N</span> <=LASTN_TALK_READLINK LASTN_TALK_LINKS<= <tr><td colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments" style="text-align: center"> [%%readlink%% <a href="%%urlpost%%">spank me</a>] </td></tr> <=LASTN_TALK_LINKS |
|
|
|
Jul 25 2005, 10:59 AM
Post
#4
|
|
![]() when we speak, we breathe ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,635 Joined: Jan 2005 Member No: 91,760 |
Make sure that the font name is correct.
Maybe it's wingdings? or something. I don't remember offhand. I get confused between webding(s) and wingding(s) |
|
|
|
![]() ![]() |