View Full Version: tables

BookObsessed > Feedback, Suggestions, & Problems > tables



Title: tables
Description: not really a problem but ...


needmorezoloft - April 10, 2007 05:19 PM (GMT)
Ok, I can't figure this out. I know the html to do it, but I can't make it work... I want to do a table in my siggy.. so that its not all stacked... I tried...

CODE

[TABLE]
[tr]
[td]
[IMG]http://i38.photobucket.com/albums/e142/needmorezoloft/forum/zoloft_01_01.gif[/IMG]
[URL=http://www.bookcrossing.com/mybookshelf/needmorezoloft][IMG]http://i38.photobucket.com/albums/e142/needmorezoloft/forum/zoloft_01_02.gif[/IMG][/URL][URL=http://bcwish.cliff1976.net/needmorezoloft/][IMG]http://i38.photobucket.com/albums/e142/needmorezoloft/forum/zoloft_01_03.gif[/IMG][/URL][URL=http://needmorezoloft.blogspot.com/][IMG]http://i38.photobucket.com/albums/e142/needmorezoloft/forum/zoloft_01_04.gif[/IMG][/URL]

<embed src="http://www.clocklink.com/clocks/5001-blue.swf?TimeZone=CST&Place=&DateFormat=mm-DD-YYYY&TimeFormat=hhmmssTT&"  width="300" height="25" wmode="transparent" type="application/x-shockwave-flash">
[/td]
Sometimes... It's just one of those days...
[IMG]http://i38.photobucket.com/albums/e142/needmorezoloft/forum/dumbass.jpg[/IMG]
[IMG]http://nesumi.free.fr/smiley/smiley/fete/sorciere.gif[/IMG]
[/td]
[/tr]
[/table]
[font=Geneva][color=purple]Paranormal and Urban Fant. swap:
my reveal: Moonshine (Roc Fantasy) by Rob Thurman
Have reveal for: redhotbrat, cheriepie
Moves: (haven't started yet)[/color][/font]


but that didn't work. I tried it with < > instead of [ ] but no luck. I thought I saw a code somewhere that Cherie used where it forces html to work, but I can't remember the code :shrug:

I know its something really simple that I'm just not getting... could someone tell me what I'm doing wrong so I can fix my siggy?

PepperVL - April 10, 2007 10:23 PM (GMT)
Well, here's the code for the table in my sig...

CODE
<table border="0" cellspacing="3" cellpadding="5"><tr><td><img src="http://i46.photobucket.com/albums/f122/PepperVL/Banners/pepper_01a.gif">
<a href="http://www.bookcrossing.com/referral/PepperVL"><img src="http://i46.photobucket.com/albums/f122/PepperVL/Banners/pepper_02.jpg"></a><a href="http://bcwish.cliff1976.net/PepperVL"><img src="http://i46.photobucket.com/albums/f122/PepperVL/Banners/pepper_03.jpg"></a><a href="http://bookobsessed.com/index.php?showtopic=169&view=findpost&p=10419413"><img src="http://i46.photobucket.com/albums/f122/PepperVL/Banners/pepper_04.jpg"></a>
<a href="http://peppervl.livejournal.com"><img src="http://i46.photobucket.com/albums/f122/PepperVL/Banners/pepper_05.jpg"></a><a href="http://butterfly-books.livejournal.com"><img src="http://i46.photobucket.com/albums/f122/PepperVL/Banners/pepper_06.jpg"></a></td><td><font color="562a8d"><b><u>Paranormal & Urban Fantasy</u>
I have reveals for:</b> <strike>Needmorezoloft</strike>
<b>Has my reveal:</b> CheriePie, Kislany, Chessygiraffe
<b>My moves:</b> (none at the moment)</font></td></tr></table>


Basically what I'm seeing in yours is if you did the html brackets, you have to change your image tags to
CODE
<img src="www.yourimageurl.com">


Also... you missed an opening td after you closed the td after your clock.

The code you were looking for is
CODE
[do html]

but sigs do html automatically so you don't need that.

CheriePie - April 11, 2007 12:22 AM (GMT)
I wouldn't bother converting the entire thing to HTML like Pepper did, IMG tags and all. Instead, just mix the two, using the HTML code for tables, and keeping the rest of your code in BBCode.

True, there is a code [ doHTML ] that will allow you to post standard HTML code in your posts, but since as Pepper said, signatures allow HTML anyway, that's not necessary here.

Here's my signature so you can copy what you need from it for an example:
CODE
<table border="0" align="center" cellspacing="20">
<tr><td align="center">
[color=#6600cc][SIZE=4].:~)O(CheriePie)O(~:.[/SIZE][/color]
[URL=http://bookcrossing.com/mybookshelf/CheriePie]bookshelf[/URL] · [URL=http://cheriepie.blogspot.com]reviews[/URL] · [URL=http://blog.cheriepie.com]blog[/URL] · [URL=http://sexygeekchick.com]me[/URL]
<embed src="http://www.clocklink.com/clocks/5009-purple.swf?TimeZone=EST&"  width="220" height="22" wmode="transparent" type="application/x-shockwave-flash">
</td><td align="center" valign="top">
[URL=http://bunnies.sexygeekchick.com][IMG]http://chantrea.goddess.home.comcast.net/images/offsite/bunny.gif[/IMG][/URL]
</td>
<td valign="top">
[color=deeppink][b]Paranormal/Urban Fantasy Swap[/b]
[b]Have reveals from:[/b] [s]Nou, Cheesy,[/s] Kis, [s]Kel,[/s] Nan, [s]NMZ,[/s] Pepper, Rebecca, Shaunie, [s]Wendy[/s]
[b]My reveal sent to:[/b] Cheesy, Kis, Kel, NMZ [/color]
</td></tr></table>

PepperVL - April 11, 2007 12:32 AM (GMT)
*laughs* It's 1,000 times easier for me to type it in HTML than it is for me to type it in in BBCode.

I HATE BBCode.

CheriePie - April 11, 2007 01:09 AM (GMT)
QUOTE (PepperVL @ Apr 10 2007, 08:32 PM)
*laughs* It's 1,000 times easier for me to type it in HTML than it is for me to type it in in BBCode.

I HATE BBCode.

I meant my comment more towards Lei since I think she already had the majority of her siggie in BBCode, and converting it all, esp the IMG tags and stuff into HTML would be a huge pain. :P

needmorezoloft - April 11, 2007 01:09 PM (GMT)
Thanks chicas!

I agree with both of y'all... I'm more of an html girl myself.. I'm just used to it... but I'm lazy and don't wanna change it all :P

Off to give it a go and see how it comes out! :wink:

needmorezoloft - April 11, 2007 01:14 PM (GMT)
yippie skippy!

I'm fixed! :bananadance:

Thanks ladies!




Hosted for free by InvisionFree