Click here to Skip to main content
15,888,733 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: New Language addition Pin
Nish Nishant5-Jul-18 4:29
sitebuilderNish Nishant5-Jul-18 4:29 
JokeRe: New Language addition Pin
ThatsAlok5-Jul-18 5:06
ThatsAlok5-Jul-18 5:06 
SuggestionArticle Submission Tool - Search Tool Pin
gggustafson4-Jul-18 6:18
mvagggustafson4-Jul-18 6:18 
BugVanity leads to insanity Pin
Peter_in_27803-Jul-18 14:45
professionalPeter_in_27803-Jul-18 14:45 
GeneralRe: Vanity leads to insanity Pin
Chris Maunder9-Jul-18 13:39
cofounderChris Maunder9-Jul-18 13:39 
SuggestionLet's fix the article submission problems Pin
gggustafson30-Jun-18 9:19
mvagggustafson30-Jun-18 9:19 
GeneralRe: Let's fix the article submission problems Pin
Chris Maunder30-Jun-18 9:43
cofounderChris Maunder30-Jun-18 9:43 
AnswerRe: Let's fix the article submission problems Pin
gggustafson1-Jul-18 7:11
mvagggustafson1-Jul-18 7:11 


Am I the only contributor who is complaining?


What was originally submitted was


&< id="masterpage" 
   href="master_page.png" >
  <img alt="Master Page"
       src="master_page.png"
       style="float:left;
              margin-right:10px;" />


That was replaced by


<a id="masterpage" 
   href="master_page.png" >
  <img alt="Master Page"
       src="master_page.png"
       style="float:left;" />


I changed the image size (with a lot of effort) to 269x131 and the HTML to


<a id="masterpage" 
   href="master_page.png" >
  <img alt="Master Page"
       src="master_page.png"
       style="float:left;" />


Now it displayed at about 50% width. So I reverted to the original image (760x325) and submitted


<a id="masterpage" 
   href="master_page0.png" >
  <img alt="Master Page"
       src="master_page0.png"
       style="float:left;
              width:50%;" />


That was replaced by


<a id="masterpage" 
   href="master_page0.png" >
  <img alt="Master Page"
       src="master_page0.png"
       style="float:left;" />


At this point. the image is too large. Here I sent my first email.


As you suggested, I added !important to each image style as in


<a ... >
  <img alt="..."
       src="..."
       style="float:left;
              width:50%; !important" />


For 3 of the 4 images, !important appears to work. But the first image is too large.



Do you guys want help? Ir's very irritating to report problems over and over.


Gus Gustafson

GeneralRe: Let's fix the article submission problems Pin
Chris Maunder9-Jul-18 13:37
cofounderChris Maunder9-Jul-18 13:37 
GeneralRe: Let's fix the article submission problems Pin
#realJSOP12-Jul-18 2:49
mve#realJSOP12-Jul-18 2:49 
GeneralRe: Let's fix the article submission problems Pin
gggustafson20-Jul-18 7:27
mvagggustafson20-Jul-18 7:27 
GeneralRe: Let's fix the article submission problems Pin
gggustafson20-Jul-18 7:26
mvagggustafson20-Jul-18 7:26 
SuggestionAny chance to see again the abuse option ? Pin
Patrice T28-Jun-18 9:51
mvePatrice T28-Jun-18 9:51 
GeneralRe: Any chance to see again the abuse option ? Pin
Nelek28-Jun-18 10:03
protectorNelek28-Jun-18 10:03 
GeneralRe: Any chance to see again the abuse option ? Pin
Patrice T28-Jun-18 10:09
mvePatrice T28-Jun-18 10:09 
SuggestionRe: Any chance to see again the abuse option ? Pin
Richard Deeming28-Jun-18 10:37
mveRichard Deeming28-Jun-18 10:37 
GeneralRe: Any chance to see again the abuse option ? Pin
Patrice T28-Jun-18 11:13
mvePatrice T28-Jun-18 11:13 
GeneralRe: Any chance to see again the abuse option ? Pin
Richard MacCutchan28-Jun-18 21:12
mveRichard MacCutchan28-Jun-18 21:12 
GeneralRe: Any chance to see again the abuse option ? Pin
Richard Deeming28-Jun-18 23:34
mveRichard Deeming28-Jun-18 23:34 
GeneralRe: Any chance to see again the abuse option ? Pin
Richard MacCutchan29-Jun-18 0:00
mveRichard MacCutchan29-Jun-18 0:00 
GeneralRe: Any chance to see again the abuse option ? Pin
Patrice T29-Jun-18 0:06
mvePatrice T29-Jun-18 0:06 
QuestionSite Bugs / Suggestions forum not in Help menu anymore ! Pin
Patrice T28-Jun-18 5:57
mvePatrice T28-Jun-18 5:57 
AnswerRe: Site Bugs / Suggestions forum not in Help menu anymore ! Pin
Richard MacCutchan28-Jun-18 6:52
mveRichard MacCutchan28-Jun-18 6:52 
GeneralRe: Site Bugs / Suggestions forum not in Help menu anymore ! Pin
Patrice T28-Jun-18 6:58
mvePatrice T28-Jun-18 6:58 
AnswerRe: Site Bugs / Suggestions forum not in Help menu anymore ! Pin
User 1106097928-Jun-18 9:08
User 1106097928-Jun-18 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: Answered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.