eBay Suspended & PayPal Limited Forums - View Single Post - HTML Questions
eBay Suspension & PayPal Limited Forums  
Join Today
Register Subscribe
     

Registration is fast, simple and absolutely free so please, join our community today!


Go Back   Home

Thread: HTML Questions
View Single Post
  #2  
Old 07-26-2007
aspkin's Avatar
aspkin aspkin is offline
Administrator
 
Join Date: Jan 2007
Posts: 11,389
Thanks: 3,089
Thanked 4,259 Times in 1,808 Posts
Activity: 15%
Longevity: 100%
iTrader: (24)
Default

You should get Dreamweiver or FrontPage and use it to test your code before you move it anywhere else. Just open a blank document in either program and paste your code in the code area and you're able to see the design before you upload it to the internet. Dreamweiver has this feature that will show you which code is wrong as well. But probably the best answer is to learn HTML. This way you know what you're looking at and you know how to fix it with no problems. I'm surprised you got this far without knowing HTML.

Pagetutor.com is the best place to learn HTML from nothing. It's very easy and you'll learn most basic HTML in a couple hours, serious!

I think your font problems are because a missing CSS files. Look for anything that looks like this:

<link href="http://www.example.com/example.css" rel="stylesheet" type="text/css" />

If you have something like this in your code (usually at the very top), and you don't have the actually CSS file, you'll need to instead include the CSS code instead of call to it. If that's the case, show me the actually css code, and I'll give you the code to fix it.

Aspkin
Reply With Quote
 

Aspkin Group

All times are GMT -5. The time now is 08:52 AM.


Stop the guessing games and learn how you can quickly and easily get back on eBay today!
Read the best selling step-by-step eBay Suspension guide eBay Stealth!
Rotating Residential Proxies? Head to IPBurger for Residential Proxies
vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58