Jump to content

manipulating with text CSS

- - - - -

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

#1
Amonijack

Amonijack

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
i started with one web page, but i dont know how to manipulating with all links and text.

view picture what i want to do >>

Posted Image

help ?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Without seeing the code that produced that result, it'll be very hard to help.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
If the links you want moved are in their own div it just looks like they are centered so try

style="text-align:left;"

or maybe theres padding if both divs are connected..

Like wp said - if you dont show us code we cant help you.

#4
Amonijack

Amonijack

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
ok i solve my problem. case may be closed
thank you for help
write ya :D

#5
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
How did you solve it?

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I'd like to know as well.

#7
hkp

hkp

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
share with use. How did you solve it.

#8
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
He probably isn't going to. :confused:

Why ask for help, and then you find the solution, but don't post the solution? :confused:

#9
hodge-podge

hodge-podge

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
He just aligned the text to the left. I'm pretty sure that the picture he posted suggests that he wants to move those buttons to the left side of the screen. He just followed Blainesch's advice. :/

#10
Amonijack

Amonijack

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
sorry to all
i did it on this way :
div.menu {
margin:200px 100px 600px 80px;
}
div.submenu {
margin: -70px 300px 400px -190px;
}



#11
dsptl

dsptl

    Newbie

  • Members
  • PipPip
  • 10 posts
i needed tht