Configuration
   >> HTML Templates
Thread views: 35491 *Threaded Mode

Pages in this thread: 1 | 2 | (show all)
bluepennylady
(old hand)
03/29/07 11:11 AM
Re: New HTML template feature new [re: grumpy3b]  

Hi grumpy,

You lost me. What do you mean we don't have the ability to include images in the HTML template?? If that is what you mean, that isn't so. The "Image display code" is hard coded into the Pure HTML template layout. And there is a distinct line as well as a warning not to alter anything below the Image display code line. As the H and V spacing is included in the Image display code.

Judy/blue



grumpy3b
(newbie)
03/29/07 04:13 PM
Re: New HTML template feature new [re: bluepennylady]  

Howdy Judy,

Sorry if that was a tad techie...when the Pure HTML option was first explained to me there was no ability to design your template and access each image attached to an auction lot. As a matter of fact if one was to use a Pure HTML listing we could not even access images from inside aw2k. Which really made it useless for what I had in mind when I first brought up the idea of such listings to Thom...apparently others had asked to the ability also... :)

But after reading your comment it seem to imply that this was somehow possible. So I just not looked in the help file for info on the current pure HTML templates...all I can say is EXCELLENT...it does indeed give access to tokens (or also called custom HTML tags) to place each image in a listing. This is absolutely necessary to create more complex listings that are just plain HTML when uploaded to eBay.

it is EXACLTY what I was looking for. And in all honesty I from the addition of this level of access to the auction lot fields I believe I can now completely create a true ecommerce site with the aw2k functioning as the database back-end and order management...or at a minimum create all items to be used on the ecommerce software I've been developing the past 4 years (and no ya can't see it, it ain't ready for public viewing just yet...hehehehe)...I so wanted to use aw2k to manage the sales end of the deal...I am almost maybe possibly and potentially sure I can now, maybe...but this is a nice step on the way.

Thanks for the motivation to look into the newer version of pure HTML...or maybe I misunderstood Thom way back when and could have been using this for a while now...who knows... ;)

PS: I think if the hands are feeling up to the coding I'll make up a sample pure HTML template and post it here to share...then we can all tear it apart and create our own and imporve what can be done...seriously this is the best news I had all year...

Edited by grumpy3b on 03/29/07 04:16 PM (server time).



grumpy3b
(newbie)
03/29/07 05:00 PM
Re: New HTML template feature new [re: grumpy3b]  

Neat...Thom worked serious overtime on this Pure HTML. I am looking now and he even added conditional tags. If you do not know what that means. A conditional is a way to test a condition then act based on where it is true or false. For example. He added this tag:

<#ifNotOneImage><#EndIf>

Well that allows the creation of more generic templates where there might be many images, just one image, or you only want certain page content to appear if there is an image in that spot...

This is getting FUN... I am going to try and create a nice example using as many variations as I can. This is how I learn a new language anyway so why not share in case it might help other folks...or even more important...I do something wrong...hehehehehe...

FYI , in case someone does not know, just open the HELP file, then select the INDEX tab and enter HTML in the search box...look for the "HTML CODE"section then the "PURE HTML" subsection and you can then see all the custom HTML tags we now have to use!!

Sorry, I had been really bummed that this was not all here a year ago or maybe longer I forget now...but to find it now is just GREAT... :) I love my aw2k again...hehehehehe....and in case you are wondering...nope I "ain't right"... :p

Edited by grumpy3b on 03/29/07 06:19 PM (server time).



bluepennylady
(old hand)
03/29/07 06:30 PM
Re: New HTML template feature new [re: grumpy3b]  

grumpy,

Nope not too techie at all. But you made me think I was totally missing something or didn't quite get it. I played around with the HTML templates for quite a while.

I am getting ready to completely re-do a couple of website thumbnail templates adding some other stuff. I want to change the link "Auctions by Bluepennylady" on my listing template to my logo which will be clickable instead of the text. Thought that would be cool That wasn't possible until Thom added the HTML. I was pretty excited about it too.

And hey, no fair mentioning you were working on the site and then telling us we can't see cause it isn't public yet! We wanna see!!!!!

Judy/blue



grumpy3b
(newbie)
03/29/07 08:51 PM
Re: New HTML template feature new [re: bluepennylady]  

hehehehehe...tooo bad!!! hrrrmpphhh! ;)

As far as your logo and being clickable...I am not sure I understand the issue of not being clickable until the Pure HTML templates. I have all sort of items in my templates that are clickable images for various needs. I just add an html page component then the code inside that...or am I not getting your issue? I'll post an example...gimme 2-secs...



grumpy3b
(newbie)
03/29/07 08:59 PM
Re: New HTML template feature new [re: grumpy3b]  

