Two Problems

Jun 30, 2006 20:49

On my current layout, I'm using Flexible Squares, as well as a CSS and themelayer. So I'm not a complete noob, but... I'm still pretty stupid. At least as far as the two things I want to do, and can't seem to figure out how. (For reference, if necessary, my CSS file can be viewed here, and my theme layer can be viewed below). ( My coding. )

Leave a comment

Comments 6

ex_uniquewo July 1 2006, 09:03:45 UTC
Your Theme layer is not viewable. This entry will tell you how to make it viewable.

Reply

laurasue July 2 2006, 02:24:31 UTC
I'm sorry! I've fixed it now.

Reply

ex_uniquewo July 3 2006, 08:09:13 UTC
1. In function print_entry, spot:

# Currents
var string currents ="";
$e->print_metadata();

And turn it into:
# Currents
var string currents ="";
"""

""";
$e->print_metadata();

2. Still in function print_entry, spot:

else
{
if (defined $e.userpic)
{
$userpic = $userpic + """

... )

Reply

laurasue July 3 2006, 10:26:31 UTC
Thank you so much! Perfect!!

Reply


quintessenceanx July 9 2006, 02:14:29 UTC
You managed to do what I have been trying to do on your LJ. I have been trying to make my comments page along the same theme as my s1 code. Did you have to create style sheets to do that?

Reply


Leave a comment

Up