Hi,
I am new in that. I'm trying to perform my first web page with dreamviwer. After adjusting the padding and everything, I see that depending on the browser I use for see the webpage the links change their position and some special carachters in spanish are not shown properly. (in dreamviwer look fine)
Sorry if this topyc has been already discussed in this forum. I've not found it.
Thanks in advance,
Dapergu
my .css
Dreamweaver's inbuilt browser is a VERY basic version of webkit and 'actual' individual browsers will have built in defaults that are often different from those found in DW.
The best advice I can give you is to use a reset css or normalise to ensure that things start as much the same as possible and then code based on the way it actually looks in the major browsers.
If you have a specific issue then you would have to provide either a live link or put the necessary HTML/CSS in Codepen
You should also be aware that special characters may not show up unless you have specified a particular font family in your CSS that is native to most computers.
There have been many heated debated about the overall use of DreamWeaver and i will not try to sway you away with it but i will add a very subjective outlook on "New to html/css" web designers/developers. I personally believe that DreamWeaver (for the new user) can create bad habits and lead to sloppy code. Why? Because DreamWeaver does everything for you whether its semantic or not.
But like @Paulie_D said, use a reset of sorts (Normalize.css). But i would suggest for you to use a text editor such as Sublime Text 2. If you work like this then just have your browser open on one half of your window and your text editor on the other half.
Hi, I am new in that. I'm trying to perform my first web page with dreamviwer. After adjusting the padding and everything, I see that depending on the browser I use for see the webpage the links change their position and some special carachters in spanish are not shown properly. (in dreamviwer look fine) Sorry if this topyc has been already discussed in this forum. I've not found it. Thanks in advance, Dapergu my .css
Unfortunately, that's not going to help.
Dreamweaver's inbuilt browser is a VERY basic version of webkit and 'actual' individual browsers will have built in defaults that are often different from those found in DW.
The best advice I can give you is to use a reset css or normalise to ensure that things start as much the same as possible and then code based on the way it actually looks in the major browsers.
If you have a specific issue then you would have to provide either a live link or put the necessary HTML/CSS in Codepen
You should also be aware that special characters may not show up unless you have specified a particular font family in your CSS that is native to most computers.
@dapergu,
There have been many heated debated about the overall use of DreamWeaver and i will not try to sway you away with it but i will add a very subjective outlook on "New to html/css" web designers/developers. I personally believe that DreamWeaver (for the new user) can create bad habits and lead to sloppy code. Why? Because DreamWeaver does everything for you whether its semantic or not.
But like @Paulie_D said, use a reset of sorts (Normalize.css). But i would suggest for you to use a text editor such as Sublime Text 2. If you work like this then just have your browser open on one half of your window and your text editor on the other half.