text size
Hi,
on my website, i want the WEBSITE NAME
on the web page to be auto sized to fit people's monitor/resolution etc...
as on my laptop it looks fine, but look at it on a 15" monitor...it messes the name up etc..
now my website doesn't use the "sales message here" part...
but i was wondering if there is some code for the CSS that will make the text auto adjust to the resolution etc?
the webpage itself is set to auto width..
so any way to relate this to the text?
maybe?
Code:
h6 {
font-size:auto;
}
this work or am i being silly and making my own coding up?
i may not know how yet, but i soon will....i hope :)