here is a simple example:

  <div style="text-align: center; font-family: georgia, arial; font-size: medium; color: #ffffff">
<a name="eMail">
<a href="mailto:someone@somesite.com"><img src='http://www.grumpysgoodies.com/images/smileys/wave_lg_wht.gif'></a><br />";
</a>
</div>

I actuallty made is a bit fancier by including a script that grabs the page title and passes it to the buyers email program filling it into the subject line...

And yeah that example is for email but an anchor tag is an anchor tag and the target would just be whatever URL you need...I can post the whole leetle snippet if ya wanna see what I did...it's not perfect at all because I need to add an "onclick" behavior instead of building the link on page load...but, eh, whenever...hehehehe... :D



bluepennylady
(old hand)
03/29/07 09:02 PM
Re: New HTML template feature new [re: grumpy3b]  

grumpy,

I am telling you that t'isn't fair at all

You know you are going to have to make an announcement when you get it up and running. Maybe a "pre-public" viewing or something. Invitations, party hats, we could serve cake and ice cream.

Using "wasn't possible" was incorrect terminology. As it could have been done. However, doing all the little things that can make the listing template with all the perks wasn't possible until now. Now I just need enough time to do all the stuff I want to do. I wonder if anyone can come up with a way to manufacture more time??

Judy/blue



bluepennylady
(old hand)
03/29/07 09:21 PM
Re: New HTML template feature new [re: grumpy3b]  

grumpy,

Your user id just doesn't fit you at all, at all. I have never ever figured it out. YOu are the happiest go lucky dude And the code for the image is "smileys wave" Now just what is that. A smiley face waving at you

anyway, yes post the whole shabang!! I wanna see. Since you are not going to let us have a pre-public viewing.

Judy/blue





grumpy3b
(newbie)
03/31/07 04:24 PM
Re: New HTML template feature new [re: bluepennylady]  

Hi Judy:

That is kind of you to say. Thanks...but I really have earned the nickname. See I can be a tad direct with people and so many take that with the incorrect intentions on my part. See I feel we are not honest enough with each other anymore. All in a misguided attempt to not hurt some-one's feelings. I sorta kinda feel that by doing this you are not giving the other person enough credit or even the ability to grow-up. And it also means one has to be willing to hear the same sorts of things in return. Plus I have RA and when it is flaring I can be a ROYAL PITA...hehehehehe...mostly I just try and enjoy myself.

That being said...I would have been back sooner but in playing with the tags I decided to create a new pure HTML template. In the process I ran my code though the W3C code validation utility. That way you can easily keep your HTML clean and very in line with the W3C standards most browsers are supposed to use. I say most because some browsers **cough**IE**cough*FireFox**cough...oh, sorry had a frog caught...anyway, some browsers are 99% standards compliant but it can be that final 1% which takes all of the time to code for...but figure why not take the time to get it almost there in just a few mouse clicks.

Here is the W3C main site in case ya never been there before:
http://www.w3.org/

And here is the HTML Validation page:
http://validator.w3.org/

They are both great resources with more detail then ANY eBay seller would need to create listings but it might also be a way to learn more about how much can be done with HTML itself...

And I also had a bit of an RA flare too so I had to take it slower for a couple days...but tonight or this afternoon I will work on making the email link tighter and more generic.

Maybe tomorrow if the weather is nice again I'll setup the umbrella on the deck and work outside on using the custom html tags in AW2K...which in case you were not aware, anyone can define their own custom tags in an HTML page...the ability to create custom tags part of the original design or it might have been the 2nd generation of HTML, I am getting a tad foggy in my old age... :D

OK...it's MEDICATION TIME...woooohooo!! hehehehehe...back later...


Edited by grumpy3b on 03/31/07 04:35 PM (server time).



bluepennylady
(old hand)
03/31/07 04:52 PM
Re: New HTML template feature new [re: grumpy3b]  

grumpy,

well say what you will, direct isn't necessarily grumpy. Of course, there is always rude in-between all of that. But I just find you pleasant and humorous.

Thanks for the validation link. That is cool. One of my other sellers friends told me about it but I had misplaced the URL.

Have fun with the meds and umbrella. Not necessarily in that order. If you take meds before putting up the umbrella you could end up being higher than a kite--literally

I know enough about HTML to get by. I would dearly love to be able to know more than I do. I find it beyond fascinating.

In all seriousness, Hope you get to feeling better. That is not fun at all.

Judy/blue






Pages in this thread: 1 | 2 | (show all)
*Threaded Mode
Jump to

www.AuctionWizard2000.com | Contact Us Forums powered by WWWThreads