Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flask Issues
#9
(Oct-28-2016, 02:52 PM)snippsat Wrote: You need a static folder where you place images.

Thank you for the reply, I have the static folder setup and index.html is reading the my css template. But when trying to define the button image in the css template like

#submit {
 color: #fff;
 font-size: 0;
 width: 135px;
 height: 60px;
 border: none;
 margin: 0;
 padding: 0;
 background: url("static/images/blueButton.png") 0 0 no-repeat; 
}
#submit:hover {
 background: url("{{ url_for('static', filename='images/blueButton.png') }}") 0 0 no-repeat;
}
gives me.
Error:
[color=#000000][size=x-small][font=monospace]GET /static/styles/%7B%7B%20url_for('static',%20filename='images/blueButton.png')%20%7D%7D HTTP/1.1" 404 -[/font][/size][/color]
Where as if I add it to the index.html in style tags it works fine.
With the %7B%7B%20 stuff being in the error, I'm thinking its got something to do with whitespaces or special characters, so is my syntax off??

submit:hover is the right link im trying above, the submit one I know is wrong it is just me playing trying to get it to work
Reply


Messages In This Thread
Flask Issues - by iainstott - Oct-27-2016, 06:02 PM
RE: Flask Issues - by micseydel - Oct-27-2016, 06:58 PM
RE: Flask Issues - by iainstott - Oct-27-2016, 07:13 PM
RE: Flask Issues - by micseydel - Oct-27-2016, 07:26 PM
RE: Flask Issues - by iainstott - Oct-27-2016, 07:50 PM
RE: Flask Issues - by iainstott - Oct-28-2016, 11:54 AM
RE: Flask Issues - by iainstott - Oct-28-2016, 02:05 PM
RE: Flask Issues - by snippsat - Oct-28-2016, 02:52 PM
RE: Flask Issues - by iainstott - Oct-28-2016, 04:01 PM
RE: Flask Issues - by snippsat - Oct-28-2016, 05:17 PM
RE: Flask Issues - by iainstott - Oct-29-2016, 02:38 PM
RE: Flask Issues - by snippsat - Oct-29-2016, 04:09 PM
RE: Flask Issues - by iainstott - Oct-29-2016, 06:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  flask issues with app structuring sidk23396 1 1,752 Feb-12-2020, 11:41 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020