Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: css general question

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default 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.
    Last edited by theremotedr; 05-21-2015 at 05:36 PM. Reason: Formatting

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Separate multiple class names in the same class attribute with a space.

    Please also remember to format your code with the bbcode buttons.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,

    bbcode buttons ?
    Where and what is it ?

  4. #4
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Those are the buttons on the toolbar where you type your post (the WYSIWYG editor).
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In the editor, look for the # button (circled in red):


    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
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    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 ?

  7. #7
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    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
    Code:
    z
    Then click on post quick reply.

  8. #8
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    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>

  9. #9
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It's working. You only see it in the saved message.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  10. #10
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    ok
    I will use it each time.

Similar Threads

  1. 301 Redirect - General Question
    By Diversions in forum HTML
    Replies: 1
    Last Post: 07-24-2007, 03:41 PM
  2. Question about general js codes
    By xubera in forum JavaScript
    Replies: 3
    Last Post: 02-25-2007, 05:15 PM
  3. General JavaScript question
    By gtb05ag in forum JavaScript
    Replies: 2
    Last Post: 08-22-2005, 08:37 AM
  4. General Question
    By lrubin28 in forum Dynamic Drive scripts help
    Replies: 14
    Last Post: 01-09-2005, 08:46 PM
  5. General question about slideshows.
    By Cybershell in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 01-09-2005, 08:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •