
JMRKER
Members-
Content Count
191 -
Joined
-
Last visited
-
Days Won
5
JMRKER last won the day on July 5 2020
JMRKER had the most liked content!
Community Reputation
10 GoodAbout JMRKER
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Several questions: 1. What site? 2. Which tag? 3. Guide about what? Any code available?
-
Does it need to be a "real" table or something that looks like a table? What would the contents of the rows (?) look like? <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=yes"/> <title> Filtered Displays </title> <!-- From: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_filter_elements --> <style> .filterDiv { background-color: #2196F3; color: #ffffff; width: 300px; line-height: 25px; text-align: center;
-
Without anymore information given <select data-drupal-selector="edit-field-property-type-value" class="form-select form-control" id="edit-field-property-type-value" name="field_property_type_value"> <option value="Apartment">Apartment</option> <option value="Duplex">Multi-Stories Home</option> <option value="Single Home">Single Home</option> <option value="Town Home">Town Home</option> </select>
-
Have you found/looked at https://www.w3schools.com/w3css/defaulT.asp ?
-
<a href='https://w3schools.invisionzone.com/topic/62700-how-to-combine-two-attributes/' title='Link to this question'> W3Schools </a>
- 1 reply
-
- two attributes
- attributes
-
(and 3 more)
Tagged with:
-
See if you can modify this to your needs: <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- From: https://w3schools.invisionzone.com/topic/62669-processing-multiple-selects/ --> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="/dunes.css" media="screen" /> </head> <body onload="ShowAdvancedQueryWindow()"> <div id="mainBody" > </div> <script type="text/javascript"> function DoCustomSearch(){ var values = []; n = document
-
I don't know about the rest of the members, but I'm not much of a mind reader. Even if you are a beginner, we still need to see some code that you are referencing. What code are you trying to remove and what are you trying to change?
-
how do i hide a price until a customer logins in?
JMRKER replied to whaphansen's topic in HTML/XHTML
😁😳 -
how do i hide a price until a customer logins in?
JMRKER replied to whaphansen's topic in HTML/XHTML
This is got to be the most confusing set of questions/responses I have ever seen on this forum. -
how do i hide a price until a customer logins in?
JMRKER replied to whaphansen's topic in HTML/XHTML
Huh? -
how do i hide a price until a customer logins in?
JMRKER replied to whaphansen's topic in HTML/XHTML
Why not design the login so that when the user enters the correct information, they are directed to the secured site? -
Show what you have attempted so far. Best way to get help is to make an attempt. BTW, welcome to the forums. :)
-
Difficult to comment on code that cannot be seen. How does your code modifications differ from working "Page Link"? Where are you adding the 2nd & 3rd menus? BTW, welcome to the forums.
-
Assuming you mean horizontal space (not vertical) add this to the .next CSS information margin-left: 5em;
-
I don't see the problem. It appears to be working correctly. Add an alert(text) at the end to see results. What do you expect to see differently?