-
-
CommentAuthorperthmetro
- CommentTimeFeb 8th 2007 edited by perthmetro on the 15th August 2008 at 00:28:49 EDT
- -
-
-
CommentAuthorgreg
- CommentTimeFeb 9th 2007
if ebay doesn't allow modifying the head tags at all, you could always just do an evil myspace thing and move the css into tags within the body.. not the best solution but it works. -
-
-
CommentAuthorperthmetro
- CommentTimeFeb 9th 2007 edited by perthmetro on the 15th August 2008 at 00:29:10 EDT
- -
-
-
CommentAuthoraaroncampbell
- CommentTimeFeb 9th 2007 edited by aaroncampbell on the 09th February 2007 at 06:47:20 EST
Basically, you copy all the CSS from the .css file, and insert it inside tags like this:
<style type="text/css">
/*paste contents of .css file here*/
</style>
Put that at the top of your content. -
-
-
CommentAuthorgnome
- CommentTimeFeb 9th 2007 edited by gnome on the 09th February 2007 at 14:35:58 EST
If the design uses multiple css files, be careful of he media type each is designed for, and keep them in the same order. -
-
-
CommentAuthorperthmetro
- CommentTimeFeb 10th 2007 edited by perthmetro on the 15th August 2008 at 00:29:51 EDT
- -
-
-
CommentAuthorperthmetro
- CommentTimeFeb 11th 2007 edited by perthmetro on the 15th August 2008 at 00:31:34 EDT
- -
-
-
CommentAuthorChristopher
- CommentTimeFeb 12th 2007
You realise that inline CSS is doing something like this:<p style="background:#333;color:#fff;margin:10px 0 0;padding:3px;">this is text</p>
Not just throwing the code inside:<style type="text/css"></style>
If you use the inline CSS correctly it should work. I've seen one of Jay's designs used as an eBay template before. -
-
-
CommentAuthorperthmetro
- CommentTimeFeb 12th 2007 edited by perthmetro on the 15th August 2008 at 00:30:52 EDT
- -
-
-
CommentAuthorChristopher
- CommentTimeFeb 12th 2007
If you wanted to do quick check that eBay accepts inline CSS, I have no idea if it does myself, just create a template (is that what eBay uses? I've never used a custom sale page) but try:<div style="border:1px;height:200px;width:200px;> demo content </div>
If you get your text "demo content" inside a 200px box with a border then it works, and my said method of inline CSS will work if you can be bothered converting the whole design like that, otherwise I've no idea. -
1 to 10 of 10
