• Hi, I am the owner and main administrator of Styleforum. If you find the forum useful and fun, please help support it by buying through the posted links on the forum. Our main, very popular sales thread, where the latest and best sales are listed, are posted HERE

    Purchases made through some of our links earns a commission for the forum and allows us to do the work of maintaining and improving it. Finally, thanks for being a part of this community. We realize that there are many choices today on the internet, and we have all of you to thank for making Styleforum the foremost destination for discussions of menswear.
  • This site contains affiliate links for which Styleforum may be compensated.
  • STYLE. COMMUNITY. GREAT CLOTHING.

    Bored of counting likes on social networks? At Styleforum, you’ll find rousing discussions that go beyond strings of emojis.

    Click Here to join Styleforum's thousands of style enthusiasts today!

    Styleforum is supported in part by commission earning affiliate links sitewide. Please support us by using them. You may learn more here.

HansderHund

Distinguished Member
Staff member
Spamminator Moderator
Joined
Mar 8, 2011
Messages
4,465
Reaction score
18,339
You're looking for the <table>, <td>, and <tr> tags. If you duplicate listings a lot, you should only have to set it up once and be (fairly) good to go.

Quick reference:
* <table> and matching </table> are your opening and closing table tags
* <tbody> and matching </tbody> are the opening and closing tags for the main table body (and yes, that is kinda redundant considering you have to wrap everything in <table></table> anyways)
* <tr> and matching </tr> are your opening and closing table row tags
* <td> and matching </td> are you opening and closing cell tags (I think td was originally for "table data").

HTML tags works in a nesting fashion. (...Basically) all tags require closing tags. So if I switch the main view on GS7 from Preview Mode to Editor Mode

View attachment 829278

I get a view that looks like this:

View attachment 829277

Notice the <table></table> section of that code is in a format similar to the below:

HTML:
<table>
    <tbody>
        <tr>
            <td>first row, first cell</td>
            <td>first row, second cell</td>
        </tr>
        <tr>
            <td>second row, first cell</td>
            <td>second row, second cell</td>
        </tr>
    </tbody>
</table>

Once you get the table layout how you want inside the code view, just duplicate that listing repeatedly and from then on only edit a listing in the Preview Mode. When I duplicate my dress shirt template listing for a shirt, I get:

View attachment 829287

Similarly, I have a sortof "really nice shirt" template which I'll duplicate for shirts that I've actually taken the time to fully measure out. That looks more like this:

View attachment 829288

The table code for the above is:

HTML:
<table class="“measurements”">
    <tbody>
    <tr>
        <td>Marked shirt size:</td>
        <td>L</td>
    </tr>
  <tr>
        <td>Chest (measured flat from pit to pit):</td>
        <td>24.625”</td>
    </tr>
    <tr>
        <td>Shoulder:</td>
        <td>20.625”</td>
    </tr>
    <tr>
        <td>Sleeve (measured from top of shoulder seam to cuff tip):</td>
        <td>24”</td>
         </tr>
    <tr>
        <td>Back of collar to hem:</td>
        <td>32.5”</td>
         </tr>
    <tr>
        <td>Pocket?:</td>
        <td>Yes</td>
    </tr>
</tbody>
</table>

That's the basic organization. There's far, far, more that you can do (like disappearing cell borders, table borders, interior cell padding, margins, stretching when it fits small screens)... but that gets into the fiddly part of HTML and requires using CSS (think of HTML as the framing for a building and CSS as the paint), and I do not like making my own CSS work with ebay. Because ebay needs standardization (and to not end up looking like old myspace pages), they force you to write CSS in a way that is so, so, so inefficient compared to how you write CSS for web pages anywhere else.

(EDIT) I didn't mention why ebay's roundabout way is actually a pain **********: any CSS that you write must use either inline styles, or be explicit through classes and IDs to the HTML element you're trying to 'paint' with CSS. Said a simpler way, expect HTML code to work 90% of the time when writing for ebay, expect CSS code to work 30% of the time if you're trying to adapt CSS tutorials from around the net to ebay templates. It's an infuriating environment to learn CSS in.

If you don't ever get really, really deep into it, then just remember that under the hood much of the stuff GS is doing to give you the level of control it does with is amazing.

The thing I've found with damn near any programming language is that you forget which tags/keywords/method/functions names all the time. I often use this site as a resource for HTML stuff. Linked is the section on tables.

A HUGE thanks to @Lirum for such a detailed tutorial. It's incredibly helpful that you have screenshots and use language that a beginner can understand. I'm sure you've helped a huge number of lurkers as well.

Really, thank you for taking the time out to help explain things to me. I know most people are busy with jobs/lives, so it's generous of you to lend a hand! Unfortunately, that probably means you'll be my go-to guy for help with my stupid questions!
 

Lirum

Senior Member
Joined
Apr 17, 2012
Messages
829
Reaction score
747
A HUGE thanks to @Lirum for such a detailed tutorial. It's incredibly helpful that you have screenshots and use language that a beginner can understand. I'm sure you've helped a huge number of lurkers as well.

Really, thank you for taking the time out to help explain things to me. I know most people are busy with jobs/lives, so it's generous of you to lend a hand! Unfortunately, that probably means you'll be my go-to guy for help with my stupid questions!

:cheers:

No problem! Always happy to give back to this thread and community when I can.
 

Fueco

Stylish Dinosaur
Supporting Member
Joined
Mar 8, 2012
Messages
21,611
Reaction score
41,812
What colors are the stripes on this skeet shirt? :deadhorse:

IMG_1159.JPG
 

bert9000

Senior Member
Joined
Oct 22, 2016
Messages
630
Reaction score
2,592
Got another message from the buyer Monday and I told him to go through eBay for the return request. He messaged me again today asking for my return address. Does he need this to start the request or should I just remind him to go through the system?
 

bert9000

Senior Member
Joined
Oct 22, 2016
Messages
630
Reaction score
2,592
@Fueco Looks orange and blue? If you meant specifically I don't know much about color names.
 

Fueco

Stylish Dinosaur
Supporting Member
Joined
Mar 8, 2012
Messages
21,611
Reaction score
41,812
Is this a trick question like The Dress?

I see tan and blue.


Yeah, it just reminded me of the dress.

Edit: my best description is blue and tan.
 
Last edited:

Reosymes

Distinguished Member
Joined
Apr 9, 2013
Messages
1,360
Reaction score
4,328
Got another message from the buyer Monday and I told him to go through eBay for the return request. He messaged me again today asking for my return address. Does he need this to start the request or should I just remind him to go through the system?

Tell him there isn't any way you can act upon the return without him opening a return request first.
 

drlivingston

Distinguished Member
Joined
Aug 5, 2012
Messages
5,544
Reaction score
17,823
Got another message from the buyer Monday and I told him to go through eBay for the return request. He messaged me again today asking for my return address. Does he need this to start the request or should I just remind him to go through the system?
Let him send it without going through eBay. He is only hurting himself.
 

dadjeans

Distinguished Member
Joined
Mar 23, 2015
Messages
2,844
Reaction score
11,246

bert9000

Senior Member
Joined
Oct 22, 2016
Messages
630
Reaction score
2,592
anus8906.png

Here he is again for those that want to block. Does it seem like he's just fishing for a partial? He hasn't left any feedback yet but I will definitely call eBay when that happens.
 

Featured Sponsor

How important is full vs half canvas to you for heavier sport jackets?

  • Definitely full canvas only

    Votes: 92 37.6%
  • Half canvas is fine

    Votes: 90 36.7%
  • Really don't care

    Votes: 26 10.6%
  • Depends on fabric

    Votes: 41 16.7%
  • Depends on price

    Votes: 38 15.5%

Forum statistics

Threads
506,923
Messages
10,592,781
Members
224,334
Latest member
kettyjackson
Top