Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can I use external style sheet to change actual text - or is is just used to change the styles ?

Featured Replies

Hi I have created a html template for my ebay listings. I have some text in the template inside a div tag with delivery and returns information. This information changes frequently so I need a way of changing the text once for all my ebay listings, rather than going into each listing individually and changing the text. Does anyone know the best way to do this ? I thought I could create a template in dreamweaver and use this but i don't think this is possible in ebay. Alternatively is there any way I can use an external styles sheet to change the text in a div tag. Any help is much appreciated. Thanks, Tobie

  • Author

Hi,

 

Can I use an external style sheet to change actual text or is it used just to change styles ?

 

I am creating an ebay listing with html and i have a section of text in the listing which i want to change regularly. I dont want to go into each of my 200 listings individually every time I want to change it.

 

Many thanks

 

Tobie

  • Author

Thanks for the reply. Yes I thought css was just for style. Is there any way I can host some text on a server, then add a link to the hosted text on my ebay listing - similar to using photobucket for images ? But use text (I don't mean have text as an image , i mean actual text.) ? Thanks, Tobie

Sorry I don't know the exact solution to your problem, but you can use content CSS property to insert text. Like this

body:after {
display: block;
content: "Text";
}
  • Author

Hi yes ebay will let you use external style sheet. I've tried using that code D4Y0 but cant seem to get it to work. So I guess i just replace yourdivID with my div id and replace "text" with the text i want inside the div ? i tried this and put it in the external style sheet but doesn't seem to work. Thanks

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.