Username: Password:   Forgot your password?
 
Forums
» View Categories » Coding Help & Templates » Making Authors Notes wider
Previous 30
Page of 1 Next 30

Member:68,363
Posts:50
Joined:1-19-2009
Seen:11-28-2009
Aug 16,`09 11:27pm | Quote |

Howdy.

Anybody have the code to make the Authors Notes writable area wider. I have my notes on a table (click my link to check it out) above the user comments section. I can make the table wider but I can't seem to make the box holding the text wide to match the table.

Any idea?

Thanks!

This post was last edited on Aug 16,`09 11:27pm

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,787
Joined:1-2-2006
Seen:11-28-2009
Aug 17,`09 12:13am | Quote |

This:
<!--[AUTHORS_NOTES=400]-->

Increase the value of that number

 
Member:68,363
Posts:50
Joined:1-19-2009
Seen:11-28-2009
Aug 17,`09 12:35am | Quote |

Thanks ozoneocean!

One other question:

What code do I need to make the font smaller in the author's notes and the comments section.

Thanks again in advance!

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,787
Joined:1-2-2006
Seen:11-28-2009
Aug 17,`09 2:29am | Quote |

There's no way I know to specifically change just that text. The only thing I do is set the CSS properties for all text on the page. This sort of thing between the <head> tags of your page:


<style type="text/css">
p,table,td {
font-family: verdana, arial, 'sans serif';
font-size: 11px;
color: #ffffff;
}
<?style>

 
Member:68,363
Posts:50
Joined:1-19-2009
Seen:11-28-2009
Aug 17,`09 10:59am | Quote |

Thanks! That worked... somewhat. The font changed but my background became white (instead of black) and now the background color command doesn't respond. It stays white no matter what. I pulled my code from one of the templates in this forum and adjusted it.

My original code and where I inserted the code you gave me:
**********************************************************************************
<HTML>
<HEAD>
<title>
<!--[COMIC_NAME]-->
:
<!--[PAGE_TITLE]-->
</title>
<meta name="robots" content="All,INDEX,FOLLOW">
<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=iso-8859-1'>
<link rel="stylesheet" type="text/css" href="http://www.drunkduck.com/gfx/css/global.css" />
<style type="text/css">
p,table,td {
font-family: verdana, arial, 'sans serif';
font-size: 11px;
color: #000000;
}
<?style>

</HEAD>


<!--background define-->

<BODY background="" bgcolor="#000000" bgproperties="fixed" LEFTMARGIN='0' TOPMARGIN='0' MARGINWIDTH='0' MARGINHEIGHT='0' VALIGN='TOP' ALIGN='CENTER'>


<!--Title graphic-->

<CENTER><!--[COMIC_NAME_IMAGE]--></CENTER>
<BR>
******************************************************************************************

Maybe I put the code in the wrong place?

Shoot, I wish I had a secret decoder ring.

This post was last edited on Aug 17,`09 11:04am

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,787
Joined:1-2-2006
Seen:11-28-2009
Aug 17,`09 11:59am | Quote |

Haha... Wierd.

Here's an error by me:

<?style>

That should be </style>

 
Member:68,363
Posts:50
Joined:1-19-2009
Seen:11-28-2009
Aug 17,`09 8:49pm | Quote |

Thanks again, OZ. That did the trick.


Previous 30
Page of 1 Next 30

 

Not Registered?
Signup for a FREE Account!


Registered users can:
Comment on comics!
Create their own comics!
Vote in polls and contests!
Use the forums!
   Latest News
   DD Cam (Now Featuring: DDBook)