Jump to content

ideas please?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
hey guys here is the situation

im doing a web based trainers software that hase all kinds of cool functions including a trainers grid

like it hase 9 exercises with pics made based on the clients need.

so when you do that grid it posp up with the grid background and the pics show in the litle squares

when i tryto print it i only see the pics not the grid backgroud?

i need a way that it they can print the hole thing..

#2
NetNerd85

NetNerd85

    Newbie

  • Members
  • Pip
  • 3 posts
Not sure I completely understand but it sounds to me like a HTML/CSS issue perhaps. Can you take a screenshot?

#3
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
se i inseted pics in a databse and the client choses witch one he nedds for his exercise program.

the paground of the page is a grid withe 9 squares and in each one of the pics chosen appears.

i have tryed changing the style of the page and no success (with div tags)

one persone told me to google javascript page backgroud..?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
How are you doing the grid?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
its a jpeg

www.webworkout.info/members/GRID/grid12.jpg

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Your problem may be a layout problem with the browser. Is there any reason why you're using a jpg to create the grid instead of HTML/CSS?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
true but very time consuming no?all does squares...

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
That depends on how you create them. Copy/paste is your friend.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
techker

techker

    Programmer

  • Members
  • PipPipPipPip
  • 136 posts
well i will try it out thx!have an idea how i can export it to send to clients?

#10
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'm not sure I understand the question. I use <table>s and <div>s to create grids on a regular basis. CSS will make the lines visible.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#11
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
For rows and columns of data, a table is ideal. For a few, large sections of data, <div>s may be a better idea, but make sure to float them with CSS if you do.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums