• 0

Issue with css


Question

Hi, we made a pricing table with css but the images are not displaying correctly.. dont know if there is something wrong with the css file...

 

 

 

http://www.wiredhosting.com.ar/planes_vps_linux.html

 

 

css: http://www.wiredhosting.com.ar/css/saas-common.css

 

files are hosted inside www.wiredhosting.com.ar/theme_tabla_precios/

 

 

 

 

Thanks in advance for the help guys!

 

 

 

 

 

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.wiredhosting.com.ar/theme_tabla_precios/images/bg-grid-box.png
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.wiredhosting.com.ar/theme_tabla_precios/images/bg-section5.png

 

Looks like the images aren't in the folder specified.

Link to comment
Share on other sites

  • 0

I'm assuming you've fixed this as i can see images there.

 

But why are you not using <table> and using <section><footer> etc etc?

You've got a point there, section, article header footer etc are meant for content wrapper not for content itself or for tables like this.

By the way if anyone wonders, yes you can use a header and a footer inside a article or/and section. These 2 elements can be used to place a title, a date, article details(views, clicks etc) and other stuff.

Link to comment
Share on other sites

  • 0

You've got a point there, section, article header footer etc are meant for content wrapper not for content itself or for tables like this.

 

Precisely. Nothing more semantic for tables than.. er... <table>.

Link to comment
Share on other sites

  • 0

 

Advantages of CSS
 
CSS saves time
When most of us first learn HTML, we get taught to set the font face, size, colour, style etc every time it occurs on a page. This means we find ourselves typing (or copying & pasting) the same thing over and over again. With CSS, you only have to specify these details once for any element. CSS will automatically apply the specified styles whenever that element occurs.
Pages load faster
Less code means faster download times.
Easy maintenance 
To change the style of an element, you only have to make an edit in one place.
Superior styles to HTML 
CSS has a much wider array of attributes than HTML.
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.