6 Replies - 340 Views - Last Post: 31 January 2012 - 07:18 AM

Topic Sponsor:

#1 dudelucas  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 4
  • Joined: 31-January 12

my website looks rubbish in safari

Posted 31 January 2012 - 05:12 AM

Hi all,

im new to creating websites so i appear to be making plenty of mistakes, some i can fix others i cant.....

please can you check the coding on my website to see where the problem is?

I am unable to get my website to look as nice as it does in IE in Safari(Looks bad)

Here is a link to my site

www.unicorn-huntersband.co.uk/home.html

Please could someone check the code and get back to me

Regards

Is This A Good Question/Topic? 0
  • +

Replies To: my website looks rubbish in safari

#2 revolutionx  Icon User is offline

  • D.I.C Head

Reputation: 57
  • View blog
  • Posts: 222
  • Joined: 23-July 09

Re: my website looks rubbish in safari

Posted 31 January 2012 - 06:10 AM

Use Divs instead of tables. Tables are not for layouts, they are for tabular data. I would recommend reading this: http://learn.shayhow...y-syntax-intro/

Research semantic markup.

I would suggest reading the following books:

HTML, XHTML, and CSS: Visual QuickStart Guide: With XHTML and CSS
http://www.amazon.co...28015694&sr=8-3

Or

CSS: The Missing Manual
http://www.amazon.co...8015765&sr=8-22

Or anything by Dan Cederhol

Such as Handcrafted CSS
http://www.amazon.co...28015834&sr=8-3

<body background="./Uh1.jpg" bgcolor="#333333"</>


Depreciated not valid anyway. Use CSS for setting the body image.

body{background:#333 url(path/to/image.jpg)} 


For the menu, use an Unordered list for this (UL, LI).

<font face="helvetica"<font color="#990000"><P align="center"No shows currently available, Keep checking back</P>



Wrap paragraphs in P tags. And style them via CSS. Don't use inline depreciated tags such as Font etc.

I would recommend learning to handcode HTML and CSS and not use a generator, as they're prone to generating a lot of junk.

This way you can learn how to markup the document and style it, as well as checking if everything validates.

This post has been edited by revolutionx: 31 January 2012 - 06:18 AM

Was This Post Helpful? 1
  • +
  • -

#3 Shane Hudson  Icon User is offline

  • D.I.C Technophile
  • member icon

Reputation: 326
  • View blog
  • Posts: 1,266
  • Joined: 06-December 09

Re: my website looks rubbish in safari

Posted 31 January 2012 - 06:39 AM

Lemur has written a series that is perfect for beginners. When you can write fairly well but want to be even better, check out CSS Wizardry.
Was This Post Helpful? 0
  • +
  • -

#4 Cocker081288  Icon User is offline

  • D.I.C Head

Reputation: 14
  • View blog
  • Posts: 103
  • Joined: 11-April 09

Re: my website looks rubbish in safari

Posted 31 January 2012 - 06:56 AM

I would also look in to browser compatibility issues as these can also make a website look great in one web browser and poor in another and sometimes not work at all.

I would also look at http://www.w3schools.com/ as they provide some good examples of CSS, html divs and other things that will be useful and it's all free!

This post has been edited by Cocker081288: 31 January 2012 - 06:56 AM

Was This Post Helpful? 0
  • +
  • -

#5 dudelucas  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 4
  • Joined: 31-January 12

Re: my website looks rubbish in safari

Posted 31 January 2012 - 06:56 AM

Thank you for your reply... i do need to learn css... Im on with HTML.. I guess i have just copied and pated a few thinga when i shouldnt have..
Do you know any good tutorial sites for css?
Was This Post Helpful? 0
  • +
  • -

#6 Cocker081288  Icon User is offline

  • D.I.C Head

Reputation: 14
  • View blog
  • Posts: 103
  • Joined: 11-April 09

Re: my website looks rubbish in safari

Posted 31 January 2012 - 07:00 AM

View Postdudelucas, on 31 January 2012 - 01:56 PM, said:

Thank you for your reply... i do need to learn css... Im on with HTML.. I guess i have just copied and pated a few thinga when i shouldnt have..
Do you know any good tutorial sites for css?



http://www.w3schools.com/ has some good CSS tutorials, it is also good for html, Javascript and loads of other web based languages. Enjoy :)
Was This Post Helpful? 0
  • +
  • -

#7 dudelucas  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 4
  • Joined: 31-January 12

Re: my website looks rubbish in safari

Posted 31 January 2012 - 07:18 AM

Thank you again for the posts i will check those books and order a copy. I am Just stuggling to get my head around CSS for some reason aswel. ive looked at it and it has puzzled me.. maybe i shall watch a video on youtube when i get in... Has anyone seen any good tutuorial videos that are worth watching and work? im a Kinaesthetic learner.......

Thanks
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1