-
css general question
If my code is as follows,
Code:
<a href="mailto:victoriasattic41@gmail.com?subject=Upcycle%20Question"><img src="m-images/email-me.jpg" alt="email me logo" width="287" height="92" class="shadow"/></a>
And i need to add class="blinking"
How would i go about it as 2 x class in the same code is not allowed ?
Please advise.
Thanks.
-
Separate multiple class names in the same class attribute with a space.
Please also remember to format your code with the bbcode buttons.
-
Hi,
bbcode buttons ?
Where and what is it ?
-
Those are the buttons on the toolbar where you type your post (the WYSIWYG editor).
-
In the editor, look for the # button (circled in red):
http://home.comcast.net/~jscheuer1/s...ges/bbcode.png
Click it and these tags will appear at the insertion point in the editor:
[CODE][/CODE]
[CODE]Then just put your code here[/CODE]
And it will look like this in the saved message:
Code:
Then just put your code here
-
Code:
<a href="mailto:victoriasattic41@gmail.com?subject=Upcycle%20Question"><img src="m-images/email-me.jpg" alt="email me logo" width="287" height="92" class="shadow"/></a>
Like the above ?
-
Obviously not as it looks the same to me.
I did this,
Clicked the #
Now i see I then pasted my code in between the to of them at point z Then click on post quick reply.
-
ha ha,
Now i see the z above,so why did it not work for the code ???
will try again here.
Code:
<li><a href="#home" class="scroll">Return to menu</a></li>
-
It's working. You only see it in the saved message.
-
ok
I will use it each time.