So for example, if I had a dark blue banner, and I have the text links marked as white, how could I have text in a white banner on the same page to use black text links.
I use Dreamweaver.
How do you make different colored text links on the same web page.?
use styles
%26lt;a href=%26quot;link%26quot; style=%26quot;color:#0000FF;%26quot;%26gt;Blue Text Link%26lt;/a%26gt;
%26lt;a href=%26quot;link%26quot; style=%26quot;color:#FFFFFF;%26quot;%26gt;White Text Link%26lt;/a%26gt;
example:
%26lt;div style=%26quot;background-color:#cccccc;width:30...
%26lt;a href=%26quot;link%26quot; style=%26quot;color:#0000FF;%26quot;%26gt;Blue Text Link%26lt;/a%26gt;
%26lt;/div%26gt;
%26lt;br%26gt;
%26lt;div style=%26quot;background-color:#0000FF;width:30...
%26lt;a href=%26quot;link%26quot; style=%26quot;color:#FFFFFF;%26quot;%26gt;White Text Link%26lt;/a%26gt;
%26lt;/div%26gt;
No comments:
Post a Comment