
Originally Posted by
djr33
That's all in the HTML, though.
CSS is what determines how the HTML is presented-- size, colors, ...
just to clarify what Daniel said (obviously you missed it), CSS is for presentation, not for content.
If you want to put your phone number on your web page, you need to change the HTML markup, _not_ the CSS.
If you want to be able to edit your own web pages, you will need to learn more about html, css, and javascript.
(incidentally, what program did you use to create that css? it's horribly messy.) ALSO:Please use the forum's bbcode tags and indent your code to make it more readable:
for php code...........[php]<?php /* code goes here */ ?>[/php]
for html...............[html]<!-- markup goes here -->[/html]
for js/css/other.......[code]code goes here[/code]
also as Daniel says, if you want more help,Please post a link to the page on your site that contains the problematic script so we can check it out.
if your site is not yet published, you can use a service (like jsfiddle) to demonstrate your problem.
There's not much we can do otherwise.
Bookmarks