![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'd like to customize my layout a bit more, but the S2 layers/styles documentation on LJ goes a bit (a bit, a lot, who's counting?) over my head. Does anyone know of a good tutorial I could use?
It doesn't seem to matter that the DT is what brought on my D/G love ... I kind of want to see it end Ginny/Tom. Is that wrong? I have my reasons.
It's never pretty when I go to Overstock.com, but this time, I walked away with Sports Night (complete series!), Roswell S2 (I didn't even know it was out -- I'm such a bad fan), and Friday Night Lights, as well as some other books.
It doesn't seem to matter that the DT is what brought on my D/G love ... I kind of want to see it end Ginny/Tom. Is that wrong? I have my reasons.
It's never pretty when I go to Overstock.com, but this time, I walked away with Sports Night (complete series!), Roswell S2 (I didn't even know it was out -- I'm such a bad fan), and Friday Night Lights, as well as some other books.
no subject
Date: 2004-10-01 03:04 am (UTC)<td width="40%" align ="right" valign="center">""";
# Then the entry related buttons
"""<div class="entryComments">
""";
# The easiest way to do this, which will work for all account types, is as follows, and will display actual buttons.
# I used to use the code following it, but ran into problems trying to figure out the logic to show the edit button on a community properly.
# If you'd like text instead of buttons, then you can remove the following line in blue, decomment the lines in pink,
# and edit as you see fit. Note that using the print_linkbar function will also add next and previous buttons when viewing using the EntryPage.
#$e->print_linkbar();
# Edit button : Only put up if the person viewing this entry wrote the entry
# I check that by checking whether the person looking at the page is the owner of the page, and the entry's poster is the page's owner.
# It puts Edit buttons on my entries, and entries that I post to communities that show on my friends page.
if (viewer_is_owner() and $e.poster.username==$p.journal.username) { """
<a href="$e.permalink_url" class="commentLinks">
<img src="http://geocities.com/tatertati28/link.txt (http://geocities.com/tatertati28/link.txt)" alt="Link" style="border: 0;" /></a>
<a href="http://www.livejournal.com/editjournal_do.bml?journal=$e.journal.username&itemid=$e.itemid (http://www.livejournal.com/editjournal_do.bml?journal=$e.journal.username&itemid=$e.itemid)">
<img border="0" width="22" height="20" alt="Edit Entry" src="http://stat.livejournal.com/img/btn_edit.gif (http://stat.livejournal.com/img/btn_edit.gif)" /></a>
""";
}"""
<a href="http://www.livejournal.com/tools/memadd.bml?journal=$e.journal.username&itemid=$e.itemid (http://www.livejournal.com/tools/memadd.bml?journal=$e.journal.username&itemid=$e.itemid)">
<img border="0" width="22" height="20" alt="Add to Memories" src="http://stat.livejournal.com/img/btn_memories.gif (http://stat.livejournal.com/img/btn_memories.gif)" /></a>
<a href="http://www.livejournal.com/tools/tellafriend.bml?journal=$e.journal.username&itemid=$e.itemid (http://www.livejournal.com/tools/tellafriend.bml?journal=$e.journal.username&itemid=$e.itemid)">
<img border="0" width="22" height="20" alt="Tell A Friend" src="http://stat.livejournal.com/img/btn_tellfriend.gif (http://stat.livejournal.com/img/btn_tellfriend.gif)" /></a>""";