Log in

View Full Version : Resolved css general question



theremotedr
05-17-2015, 02:25 PM
If my code is as follows,

<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.

Beverleyh
05-17-2015, 02:55 PM
Separate multiple class names in the same class attribute with a space.

Please also remember to format your code with the bbcode buttons.

theremotedr
05-17-2015, 03:03 PM
Hi,

bbcode buttons ?
Where and what is it ?

Beverleyh
05-17-2015, 03:24 PM
Those are the buttons on the toolbar where you type your post (the WYSIWYG editor).

jscheuer1
05-17-2015, 03:35 PM
In the editor, look for the # button (circled in red):
http://home.comcast.net/~jscheuer1/side/images/bbcode.png

Click it and these tags will appear at the insertion point in the editor:





Then just put your code here

And it will look like this in the saved message:


Then just put your code here

theremotedr
05-17-2015, 03:54 PM
<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 ?

theremotedr
05-17-2015, 04:00 PM
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
z
Then click on post quick reply.

theremotedr
05-17-2015, 04:02 PM
ha ha,
Now i see the z above,so why did it not work for the code ???
will try again here.


<li><a href="#home" class="scroll">Return to menu</a></li>

jscheuer1
05-17-2015, 04:14 PM
It's working. You only see it in the saved message.

theremotedr
05-17-2015, 04:29 PM
ok
I will use it each time.

theremotedr
05-21-2015, 12:59 PM
Here is the page in question,
http://www.theremotedoctor.co.uk/accaudi.html?scrollto=selection

I am working on The Return To Menu Tab

The original code was,

<li><a href="#home" class="scroll">Return to menu</a></li>

I am looking to center the text & scroll as before.
Just centering the text works ok but my code below for both does not scroll,can you advise where i went wrong please.

<li class="licenter scroll"><a href="#home">Return to Menu</a></li>

theremotedr
05-21-2015, 05:35 PM
Now sorted.

Added the code below.

<li class="licenter"><a href="#home" class="scroll">Return to Menu</a></li>