|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am sure that this will send elementary, but I am having problems with aligning my images....
I want to take an image and put it flush with the top right corner of the page... How would I do that? It automatically places like a 1/4 in. border. I would appreciate it very much if someone would help me out.. |
|
#2
|
|||
|
|||
|
You need to turn off the browser offset to do that. NN automatically pushes your content in 8 pixels from the left and the top; IE goes 10 pixels from the left and 15 from the top. The HTML code for it is fairly simple:
<body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0> The offset is there for a reason: text pushed up against the edges of the windows becomes difficult to read. So, if you take that away, make sure you do something to compensate for it if your text runs into either edge. Cheers, Bob |
|
#3
|
|||
|
|||
|
Thank you very much, and if you don't mind I would like to ask another laim question...
How can I have a link in one frame and have it open up in another? |
|
#4
|
|||
|
|||
|
I'm assuming here you have an index.htmhtml frames page with a main part and side barbototm bar or something similar?
In the section where the link is add target="main" for example to load up that page in the "main" section defined when you wrote the index page. See http://www.geocities.com/zing_ha/ Its old, out of date, but browse and you'll see what I mean :-) cad67@hotmail.com for questions. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > HTML PROBLEMS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|