Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Problem with Css - fotografia - fotos para casamento bh

Apr 18, 2013 10:54PM PDT

Hello everybody!

I recently created a website and asked to develop a professional structure joonla blog, but when I go it seems the CSS site is not very good.
What should I do?

see my Blog -> fotografia para casamento

Thanks for any help,

Marcelo Mascarenhas


Note: This post was edited by a forum moderator to edit out signature link which is prohibited in these forums on 04/19/2013 at 9:15 AM PT

Discussion is locked

- Collapse -
Answer
Re: website
Apr 18, 2013 11:19PM PDT

Then you go back and ask (the same person who made the site) to make a better css for you. Or you do it yourself if you have access to the site and enough knowledge of the css-language and the way it's used.

Kees

- Collapse -
Answer
Solution to missing CSS
Apr 29, 2013 2:02AM PDT

Hello Marcelo!

I checked your code and the following CSS file is not found on your server.

<link rel="stylesheet" type="text/css" href="../_css/estilo_site.css"/>

If I go directly in the browser to it it loads:

http://www.olhar360graus.com.br/tour-virtual/_css/estilo_site.css

Make sure the path to your CSS file is referencing the correct location. You may simply need to remove the " ../ " from the front of the link like this:

<link rel="stylesheet" type="text/css" href="_css/estilo_site.css"/>

Best Regards,
james R